Searched refs:GL_SampleCoveragex (Results 1 – 5 of 5) sorted by relevance
99 ANGLE_EXPORT void GL_APIENTRY GL_SampleCoveragex(GLclampx value, GLboolean invert);
751 {"glSampleCoveragex", P(GL_SampleCoveragex)},
1637 void GL_APIENTRY GL_SampleCoveragex(GLclampx value, GLboolean invert) in GL_SampleCoveragex() function
2638 return GL_SampleCoveragex(value, invert); in glSampleCoveragex()
672 return GL_SampleCoveragex(value, invert); in glSampleCoveragex()