Searched refs:readPixelsFormat (Results 1 – 5 of 5) sorted by relevance
46 bool readPixelsFormat(GLenum format);
514 bool readPixelsFormat(GLenum format) { in readPixelsFormat() function
4828 SET_ERROR_IF(!GLESv2Validation::readPixelsFormat(format), GL_INVALID_ENUM); in s_glReadPixels()
766 GLenum readPixelsFormat = GL_NONE; in copySubTextureCPUReadback() local770 readPixelsFormat = GL_RGBA_INTEGER; in copySubTextureCPUReadback()776 readPixelsFormat = GL_RGBA; in copySubTextureCPUReadback()786 readPixelsFormat, GL_UNSIGNED_BYTE, sourceMemory)); in copySubTextureCPUReadback()
640 nativegl::ReadPixelsFormat readPixelsFormat = in readPixels() local642 GLenum readFormat = readPixelsFormat.format; in readPixels()643 GLenum readType = readPixelsFormat.type; in readPixels()