Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.h46 bool readPixelsType(GLenum type);
DGLESv2Validation.cpp245 bool readPixelsType(GLenum format) { in readPixelsType() function
DGL2Encoder.cpp3802 SET_ERROR_IF(!GLESv2Validation::readPixelsType(type), GL_INVALID_ENUM); in s_glReadPixels()