Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/iostream/include/gfxstream/guest/
DIOStream.h120 …void readbackPixels(void* context, int width, int height, unsigned int format, unsigned int type, …
/hardware/google/gfxstream/guest/GLESv2_enc/
DIOStream2.cpp14 void IOStream::readbackPixels(void* context, int width, int height, unsigned int format, unsigned i… in readbackPixels() function in gfxstream::guest::IOStream
Dgl2_enc.cpp3221 stream->readbackPixels(self, width, height, format, type, pixels); in glReadPixels_enc()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib289 custom_guest_unpack pixels stream->readbackPixels(self, width, height, format, type, pixels)