Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.h62 bool supportedCompressedFormat(GL2Encoder* ctx, GLenum internalformat);
DGLESv2Validation.cpp863 bool supportedCompressedFormat(GL2Encoder* ctx, GLenum internalformat) { in supportedCompressedFormat() function
DGL2Encoder.cpp3532 … SET_ERROR_IF(!GLESv2Validation::supportedCompressedFormat(ctx, internalformat), GL_INVALID_ENUM); in s_glCompressedTexImage2D()
4531 … SET_ERROR_IF(!GLESv2Validation::supportedCompressedFormat(ctx, internalformat), GL_INVALID_ENUM); in s_glCompressedTexImage3D()