Searched refs:glAlphaFunc (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 32 glAlphaFunc
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 16 glAlphaFunc = glAlphaFunc@8
|
D | osmesa.def | 19 glAlphaFunc
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.lds | 34 glAlphaFunc;
|
D | libGLES_CM.def | 33 glAlphaFunc @27
|
D | libGLES_CM.hpp | 44 void (*glAlphaFunc)(GLenum func, GLclampf ref); member in LibGLES_CMexports
|
D | main.cpp | 546 GL_API void GL_APIENTRY glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function 1419 this->glAlphaFunc = es1::AlphaFunc; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4722 FUNCTION(glAlphaFunc), in es1GetProcAddress()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 9 glAlphaFunc = glAlphaFunc@8
|
D | opengl32.def | 9 glAlphaFunc
|
D | stw_context.c | 844 &glAlphaFunc,
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 61 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/ |
D | gl.h | 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
|
/external/mesa3d/include/GLES/ |
D | gl.h | 413 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
|
/external/swiftshader/include/GLES/ |
D | gl.h | 404 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 62 "glAlphaFunc",
|
/external/mesa3d/include/GL/ |
D | gl.h | 758 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref );
|
D | gl_mangle.h | 43 #define glAlphaFunc MANGLE(AlphaFunc) macro
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 4390 glAlphaFunc(GL_NEVER + state->alpha.func, state->alpha.ref_value); in vrend_hw_emit_dsa()
|