Home
last modified time | relevance | path

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

123456

/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedCoverage.cpp75 gl.enablei(GL_BLEND, i); in iterate()
76 gl.disablei(GL_BLEND, i); in iterate()
78 gl.isEnabledi(GL_BLEND, i); in iterate()
DesextcDrawBuffersIndexedNegative.cpp121 gl.enablei(GL_BLEND, maxDrawBuffers); in iterate()
124 gl.disablei(GL_BLEND, maxDrawBuffers); in iterate()
127 gl.isEnabledi(GL_BLEND, maxDrawBuffers); in iterate()
DesextcDrawBuffersIndexedBase.cpp120 if (gl.isEnabledi(GL_BLEND, idx) != state[idx].enable) in CheckBuffer()
212 gl.enablei(GL_BLEND, idx); in SetEnablei()
218 gl.disablei(GL_BLEND, idx); in SetDisablei()
269 gl.enable(GL_BLEND); in SetEnable()
279 gl.disable(GL_BLEND); in SetDisable()
/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()
254 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/mesa3d/src/mesa/swrast/
Ds_triangle.c430 case GL_BLEND: in affine_span()
449 case GL_BLEND: in affine_span()
479 case GL_BLEND: in affine_span()
498 case GL_BLEND: in affine_span()
563 if (info.envmode == GL_BLEND) { \
702 case GL_BLEND: in fast_persp_span()
721 case GL_BLEND: in fast_persp_span()
749 case GL_BLEND: in fast_persp_span()
768 case GL_BLEND: in fast_persp_span()
829 if (info.envmode == GL_BLEND) { \
/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_opengl3.cpp127 GLboolean last_enable_blend = glIsEnabled(GL_BLEND); in ImGui_ImplOpenGL3_RenderDrawData()
133 glEnable(GL_BLEND); in ImGui_ImplOpenGL3_RenderDrawData()
221 if (last_enable_blend) glEnable(GL_BLEND); else glDisable(GL_BLEND); in ImGui_ImplOpenGL3_RenderDrawData()
/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java73 gl.glEnable(GL10.GL_BLEND); in beginDrawing()
154 gl.glDisable(GL10.GL_BLEND); in endDrawing()
/external/angle/src/tests/gl_tests/gles1/
DBootAnimationTest.cpp234 glDisable(GL_BLEND); in TEST_P()
238 glEnable(GL_BLEND); in TEST_P()
/external/angle/src/libANGLE/
DvalidationES32.cpp178 case GL_BLEND: in ValidateDisablei()
264 case GL_BLEND: in ValidateEnablei()
425 case GL_BLEND: in ValidateIsEnabledi()
/external/deqp/external/openglcts/modules/gl/
Dgl4cIndirectParametersTests.cpp434 gl.enable(GL_BLEND); in draw()
448 gl.disable(GL_BLEND); in draw()
629 gl.enable(GL_BLEND); in draw()
643 gl.disable(GL_BLEND); in draw()
/external/angle/src/tests/gl_tests/
DColorMaskTest.cpp56 glDisable(GL_BLEND); in TEST_P()
DFramebufferRenderMipmapTest.cpp40 glEnable(GL_BLEND); in testSetUp()
DWebGLCompatibilityTest.cpp250 glDisable(GL_BLEND); in TestExtFloatBlend()
254 glEnable(GL_BLEND); in TestExtFloatBlend()
1992 glDisable(GL_BLEND); in TEST_P()
1993 glEnableiOES(GL_BLEND, 0); in TEST_P()
1994 glEnableiOES(GL_BLEND, 1); in TEST_P()
2346 glDisable(GL_BLEND); in TEST_P()
2448 glDisable(GL_BLEND); in TEST_P()
3155 glEnable(GL_BLEND); in TEST_P()
3179 glDisable(GL_BLEND); in TEST_P()
3182 glEnable(GL_BLEND); in TEST_P()
[all …]
DBlendMinMaxTest.cpp138 glEnable(GL_BLEND); in testSetUp()
DBlendIntegerTest.cpp92 glEnable(GL_BLEND); in runTest()
DFramebufferMixedSamplesTest.cpp114 glEnable(GL_BLEND); in prepareForDraw()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp487 m_pAPI->isBlendEnabled = glIsEnabled(GL_BLEND); in APIRenderStates()
506 glEnable(GL_BLEND); in APIRenderStates()
522 if (!m_pAPI->isBlendEnabled) glDisable(GL_BLEND); in APIRenderStates()
/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()
/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/angle/samples/particle_system/
DParticleSystem.cpp180 glEnable(GL_BLEND); in draw()
/external/deqp/modules/gles2/performance/
Des2pBlendTests.cpp116 gl.enable(GL_BLEND); in setupRenderState()
Des2pStateChangeCallTests.cpp199 GL_BLEND, in init()
215 GL_BLEND, in init()
/external/deqp/modules/gles3/performance/
Des3pBlendTests.cpp119 gl.enable(GL_BLEND); in setupRenderState()
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp247 glDisable(GL_BLEND); in iterate()
250 glEnable(GL_BLEND); in iterate()

123456