Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/host/include/libOpenglRender/
DIOStream.h99 …void readbackPixels(void* context, int width, int height, unsigned int format, unsigned int type, …
/device/generic/goldfish-opengl/system/GLESv2_enc/
DIOStream2.cpp11 void IOStream::readbackPixels(void* context, int width, int height, unsigned int format, unsigned i… in readbackPixels() function in IOStream
Dgl2_enc.cpp3033 stream->readbackPixels(self, width, height, format, type, pixels); in glReadPixels_enc()