Home
last modified time | relevance | path

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

1234

/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/autotest/client/deps/glbench/src/
Dfillratetest.cc83 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in Run()
175 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in Run()
Dtestbase.cc198 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in FillRateTestBlendDepth()
/external/deqp/framework/egl/
DegluStaticES20Library.inl16 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
DegluStaticES30Library.inl23 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
DegluStaticES31Library.inl27 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
DegluStaticES32Library.inl30 { "glBlendFunc", (deFunctionPtr)glBlendFunc },
/external/deqp/modules/gles3/functional/
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()
Des3fNegativeFragmentApiTests.cpp161 glBlendFunc(-1, GL_ONE); in init()
163 glBlendFunc(GL_ONE, -1); in init()
/external/mesa3d/src/mapi/es1api/
DABI-check36 glBlendFunc
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def22 glBlendFunc = glBlendFunc@8
Dosmesa.def25 glBlendFunc
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds38 glBlendFunc;
DlibGLES_CM.def37 glBlendFunc @30
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def15 glBlendFunc = glBlendFunc@8
Dopengl32.def15 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/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/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/
DABI-check53 glBlendFunc

1234