Home
last modified time | relevance | path

Searched refs:GL_DST_ALPHA (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/vk-gl-cts/modules/gles2/performance/
Des2pBlendTests.cpp155 …{ "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZER… in init()
156 …{ "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_… in init()
159 …{ "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL… in init()
Des2pStateChangeCallTests.cpp427 GL_DST_ALPHA, in init()
444 GL_DST_ALPHA, in init()
750 GL_DST_ALPHA, in init()
767 GL_DST_ALPHA, in init()
784 GL_DST_ALPHA, in init()
801 GL_DST_ALPHA, in init()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBlendTests.cpp160 …{ "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZER… in init()
161 …{ "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_… in init()
164 …{ "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL… in init()
Des3pStateChangeCallTests.cpp462 GL_DST_ALPHA, in init()
479 GL_DST_ALPHA, in init()
812 GL_DST_ALPHA, in init()
829 GL_DST_ALPHA, in init()
846 GL_DST_ALPHA, in init()
863 GL_DST_ALPHA, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp167 blendStateExt.setFactors(GL_SRC_COLOR, GL_DST_COLOR, GL_SRC_ALPHA, GL_DST_ALPHA); in TEST()
173 blendStateExt.setFactorsIndexed(0, GL_ONE, GL_DST_COLOR, GL_SRC_ALPHA, GL_DST_ALPHA); in TEST()
174 blendStateExt.setFactorsIndexed(3, GL_SRC_COLOR, GL_ONE, GL_SRC_ALPHA, GL_DST_ALPHA); in TEST()
175 blendStateExt.setFactorsIndexed(5, GL_SRC_COLOR, GL_DST_COLOR, GL_ONE, GL_DST_ALPHA); in TEST()
206 ASSERT_EQ(blendStateExt.getDstAlphaIndexed(1), static_cast<GLenum>(GL_DST_ALPHA)); in TEST()
213 ASSERT_EQ(blendStateExt.getDstAlphaIndexed(1), static_cast<GLenum>(GL_DST_ALPHA)); in TEST()
220 ASSERT_EQ(blendStateExt.getDstAlphaIndexed(1), static_cast<GLenum>(GL_DST_ALPHA)); in TEST()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fIndexedStateQueryTests.cpp734 GL_DST_ALPHA, in iterate()
770 gl.glBlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA); in iterate()
776 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, GL_DST_ALPHA, m_verifierType); in iterate()
782 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_DST_ALPHA, m_verifierType); in iterate()
847 gl.glBlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA); in iterate()
853 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, GL_DST_ALPHA, m_verifierType); in iterate()
859 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_DST_ALPHA, m_verifierType); in iterate()
Des3fDrawBuffersIndexedTests.cpp1266 GL_DST_ALPHA, in getRandomBlendFunc()
1626 … Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA)), Maybe<BVec4>… in addDrawBufferCommonTests()
1627 …eBlendEq> >(), Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA))… in addDrawBufferCommonTests()
1628 …dFunc, SeparateBlendFunc> >(SeparateBlendFunc(BlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA), BlendFunc(GL_… in addDrawBufferCommonTests()
1629 …be<Either<BlendFunc, SeparateBlendFunc> >(SeparateBlendFunc(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA),… in addDrawBufferCommonTests()
Des3fBlendTests.cpp391 { GL_DST_ALPHA, "dst_alpha" }, in init()
/third_party/vk-gl-cts/modules/glshared/
DglsInteractionTestUtil.cpp115 GL_DST_ALPHA, in computeRandomRenderState()
141 GL_DST_ALPHA, in computeRandomRenderState()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedCoverage.cpp83 gl.blendFuncSeparatei(i, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
DesextcDrawBuffersIndexedNegative.cpp77 gl.blendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
DesextcDrawBuffersIndexedBlending.cpp195 state.SetBlendFunci(i, GL_SRC_ALPHA, GL_DST_ALPHA); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp970 GL_DST_ALPHA, in iterate()
1006 gl.glBlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA); in iterate()
1012 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, GL_DST_ALPHA, m_verifierType); in iterate()
1018 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_DST_ALPHA, m_verifierType); in iterate()
1083 gl.glBlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA); in iterate()
1089 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, GL_DST_ALPHA, m_verifierType); in iterate()
1095 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_DST_ALPHA, m_verifierType); in iterate()
Des31fDrawBuffersIndexedTests.cpp1254 GL_DST_ALPHA, in getRandomBlendFunc()
1614 … Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA)), Maybe<BVec4>… in addDrawBufferCommonTests()
1615 …eBlendEq> >(), Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA))… in addDrawBufferCommonTests()
1616 …dFunc, SeparateBlendFunc> >(SeparateBlendFunc(BlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA), BlendFunc(GL_… in addDrawBufferCommonTests()
1617 …be<Either<BlendFunc, SeparateBlendFunc> >(SeparateBlendFunc(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA),… in addDrawBufferCommonTests()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c74 case GL_DST_ALPHA: in translate_blend()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceUtils.cpp303 case GL_DST_ALPHA: return rr::BLENDFUNC_DST_ALPHA; in mapGLBlendFunc()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp79 return GL_DST_ALPHA; in GLBlendFactor()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp79 return GL_DST_ALPHA; in GLBlendFactor()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawBuffersTest.cpp878 glBlendFunci(1, GL_DST_ALPHA, GL_DST_ALPHA); in TEST_P()
/third_party/mesa3d/src/mesa/main/
Dblend.c60 case GL_DST_ALPHA: in legal_src_factor()
97 case GL_DST_ALPHA: in legal_dst_factor()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fBlendTests.cpp332 { GL_DST_ALPHA, "dst_alpha" }, in init()
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
Dgl.h116 #define GL_DST_ALPHA 0x0304 macro
/third_party/openGLES/api/GLES/1.0/
Dgl.h116 #define GL_DST_ALPHA 0x0304 macro
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp102 case GL_DST_ALPHA: in ConvertBlendFunc()
/third_party/openGLES/api/GLSC2/
Dglsc2.h71 #define GL_DST_ALPHA 0x0304 macro

1234