Searched refs:pixelSizedFormat (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.h | 79 bool pixelSizedFormat(GL2Encoder* ctx, GLenum internalformat, GLenum format, GLenum type);
|
D | GLESv2Validation.cpp | 1231 bool pixelSizedFormat(GL2Encoder* ctx, GLenum internalformat, GLenum format, GLenum type) { in pixelSizedFormat() function
|
D | GL2Encoder.cpp | 2813 …SET_ERROR_IF(!GLESv2Validation::pixelSizedFormat(ctx, internalformat, format, type), GL_INVALID_OP… in s_glTexImage2D() 4404 …SET_ERROR_IF(!GLESv2Validation::pixelSizedFormat(ctx, internalFormat, format, type), GL_INVALID_OP… in s_glTexImage3D()
|