Home
last modified time | relevance | path

Searched refs:GL_BLEND (Results 1 – 25 of 78) sorted by relevance

1234

/external/deqp/modules/gles31/functional/
Des31fNegativeAdvancedBlendEquationTests.cpp194 ctx.glEnable(GL_BLEND); in blend_qualifier_mismatch()
200 ctx.glDisable(GL_BLEND); in blend_qualifier_mismatch()
235 ctx.glEnable(GL_BLEND); in attachment_advanced_equation()
251 ctx.glDisable(GL_BLEND); in attachment_advanced_equation()
Des31fIndexedStateQueryTests.cpp894 verifyStateIndexedBoolean(result, gl, GL_BLEND, ndx, false, m_verifierType); in iterate()
899 gl.glEnable(GL_BLEND); in iterate()
902 verifyStateIndexedBoolean(result, gl, GL_BLEND, ndx, true, m_verifierType); in iterate()
911 gl.glEnablei(GL_BLEND, ndx); in iterate()
913 gl.glDisablei(GL_BLEND, ndx); in iterate()
917 verifyStateIndexedBoolean(result, gl, GL_BLEND, ndx, (ndx % 2 == 0), m_verifierType); in iterate()
925 gl.glEnablei(GL_BLEND, ndx); in iterate()
927 gl.glDisablei(GL_BLEND, ndx); in iterate()
930 gl.glEnable(GL_BLEND); in iterate()
933 verifyStateIndexedBoolean(result, gl, GL_BLEND, ndx, true, m_verifierType); in iterate()
/external/autotest/client/deps/glbench/src/
Dwindowmanagercompositingtest.cc68 glDisable(GL_BLEND); in TestFunc()
87 glEnable(GL_BLEND); in TestFunc()
284 glDisable(GL_BLEND); in InitializeCompositing()
Dtestbase.cc198 glEnable(GL_BLEND); in FillRateTestBlendDepth()
201 glDisable(GL_BLEND); in FillRateTestBlendDepth()
/external/mesa3d/src/mesa/swrast/
Ds_triangle.c429 case GL_BLEND: in affine_span()
448 case GL_BLEND: in affine_span()
478 case GL_BLEND: in affine_span()
497 case GL_BLEND: in affine_span()
562 if (info.envmode == GL_BLEND) { \
701 case GL_BLEND: in fast_persp_span()
720 case GL_BLEND: in fast_persp_span()
748 case GL_BLEND: in fast_persp_span()
767 case GL_BLEND: in fast_persp_span()
828 if (info.envmode == GL_BLEND) { \
/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java73 gl.glEnable(GL10.GL_BLEND); in beginDrawing()
154 gl.glDisable(GL10.GL_BLEND); in endDrawing()
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp189 glEnable (GL_BLEND); in render()
283 glEnable (GL_BLEND); in render()
338 glEnable (GL_BLEND); in render()
428 glEnable (GL_BLEND); in render()
538 glEnable (GL_BLEND); in render()
792 glEnable (GL_BLEND); in render()
894 glEnable (GL_BLEND); in render()
1177 glEnable (GL_BLEND); in render()
1304 glEnable (GL_BLEND); in render()
Des3fRandomFragmentOpTests.cpp192 wrapper.glEnable(GL_BLEND); in setGLState()
198 wrapper.glDisable(GL_BLEND); in setGLState()
Des3fBlendTests.cpp295 glDisable(GL_BLEND); in iterate()
298 glEnable(GL_BLEND); in iterate()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c542 glEnable(GL_BLEND); in drawGroundPlane()
553 glDisable(GL_BLEND); in drawGroundPlane()
596 glEnable(GL_BLEND); in drawFadeQuad()
629 glDisable(GL_BLEND); in drawFadeQuad()
/external/deqp/modules/gles2/performance/
Des2pBlendTests.cpp116 gl.enable(GL_BLEND); in setupRenderState()
Des2pStateChangeCallTests.cpp199 GL_BLEND, in init()
215 GL_BLEND, in init()
Des2pStateChangeTests.cpp175 gl.enable(GL_BLEND); in init()
177 gl.disable(GL_BLEND); in init()
587 gl.enable(GL_BLEND); in init()
632 gl.enable(GL_BLEND); in init()
1508 gl.enable(GL_BLEND); in init()
Des2pTextureCases.cpp210 gl.enable(GL_BLEND); in setupRenderState()
Des2pRedundantStateChangeTests.cpp165 gl.enable(GL_BLEND); in init()
533 gl.enable(GL_BLEND); in init()
573 gl.enable(GL_BLEND); in init()
1338 gl.enable(GL_BLEND); in init()
/external/deqp/modules/gles3/performance/
Des3pBlendTests.cpp119 gl.enable(GL_BLEND); in setupRenderState()
Des3pStateChangeCallTests.cpp230 GL_BLEND, in init()
248 GL_BLEND, in init()
Des3pStateChangeTests.cpp175 gl.enable(GL_BLEND); in init()
177 gl.disable(GL_BLEND); in init()
671 gl.enable(GL_BLEND); in init()
716 gl.enable(GL_BLEND); in init()
1592 gl.enable(GL_BLEND); in init()
Des3pTextureCases.cpp237 gl.enable(GL_BLEND); in setupRenderState()
Des3pRedundantStateChangeTests.cpp165 gl.enable(GL_BLEND); in init()
607 gl.enable(GL_BLEND); in init()
647 gl.enable(GL_BLEND); in init()
1412 gl.enable(GL_BLEND); in init()
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp247 glDisable(GL_BLEND); in iterate()
250 glEnable(GL_BLEND); in iterate()
Des2fRandomFragmentOpTests.cpp192 wrapper.glEnable(GL_BLEND); in setGLState()
198 wrapper.glDisable(GL_BLEND); in setGLState()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_context.c44 u->EnvMode == GL_BLEND || in texunit_needs_combiners()
/external/mesa3d/src/mesa/main/
Denable.c291 case GL_BLEND: in _mesa_set_enable()
1121 case GL_BLEND: in _mesa_set_enablei()
1174 case GL_BLEND: in _mesa_IsEnabledIndexed()
1240 case GL_BLEND: in _mesa_IsEnabled()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp263 ctx.enable(GL_BLEND); in setRenderState()
269 ctx.disable(GL_BLEND); in setRenderState()

1234