Searched refs:uploadPixels (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/iostream/include/gfxstream/guest/ |
D | IOStream.h | 121 …void uploadPixels(void* context, int width, int height, int depth, unsigned int format, unsigned i…
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | IOStream2.cpp | 73 void IOStream::uploadPixels(void* context, int width, int height, int depth, unsigned int format, u… in uploadPixels() function in gfxstream::guest::IOStream
|
D | gl2_enc.cpp | 3557 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/ |
D | gles2.attrib | 303 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)
|