Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.h45 bool readPixelsFormat(GLenum format);
DGLESv2Validation.cpp227 bool readPixelsFormat(GLenum format) { in readPixelsFormat() function
DGL2Encoder.cpp3801 SET_ERROR_IF(!GLESv2Validation::readPixelsFormat(format), GL_INVALID_ENUM); in s_glReadPixels()