Searched refs:AlphaFuncx (Results 1 – 3 of 3) sorted by relevance
153 void GL_APIENTRY AlphaFuncx(GLenum func, GLclampx ref);553 return es1::AlphaFuncx(func, ref); in glAlphaFuncx()1420 this->glAlphaFuncx = es1::AlphaFuncx; in LibGLES_CMexports()
95 void GL_APIENTRY AlphaFuncx(GLenum func, GLclampx ref) in AlphaFuncx() function
65 ANGLE_CAPTURE(AlphaFuncx, isCallValid, context, funcPacked, ref); in GL_AlphaFuncx()