Home
last modified time | relevance | path

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

12

/external/angle/src/tests/gl_tests/gles1/
DAlphaFuncTest.cpp55 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/
DlibGLESv1_CM.def3 glAlphaFunc @1
DlibGLESv1_CM.cpp18 void GL_APIENTRY glAlphaFunc(GLenum func, GLfloat ref) in glAlphaFunc() function
/external/mesa3d/src/mapi/es1api/
Dgles1-symbols.txt6 glAlphaFunc
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def33 glAlphaFunc @27
DlibGLES_CM.lds34 glAlphaFunc;
DlibGLES_CM.hpp44 void (GL_APIENTRY *glAlphaFunc)(GLenum func, GLclampf ref);
Dmain.cpp546 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/
Dosmesa.mingw.def16 glAlphaFunc = glAlphaFunc@8
Dosmesa.def19 glAlphaFunc
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def9 glAlphaFunc = glAlphaFunc@8
Dopengl32.def9 glAlphaFunc
Dstw_context.c845 &glAlphaFunc,
Dgldrv.h274 void (APIENTRY *glAlphaFunc )( GLenum func, GLclampf ref );
/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/angle/src/libGL/
DlibGL_autogen.def12 glAlphaFunc
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def377 glAlphaFunc
DlibGLESv2_with_capture_autogen.def377 glAlphaFunc
DlibGLESv2_autogen.def377 glAlphaFunc
/external/swiftshader/include/GLES/
Dgl.h404 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
/external/mesa3d/include/GLES/
Dgl.h404 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl62 "glAlphaFunc",
/external/angle/include/GLES/
Dgl.h553 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
/external/angle/util/
Dgles_loader_autogen.cpp13 ANGLE_UTIL_EXPORT PFNGLALPHAFUNCPROC glAlphaFunc; variable
1509 glAlphaFunc = reinterpret_cast<PFNGLALPHAFUNCPROC>(loadProc("glAlphaFunc")); in LoadGLES()

12