Home
last modified time | relevance | path

Searched refs:imagesTES (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp101 GLint imagesTES; in SupportedInTES() local
102 glGetIntegerv(GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS, &imagesTES); in SupportedInTES()
103 if (imagesTES >= requiredTES) in SupportedInTES()
108 …reason << "Required " << requiredTES << " TES image uniforms but only " << imagesTES << " availabl… in SupportedInTES()
Dgl4cShaderImageLoadStoreTests.cpp111 GLint imagesTES; in SupportedInTES() local
112 glGetIntegerv(GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS, &imagesTES); in SupportedInTES()
113 if (imagesTES >= requiredTES) in SupportedInTES()
118 …reason << "Required " << requiredTES << " TES image uniforms but only " << imagesTES << " availabl… in SupportedInTES()