/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes_unittest.cpp | 167 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/ |
D | es2pStateChangeCallTests.cpp | 423 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()
|
D | es2pBlendTests.cpp | 159 …{ "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/ |
D | es3pStateChangeCallTests.cpp | 458 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()
|
D | es3pBlendTests.cpp | 164 …{ "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/ |
D | es2fBlendTests.cpp | 328 { 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/ |
D | esextcDrawBuffersIndexedSetGet.cpp | 84 state.SetBlendFuncSeparatei(2, GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_DST_COLOR); in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 111 GL_DST_COLOR, in computeRandomRenderState() 137 GL_DST_COLOR, in computeRandomRenderState()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fIndexedStateQueryTests.cpp | 730 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()
|
D | es3fBlendTests.cpp | 387 { 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/ |
D | es31fIndexedStateQueryTests.cpp | 966 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/ |
D | st_atom_blend.c | 76 case GL_DST_COLOR: in translate_blend()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 299 case GL_DST_COLOR: return rr::BLENDFUNC_DST_COLOR; in mapGLBlendFunc()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 75 return GL_DST_COLOR; in GLBlendFactor()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 75 return GL_DST_COLOR; in GLBlendFactor()
|
/third_party/mesa3d/src/mesa/main/ |
D | blend.c | 56 case GL_DST_COLOR: in legal_src_factor() 89 case GL_DST_COLOR: in legal_dst_factor()
|
/third_party/mesa3d/docs/relnotes/ |
D | 9.0.2.rst | 54 r300g: blend sfactor=GL_DST_COLOR fails with FBOs
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
D | gl.h | 122 #define GL_DST_COLOR 0x0306 macro
|
/third_party/openGLES/api/GLES/1.0/ |
D | gl.h | 122 #define GL_DST_COLOR 0x0306 macro
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 90 case GL_DST_COLOR: in ConvertBlendFunc()
|
/third_party/openGLES/api/GLSC2/ |
D | glsc2.h | 73 #define GL_DST_COLOR 0x0306 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 90 case GL_DST_COLOR: in ConvertBlendFunc()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
D | glsc2.h | 94 #define GL_DST_COLOR 0x0306 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 53 #define GL_DST_COLOR 0x0306 macro
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 53 #define GL_DST_COLOR 0x0306 macro
|