Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.h47 bool readPixelsType(GLenum type);
DGLESv2Validation.cpp566 bool readPixelsType(GLenum format) { in readPixelsType() function
DGL2Encoder.cpp4984 SET_ERROR_IF(!GLESv2Validation::readPixelsType(type), GL_INVALID_ENUM); in s_glReadPixels()