Searched refs:imagesGS (Results 1 – 2 of 2) sorted by relevance
117 GLint imagesGS; in SupportedInGS() local118 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()
127 GLint imagesGS; in SupportedInGS() local128 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()