Searched refs:glAlphaFunc (Results 1 – 11 of 11) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.cpp | 58 LOAD_GL_FUNC(glAlphaFunc); in dispatchFuncs()
|
D | GLDispatch.h | 35 void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref);
|
D | GLEScmImp.cpp | 272 GL_API void GL_APIENTRY glAlphaFunc( GLenum func, GLclampf ref) { in glAlphaFunc() function 275 ctx->dispatcher().glAlphaFunc(func,ref); in glAlphaFunc() 282 ctx->dispatcher().glAlphaFunc(func,X2F(ref)); in glAlphaFuncx()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 23 glAlphaFunc_t glAlphaFunc; member
|
D | GLDispatch.cpp | 40 s_gl.glAlphaFunc = (glAlphaFunc_t) s_gles_lib->findSymbol("glAlphaFunc"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 138 void (GLAPIENTRY *GLDispatch::glAlphaFunc)(GLenum,GLclampf) = NULL; 392 LOAD_GL_FUNC(glAlphaFunc); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 118 static void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 32 glAlphaFunc(1, 1), enumConstant 525 case 1: return glAlphaFunc; in valueOf()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 1 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 10 void, glAlphaFunc, GLenum func, GLclampf ref
|