Home
last modified time | relevance | path

Searched refs:glBlendFunc (Results 1 – 25 of 116) sorted by relevance

12345

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dimportgl.h62 FNDEF(void, glBlendFunc, (GLenum sfactor, GLenum dfactor));
113 #define glBlendFunc FNPTR(glBlendFunc) macro
Dimportgl.c56 IMPORT_FUNC_GL(glBlendFunc); in importGLInit()
/external/deqp/modules/gles2/functional/
Des2fNegativeFragmentApiTests.cpp172 glBlendFunc(-1, GL_ONE); in init()
174 glBlendFunc(GL_ONE, -1); in init()
/external/deqp/framework/egl/
DegluStaticES20Library.inl16 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
DegluStaticES30Library.inl23 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
DegluStaticES31Library.inl27 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
/external/deqp/modules/gles3/functional/
Des3fNegativeFragmentApiTests.cpp161 glBlendFunc(-1, GL_ONE); in init()
163 glBlendFunc(GL_ONE, -1); in init()
Des3fFboInvalidateTests.cpp190 glBlendFunc (GL_ONE, GL_ONE); in render()
284 glBlendFunc (GL_ONE, GL_ONE); in render()
339 glBlendFunc (GL_ONE, GL_ONE); in render()
429 glBlendFunc (GL_ONE, GL_ONE); in render()
539 glBlendFunc (GL_ONE, GL_ONE); in render()
793 glBlendFunc (GL_ONE, GL_ONE); in render()
895 glBlendFunc (GL_ONE, GL_ONE); in render()
1178 glBlendFunc (GL_ONE, GL_ONE); in render()
1305 glBlendFunc (GL_ONE, GL_ONE); in render()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.def45 glBlendFunc @43
/external/mesa3d/src/mapi/es1api/
Dgles1-symbols.txt10 glBlendFunc
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def37 glBlendFunc @30
DlibGLES_CM.lds38 glBlendFunc;
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def22 glBlendFunc = glBlendFunc@8
Dosmesa.def25 glBlendFunc
/external/skia/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp33 M(glBlendFunc) in egl_get_gl_proc()
/external/skqp/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp33 M(glBlendFunc) in egl_get_gl_proc()
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def15 glBlendFunc = glBlendFunc@8
/external/angle/samples/particle_system/
DParticleSystem.cpp181 glBlendFunc(GL_SRC_ALPHA, GL_ONE); in draw()
/external/angle/src/tests/gl_tests/
DBlendIntegerTest.cpp94 glBlendFunc(GL_ONE, GL_ONE); in runTest()
/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA); in beginDrawing()
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def13 glBlendFunc @11
DlibGLESv2.lds14 glBlendFunc;
/external/angle/src/tests/gl_tests/gles1/
DBootAnimationTest.cpp124 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in testSetUp()
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp207 ctx.glBlendFunc(-1, GL_ONE); in blend_func()
209 ctx.glBlendFunc(GL_ONE, -1); in blend_func()
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt27 glBlendFunc

12345