Searched defs:AlphaFunc (Results 1 – 6 of 6) sorted by relevance
322 TEST_P(GLES1CovglTest, AlphaFunc) in TEST_P() argument
23 void GL_APIENTRY AlphaFunc(GLenum func, GLfloat ref) in AlphaFunc() function
21 AlphaFunc, enumerator
46 void GL_APIENTRY AlphaFunc(GLenum func, GLfloat ref) in AlphaFunc() function
256 GLenum16 AlphaFunc; /**< Alpha test function */ member
3565 pub fn sceGuAlphaFunc(func: AlphaFunc, value: i32, mask: i32); in sceGuAlphaFunc()