Searched refs:glAlphaFunc_t (Results 1 – 3 of 3) sorted by relevance
23 glAlphaFunc_t glAlphaFunc;
23 typedef void (GL_APIENTRY *glAlphaFunc_t) (GLenum, GLclampf); typedef
40 s_gl.glAlphaFunc = (glAlphaFunc_t) s_gles_lib->findSymbol("glAlphaFunc"); in init_gl_dispatch()