Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.h46 bool readPixelsFormat(GLenum format);
DGLESv2Validation.cpp548 bool readPixelsFormat(GLenum format) { in readPixelsFormat() function
DGL2Encoder.cpp4983 SET_ERROR_IF(!GLESv2Validation::readPixelsFormat(format), GL_INVALID_ENUM); in s_glReadPixels()