Home
last modified time | relevance | path

Searched refs:GL_DST_COLOR (Results 1 - 25 of 62) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles2/performance/
H A 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()
H A Des2pBlendTests.cpp159 { "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL_ZERO }, 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()
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/gles3/performance/
H A 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()
H A Des3pBlendTests.cpp164 { "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL_ZERO }, in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedSetGet.cpp84 state.SetBlendFuncSeparatei(2, GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_DST_COLOR); in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp328 { GL_DST_COLOR, "dst_color" }, in init()
408 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_COLOR, defaultBlendColor)); in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.cpp111 GL_DST_COLOR, in computeRandomRenderState()
137 GL_DST_COLOR, in computeRandomRenderState()
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
H A Des3fBlendTests.cpp387 { GL_DST_COLOR, "dst_color" }, in init()
473 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_COLOR, defaultBlendColor)); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A 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/
H A Dst_atom_blend.c76 case GL_DST_COLOR: in translate_blend()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp299 case GL_DST_COLOR: return rr::BLENDFUNC_DST_COLOR; in mapGLBlendFunc()
/third_party/mesa3d/src/mesa/main/
H A Dblend.c56 case GL_DST_COLOR: in legal_src_factor()
89 case GL_DST_COLOR: in legal_dst_factor()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp75 return GL_DST_COLOR; in GLBlendFactor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp90 case GL_DST_COLOR: in ConvertBlendFunc()
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h122 #define GL_DST_COLOR 0x0306 macro
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h73 #define GL_DST_COLOR 0x0306 macro
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h445 ANGLE_VALIDATE_PACKED_ENUM(BlendFactorType, DstColor, GL_DST_COLOR);
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h122 #define GL_DST_COLOR 0x0306 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h94 #define GL_DST_COLOR 0x0306 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp373 case GL_DST_COLOR: in BlendFuncSeparate()
395 case GL_DST_COLOR: in BlendFuncSeparate()
418 case GL_DST_COLOR: in BlendFuncSeparate()
440 case GL_DST_COLOR: in BlendFuncSeparate()
/third_party/mesa3d/include/GLES/
H A Dgl.h102 #define GL_DST_COLOR 0x0306 macro
/third_party/openGLES/api/GLES/
H A Dgl.h83 #define GL_DST_COLOR 0x0306 macro
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredFramebuffer.cpp296 gl.blendFunc(GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR); in iterate()

Completed in 34 milliseconds

123