Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/iostream/include/gfxstream/guest/
DIOStream.h121 …void uploadPixels(void* context, int width, int height, int depth, unsigned int format, unsigned i…
/hardware/google/gfxstream/guest/GLESv2_enc/
DIOStream2.cpp73 void IOStream::uploadPixels(void* context, int width, int height, int depth, unsigned int format, u… in uploadPixels() function in gfxstream::guest::IOStream
Dgl2_enc.cpp3557 stream->uploadPixels(self, width, height, 1, format, type, pixels); in glTexImage2D_enc()
3720 stream->uploadPixels(self, width, height, 1, format, type, pixels); in glTexSubImage2D_enc()
9022 stream->uploadPixels(self, width, height, depth, format, type, data); in glTexImage3D_enc()
9135 stream->uploadPixels(self, width, height, depth, format, type, data); in glTexSubImage3D_enc()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib303 custom_guest_pack pixels stream->uploadPixels(self, width, height, 1, format, type, pixels)
316 custom_guest_pack pixels stream->uploadPixels(self, width, height, 1, format, type, pixels)
1026 custom_guest_pack data stream->uploadPixels(self, width, height, depth, format, type, data)
1035 custom_guest_pack data stream->uploadPixels(self, width, height, depth, format, type, data)