Searched refs:readPixels (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.h | 76 void readPixels(uint8_t* pixels, uint32_t pixels_size);
|
D | ColorBufferGl.h | 113 bool readPixels(int x,
|
D | ColorBufferGl.cpp | 389 bool ColorBufferGl::readPixels(int x, int y, int width, int height, GLenum p_format, GLenum p_type, in readPixels() function in gfxstream::gl::ColorBufferGl 507 m_yuv_converter->readPixels((uint8_t*)pixels, pixels_size); in readPixelsYUVCached() 655 return readPixels(0, 0, m_width, m_height, m_format, m_type, pixels); in readContents()
|
D | YUVConverter.cpp | 937 void YUVConverter::readPixels(uint8_t* pixels, uint32_t pixels_size) { in readPixels() function in gfxstream::gl::YUVConverter
|
/hardware/google/gfxstream/host/ |
D | ColorBuffer.cpp | 172 mColorBufferGl->readPixels(x, y, width, height, pixelsFormat, pixelsType, outPixels); in readToBytes()
|