Searched refs:glBlendFunc (Results 1 – 25 of 116) sorted by relevance
12345
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | importgl.h | 62 FNDEF(void, glBlendFunc, (GLenum sfactor, GLenum dfactor)); 113 #define glBlendFunc FNPTR(glBlendFunc) macro
|
D | importgl.c | 56 IMPORT_FUNC_GL(glBlendFunc); in importGLInit()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeFragmentApiTests.cpp | 172 glBlendFunc(-1, GL_ONE); in init() 174 glBlendFunc(GL_ONE, -1); in init()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 16 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
|
D | egluStaticES30Library.inl | 23 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
|
D | egluStaticES31Library.inl | 27 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 161 glBlendFunc(-1, GL_ONE); in init() 163 glBlendFunc(GL_ONE, -1); in init()
|
D | es3fFboInvalidateTests.cpp | 190 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/ |
D | libGLESv1_CM.def | 45 glBlendFunc @43
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 10 glBlendFunc
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 37 glBlendFunc @30
|
D | libGLES_CM.lds | 38 glBlendFunc;
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 22 glBlendFunc = glBlendFunc@8
|
D | osmesa.def | 25 glBlendFunc
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 33 M(glBlendFunc) in egl_get_gl_proc()
|
/external/skqp/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 33 M(glBlendFunc) in egl_get_gl_proc()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 15 glBlendFunc = glBlendFunc@8
|
/external/angle/samples/particle_system/ |
D | ParticleSystem.cpp | 181 glBlendFunc(GL_SRC_ALPHA, GL_ONE); in draw()
|
/external/angle/src/tests/gl_tests/ |
D | BlendIntegerTest.cpp | 94 glBlendFunc(GL_ONE, GL_ONE); in runTest()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA); in beginDrawing()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 13 glBlendFunc @11
|
D | libGLESv2.lds | 14 glBlendFunc;
|
/external/angle/src/tests/gl_tests/gles1/ |
D | BootAnimationTest.cpp | 124 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in testSetUp()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 207 ctx.glBlendFunc(-1, GL_ONE); in blend_func() 209 ctx.glBlendFunc(GL_ONE, -1); in blend_func()
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 27 glBlendFunc
|
12345