Searched refs:pixelSizedFormat (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GLESv2Validation.h | 77 bool pixelSizedFormat(GL2Encoder* ctx, GLenum internalformat, GLenum format, GLenum type);
|
D | GLESv2Validation.cpp | 1183 bool pixelSizedFormat(GL2Encoder* ctx, GLenum internalformat, GLenum format, GLenum type) { in pixelSizedFormat() function
|
D | GL2Encoder.cpp | 2614 …SET_ERROR_IF(!GLESv2Validation::pixelSizedFormat(ctx, internalformat, format, type), GL_INVALID_OP… in s_glTexImage2D() 4249 …SET_ERROR_IF(!GLESv2Validation::pixelSizedFormat(ctx, internalFormat, format, type), GL_INVALID_OP… in s_glTexImage3D()
|