Home
last modified time | relevance | path

Searched refs:GL_DST_ALPHA (Results 1 - 25 of 64) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pBlendTests.cpp155 { "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE }, in init()
156 { "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_ZERO }, in init()
159 { "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL_ZERO }, in init()
H A 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/
H A Des3pBlendTests.cpp160 { "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE }, in init()
161 { "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_ZERO }, in init()
164 { "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL_ZERO }, in init()
H A 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/
H A 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/
H A 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()
H A Des3fDrawBuffersIndexedTests.cpp1266 GL_DST_ALPHA, in getRandomBlendFunc()
1626 const BlendState funcStateA = BlendState(tcu::Nothing, Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA)), Maybe<BVec4>()); in addDrawBufferCommonTests()
1627 const BlendState funcStateB = BlendState(tcu::Nothing, Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA)), Maybe<BVec4>()); in addDrawBufferCommonTests()
1628 const BlendState separateFuncStateA = BlendState(tcu::Nothing, Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Either<BlendFunc, SeparateBlendFunc> >(SeparateBlendFunc(BlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA), BlendFunc(GL_ONE_MINUS_SRC_ALPHA, GL_ONE_MINUS_DST_ALPHA))), Maybe<BVec4>()); in addDrawBufferCommonTests()
1629 const BlendState separateFuncStateB = BlendState(tcu::Nothing, Maybe<Either<BlendEq, SeparateBlendEq> >(), Maybe<Either<BlendFunc, SeparateBlendFunc> >(SeparateBlendFunc(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA), BlendFunc(GL_ONE_MINUS_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA))), Maybe<BVec4>()); in addDrawBufferCommonTests()
H A Des3fBlendTests.cpp391 { GL_DST_ALPHA, "dst_alpha" }, in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedCoverage.cpp83 gl.blendFuncSeparatei(i, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
H A DesextcDrawBuffersIndexedNegative.cpp77 gl.blendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
80 "glBlendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE)"); in iterate()
H A DesextcDrawBuffersIndexedBlending.cpp195 state.SetBlendFunci(i, GL_SRC_ALPHA, GL_DST_ALPHA); in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.cpp115 GL_DST_ALPHA, in computeRandomRenderState()
141 GL_DST_ALPHA, in computeRandomRenderState()
/third_party/vk-gl-cts/modules/gles31/functional/
H A 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()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c74 case GL_DST_ALPHA: in translate_blend()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp303 case GL_DST_ALPHA: return rr::BLENDFUNC_DST_ALPHA; in mapGLBlendFunc()
/third_party/mesa3d/src/mesa/main/
H A Dblend.c60 case GL_DST_ALPHA: in legal_src_factor()
97 case GL_DST_ALPHA: in legal_dst_factor()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBuffersTest.cpp878 glBlendFunci(1, GL_DST_ALPHA, GL_DST_ALPHA); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp79 return GL_DST_ALPHA; in GLBlendFactor()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp332 { GL_DST_ALPHA, "dst_alpha" }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp102 case GL_DST_ALPHA: in ConvertBlendFunc()
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h116 #define GL_DST_ALPHA 0x0304 macro
127 /* GL_DST_ALPHA */
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h71 #define GL_DST_ALPHA 0x0304 macro
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h443 ANGLE_VALIDATE_PACKED_ENUM(BlendFactorType, DstAlpha, GL_DST_ALPHA);
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h116 #define GL_DST_ALPHA 0x0304 macro
127 /* GL_DST_ALPHA */
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h92 #define GL_DST_ALPHA 0x0304 macro

Completed in 45 milliseconds

123