Home
last modified time | relevance | path

Searched refs:glAlphaFunc_t (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h23 glAlphaFunc_t glAlphaFunc;
Dgl_proc.h23 typedef void (GL_APIENTRY *glAlphaFunc_t) (GLenum, GLclampf); typedef
DGLDispatch.cpp40 s_gl.glAlphaFunc = (glAlphaFunc_t) s_gles_lib->findSymbol("glAlphaFunc"); in init_gl_dispatch()