Searched refs:imagesTCS (Results 1 – 2 of 2) sorted by relevance
85 GLint imagesTCS; in SupportedInTCS() local86 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()
95 GLint imagesTCS; in SupportedInTCS() local96 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()