Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp85 GLint imagesTCS; in SupportedInTCS() local
86 glGetIntegerv(GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS, &imagesTCS); in SupportedInTCS()
87 if (imagesTCS >= requiredTCS) in SupportedInTCS()
92 …reason << "Required " << requiredTCS << " TCS image uniforms but only " << imagesTCS << " availabl… in SupportedInTCS()
Dgl4cShaderImageLoadStoreTests.cpp95 GLint imagesTCS; in SupportedInTCS() local
96 glGetIntegerv(GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS, &imagesTCS); in SupportedInTCS()
97 if (imagesTCS >= requiredTCS) in SupportedInTCS()
102 …reason << "Required " << requiredTCS << " TCS image uniforms but only " << imagesTCS << " availabl… in SupportedInTCS()