Searched refs:imagesTES (Results 1 – 2 of 2) sorted by relevance
101 GLint imagesTES; in SupportedInTES() local102 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()
111 GLint imagesTES; in SupportedInTES() local112 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()