Home
last modified time | relevance | path

Searched refs:readPixelsScaled (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/
DColorBufferGl.h123 bool readPixelsScaled(int width, int height, GLenum p_format, GLenum p_type, int skinRotation,
DColorBufferGl.cpp424 bool ColorBufferGl::readPixelsScaled(int width, int height, GLenum p_format, GLenum p_type, in readPixelsScaled() function in gfxstream::gl::ColorBufferGl
/hardware/google/gfxstream/host/
DColorBuffer.cpp192 mColorBufferGl->readPixelsScaled(pixelsWidth, pixelsHeight, pixelsFormat, pixelsType, in readToBytesScaled()