Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.h46 bool readPixelsFormat(GLenum format);
DGLESv2Validation.cpp514 bool readPixelsFormat(GLenum format) { in readPixelsFormat() function
DGL2Encoder.cpp4828 SET_ERROR_IF(!GLESv2Validation::readPixelsFormat(format), GL_INVALID_ENUM); in s_glReadPixels()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp766 GLenum readPixelsFormat = GL_NONE; in copySubTextureCPUReadback() local
770 readPixelsFormat = GL_RGBA_INTEGER; in copySubTextureCPUReadback()
776 readPixelsFormat = GL_RGBA; in copySubTextureCPUReadback()
786 readPixelsFormat, GL_UNSIGNED_BYTE, sourceMemory)); in copySubTextureCPUReadback()
DFramebufferGL.cpp640 nativegl::ReadPixelsFormat readPixelsFormat = in readPixels() local
642 GLenum readFormat = readPixelsFormat.format; in readPixels()
643 GLenum readType = readPixelsFormat.type; in readPixels()