Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp117 GLint imagesGS; in SupportedInGS() local
118 glGetIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &imagesGS); in SupportedInGS()
119 if (imagesGS >= requiredGS) in SupportedInGS()
124 … reason << "Required " << requiredGS << " GS image uniforms but only " << imagesGS << " available." in SupportedInGS()
Dgl4cShaderImageLoadStoreTests.cpp127 GLint imagesGS; in SupportedInGS() local
128 glGetIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &imagesGS); in SupportedInGS()
129 if (imagesGS >= requiredGS) in SupportedInGS()
134 … reason << "Required " << requiredGS << " GS image uniforms but only " << imagesGS << " available." in SupportedInGS()