Home
last modified time | relevance | path

Searched refs:GL_DST_COLOR (Results 1 – 25 of 86) sorted by relevance

1234

/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()
175 blendStateExt.setFactorsIndexed(5, GL_SRC_COLOR, GL_DST_COLOR, GL_ONE, GL_DST_ALPHA); in TEST()
176 blendStateExt.setFactorsIndexed(7, GL_SRC_COLOR, GL_DST_COLOR, GL_SRC_ALPHA, GL_ONE); in TEST()
204 ASSERT_EQ(blendStateExt.getDstColorIndexed(1), static_cast<GLenum>(GL_DST_COLOR)); in TEST()
218 ASSERT_EQ(blendStateExt.getDstColorIndexed(1), static_cast<GLenum>(GL_DST_COLOR)); in TEST()
225 ASSERT_EQ(blendStateExt.getDstColorIndexed(1), static_cast<GLenum>(GL_DST_COLOR)); in TEST()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pStateChangeCallTests.cpp423 GL_DST_COLOR, in init()
440 GL_DST_COLOR, in init()
746 GL_DST_COLOR, in init()
763 GL_DST_COLOR, in init()
780 GL_DST_COLOR, in init()
797 GL_DST_COLOR, in init()
Des2pBlendTests.cpp159 …{ "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL… in init()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pStateChangeCallTests.cpp458 GL_DST_COLOR, in init()
475 GL_DST_COLOR, in init()
808 GL_DST_COLOR, in init()
825 GL_DST_COLOR, in init()
842 GL_DST_COLOR, in init()
859 GL_DST_COLOR, in init()
Des3pBlendTests.cpp164 …{ "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL… in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fBlendTests.cpp328 { GL_DST_COLOR, "dst_color" }, in init()
408 …back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_D… in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedSetGet.cpp84 state.SetBlendFuncSeparatei(2, GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_DST_COLOR); in iterate()
/third_party/vk-gl-cts/modules/glshared/
DglsInteractionTestUtil.cpp111 GL_DST_COLOR, in computeRandomRenderState()
137 GL_DST_COLOR, in computeRandomRenderState()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fIndexedStateQueryTests.cpp730 GL_DST_COLOR, in iterate()
787 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
796 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_ALPHA, ndx, GL_DST_COLOR, m_verifierType); in iterate()
864 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
872 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
881 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_ALPHA, ndx, GL_DST_COLOR, m_verifierType); in iterate()
Des3fBlendTests.cpp387 { GL_DST_COLOR, "dst_color" }, in init()
473 …back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_D… in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp966 GL_DST_COLOR, in iterate()
1023 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1032 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_ALPHA, ndx, GL_DST_COLOR, m_verifierType); in iterate()
1100 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1108 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1117 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_ALPHA, ndx, GL_DST_COLOR, m_verifierType); in iterate()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c76 case GL_DST_COLOR: in translate_blend()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceUtils.cpp299 case GL_DST_COLOR: return rr::BLENDFUNC_DST_COLOR; in mapGLBlendFunc()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp75 return GL_DST_COLOR; in GLBlendFactor()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp75 return GL_DST_COLOR; in GLBlendFactor()
/third_party/mesa3d/src/mesa/main/
Dblend.c56 case GL_DST_COLOR: in legal_src_factor()
89 case GL_DST_COLOR: in legal_dst_factor()
/third_party/mesa3d/docs/relnotes/
D9.0.2.rst54 r300g: blend sfactor=GL_DST_COLOR fails with FBOs
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
Dgl.h122 #define GL_DST_COLOR 0x0306 macro
/third_party/openGLES/api/GLES/1.0/
Dgl.h122 #define GL_DST_COLOR 0x0306 macro
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp90 case GL_DST_COLOR: in ConvertBlendFunc()
/third_party/openGLES/api/GLSC2/
Dglsc2.h73 #define GL_DST_COLOR 0x0306 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp90 case GL_DST_COLOR: in ConvertBlendFunc()
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
Dglsc2.h94 #define GL_DST_COLOR 0x0306 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h53 #define GL_DST_COLOR 0x0306 macro
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h53 #define GL_DST_COLOR 0x0306 macro

1234