Home
last modified time | relevance | path

Searched refs:readPixels (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/
DYUVConverter.h76 void readPixels(uint8_t* pixels, uint32_t pixels_size);
DColorBufferGl.h113 bool readPixels(int x,
DColorBufferGl.cpp389 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()
DYUVConverter.cpp937 void YUVConverter::readPixels(uint8_t* pixels, uint32_t pixels_size) { in readPixels() function in gfxstream::gl::YUVConverter
/hardware/google/gfxstream/host/
DColorBuffer.cpp172 mColorBufferGl->readPixels(x, y, width, height, pixelsFormat, pixelsType, outPixels); in readToBytes()