Searched refs:glAlphaFunc (Results 1 – 25 of 32) sorted by relevance
12
/external/angle/src/tests/gl_tests/gles1/ |
D | AlphaFuncTest.cpp | 55 glAlphaFunc((GLenum)0, 0.0f); in TEST_P() 58 glAlphaFunc((GLenum)1, 0.0f); in TEST_P() 61 glAlphaFunc((GLenum)GL_ALPHA, 0.0f); in TEST_P() 69 glAlphaFunc(GL_ALWAYS, 0.0f); in TEST_P() 74 glAlphaFunc(GL_ALWAYS, 0.4f); in TEST_P() 85 glAlphaFunc(GL_ALWAYS, 0.0f); in TEST_P() 90 glAlphaFunc(GL_ALWAYS, 1.0f); in TEST_P()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 3 glAlphaFunc @1
|
D | libGLESv1_CM.cpp | 18 void GL_APIENTRY glAlphaFunc(GLenum func, GLfloat ref) in glAlphaFunc() function
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 6 glAlphaFunc
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 33 glAlphaFunc @27
|
D | libGLES_CM.lds | 34 glAlphaFunc;
|
D | libGLES_CM.hpp | 44 void (GL_APIENTRY *glAlphaFunc)(GLenum func, GLclampf ref);
|
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()
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 16 glAlphaFunc = glAlphaFunc@8
|
D | osmesa.def | 19 glAlphaFunc
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 9 glAlphaFunc = glAlphaFunc@8
|
D | opengl32.def | 9 glAlphaFunc
|
D | stw_context.c | 845 &glAlphaFunc,
|
D | gldrv.h | 274 void (APIENTRY *glAlphaFunc )( GLenum func, GLclampf ref );
|
/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/angle/src/libGL/ |
D | libGL_autogen.def | 12 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/angle/src/libGLESv2/ |
D | libGLESv2_no_capture_autogen.def | 377 glAlphaFunc
|
D | libGLESv2_with_capture_autogen.def | 377 glAlphaFunc
|
D | libGLESv2_autogen.def | 377 glAlphaFunc
|
/external/swiftshader/include/GLES/ |
D | gl.h | 404 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
|
/external/mesa3d/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/angle/include/GLES/ |
D | gl.h | 553 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
|
/external/angle/util/ |
D | gles_loader_autogen.cpp | 13 ANGLE_UTIL_EXPORT PFNGLALPHAFUNCPROC glAlphaFunc; variable 1509 glAlphaFunc = reinterpret_cast<PFNGLALPHAFUNCPROC>(loadProc("glAlphaFunc")); in LoadGLES()
|
12