Searched refs:glAlphaFuncx (Results 1 – 7 of 7) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 62 glAlphaFuncx_t glAlphaFuncx; member
|
D | GLDispatch.cpp | 79 s_gl.glAlphaFuncx = (glAlphaFuncx_t) s_gles_lib->findSymbol("glAlphaFuncx"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 33 glAlphaFuncx(2, 2), enumConstant 526 case 2: return glAlphaFuncx; in valueOf()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 40 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLclampx ref)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 12 void, glAlphaFuncx, GLenum func, GLclampx ref
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 279 GL_API void GL_APIENTRY glAlphaFuncx( GLenum func, GLclampx ref) { in glAlphaFuncx() function
|