Home
last modified time | relevance | path

Searched refs:glAlphaFuncx (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h62 glAlphaFuncx_t glAlphaFuncx; member
DGLDispatch.cpp79 s_gl.glAlphaFuncx = (glAlphaFuncx_t) s_gles_lib->findSymbol("glAlphaFuncx"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java33 glAlphaFuncx(2, 2), enumConstant
526 case 2: return glAlphaFuncx; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in40 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLclampx ref)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in12 void, glAlphaFuncx, GLenum func, GLclampx ref
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp279 GL_API void GL_APIENTRY glAlphaFuncx( GLenum func, GLclampx ref) { in glAlphaFuncx() function