Searched refs:uploadPixels (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/host/include/libOpenglRender/ |
D | IOStream.h | 100 …void uploadPixels(void* context, int width, int height, int depth, unsigned int format, unsigned i…
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | IOStream2.cpp | 76 void IOStream::uploadPixels(void* context, int width, int height, int depth, unsigned int format, u… in uploadPixels() function in IOStream
|
D | gl2_enc.cpp | 3347 stream->uploadPixels(self, width, height, 1, format, type, pixels); in glTexImage2D_enc() 3500 stream->uploadPixels(self, width, height, 1, format, type, pixels); in glTexSubImage2D_enc() 8492 stream->uploadPixels(self, width, height, depth, format, type, data); in glTexImage3D_enc() 8599 stream->uploadPixels(self, width, height, depth, format, type, data); in glTexSubImage3D_enc()
|