Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/es1api/
DABI-check33 glAlphaFuncx
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def34 glAlphaFuncx @28
DlibGLES_CM.lds35 glAlphaFuncx;
DlibGLES_CM.hpp45 void (*glAlphaFuncx)(GLenum func, GLclampx ref); member in LibGLES_CMexports
Dmain.cpp551 GL_API void GL_APIENTRY glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() function
1420 this->glAlphaFuncx = es1::AlphaFuncx; in LibGLES_CMexports()
DlibGLES_CM.cpp4723 FUNCTION(glAlphaFuncx), in es1GetProcAddress()
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c106 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java66 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/
Dgl.h452 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
/external/swiftshader/include/GLES/
Dgl.h443 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl63 "glAlphaFuncx",