Home
last modified time | relevance | path

Searched refs:glAlphaFunc (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/mapi/es1api/
DABI-check32 glAlphaFunc
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def16 glAlphaFunc = glAlphaFunc@8
Dosmesa.def19 glAlphaFunc
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds34 glAlphaFunc;
DlibGLES_CM.def33 glAlphaFunc @27
DlibGLES_CM.hpp44 void (*glAlphaFunc)(GLenum func, GLclampf ref); member in LibGLES_CMexports
Dmain.cpp546 GL_API void GL_APIENTRY glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function
1419 this->glAlphaFunc = es1::AlphaFunc; in LibGLES_CMexports()
DlibGLES_CM.cpp4722 FUNCTION(glAlphaFunc), in es1GetProcAddress()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def9 glAlphaFunc = glAlphaFunc@8
Dopengl32.def9 glAlphaFunc
Dstw_context.c844 &glAlphaFunc,
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java61 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLErrorLogger.ErrorLoggingGL
62 ((GL10)mGL).glAlphaFunc(func, ref); in glAlphaFunc()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
/external/mesa3d/include/GLES/
Dgl.h413 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
/external/swiftshader/include/GLES/
Dgl.h404 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl62 "glAlphaFunc",
/external/mesa3d/include/GL/
Dgl.h758 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref );
Dgl_mangle.h43 #define glAlphaFunc MANGLE(AlphaFunc) macro
/external/virglrenderer/src/
Dvrend_renderer.c4390 glAlphaFunc(GL_NEVER + state->alpha.func, state->alpha.ref_value); in vrend_hw_emit_dsa()