Searched refs:glAlphaFuncx (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 33 glAlphaFuncx
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 34 glAlphaFuncx @28
|
D | libGLES_CM.lds | 35 glAlphaFuncx;
|
D | libGLES_CM.hpp | 45 void (*glAlphaFuncx)(GLenum func, GLclampx ref); member in LibGLES_CMexports
|
D | main.cpp | 551 GL_API void GL_APIENTRY glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() function 1420 this->glAlphaFuncx = es1::AlphaFuncx; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4723 FUNCTION(glAlphaFuncx), in es1GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 106 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 66 public void glAlphaFuncx(int func, int ref) { in glAlphaFuncx() method in GLErrorLogger.ErrorLoggingGL 67 ((GL10)mGL).glAlphaFuncx(func, ref); in glAlphaFuncx()
|
/external/mesa3d/include/GLES/ |
D | gl.h | 452 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
|
/external/swiftshader/include/GLES/ |
D | gl.h | 443 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 63 "glAlphaFuncx",
|