Home
last modified time | relevance | path

Searched refs:uploadPixels (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/host/include/libOpenglRender/
DIOStream.h100 …void uploadPixels(void* context, int width, int height, int depth, unsigned int format, unsigned i…
/device/generic/goldfish-opengl/system/GLESv2_enc/
DIOStream2.cpp76 void IOStream::uploadPixels(void* context, int width, int height, int depth, unsigned int format, u… in uploadPixels() function in IOStream
Dgl2_enc.cpp3347 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()