Home
last modified time | relevance | path

Searched refs:GL_ONE_MINUS_DST_ALPHA (Results 1 - 25 of 59) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pBlendTests.cpp151 { "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE, GL_ZERO }, in init()
154 { "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, GL_ONE_MINUS_SRC_ALPHA }, in init()
157 { "src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINUS_DST_ALPHA, GL_ZERO }, in init()
H A Des2pStateChangeCallTests.cpp428 GL_ONE_MINUS_DST_ALPHA, in init()
445 GL_ONE_MINUS_DST_ALPHA, in init()
751 GL_ONE_MINUS_DST_ALPHA, in init()
768 GL_ONE_MINUS_DST_ALPHA, in init()
785 GL_ONE_MINUS_DST_ALPHA, in init()
802 GL_ONE_MINUS_DST_ALPHA, in init()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBlendTests.cpp156 { "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE, GL_ZERO }, in init()
159 { "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, GL_ONE_MINUS_SRC_ALPHA }, in init()
162 { "src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINUS_DST_ALPHA, GL_ZERO }, in init()
H A Des3pStateChangeCallTests.cpp463 GL_ONE_MINUS_DST_ALPHA, in init()
480 GL_ONE_MINUS_DST_ALPHA, in init()
813 GL_ONE_MINUS_DST_ALPHA, in init()
830 GL_ONE_MINUS_DST_ALPHA, in init()
847 GL_ONE_MINUS_DST_ALPHA, in init()
864 GL_ONE_MINUS_DST_ALPHA, in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.cpp116 GL_ONE_MINUS_DST_ALPHA, in computeRandomRenderState()
142 GL_ONE_MINUS_DST_ALPHA, in computeRandomRenderState()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fIndexedStateQueryTests.cpp735 GL_ONE_MINUS_DST_ALPHA, in iterate()
787 gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
799 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_ONE_MINUS_DST_ALPHA, 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()
884 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_ONE_MINUS_DST_ALPHA, m_verifierType); in iterate()
H A Des3fDrawBuffersIndexedTests.cpp1267 GL_ONE_MINUS_DST_ALPHA, in getRandomBlendFunc()
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.cpp392 { GL_ONE_MINUS_DST_ALPHA, "one_minus_dst_alpha" }, in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fIndexedStateQueryTests.cpp971 GL_ONE_MINUS_DST_ALPHA, in iterate()
1023 gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1035 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_ONE_MINUS_DST_ALPHA, 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()
1120 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_ONE_MINUS_DST_ALPHA, m_verifierType); in iterate()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c96 case GL_ONE_MINUS_DST_ALPHA: in translate_blend()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp304 case GL_ONE_MINUS_DST_ALPHA: return rr::BLENDFUNC_ONE_MINUS_DST_ALPHA; in mapGLBlendFunc()
/third_party/mesa3d/src/mesa/main/
H A Dblend.c61 case GL_ONE_MINUS_DST_ALPHA: in legal_src_factor()
98 case GL_ONE_MINUS_DST_ALPHA: in legal_dst_factor()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp81 return GL_ONE_MINUS_DST_ALPHA; in GLBlendFactor()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp333 { GL_ONE_MINUS_DST_ALPHA, "one_minus_dst_alpha" }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp105 case GL_ONE_MINUS_DST_ALPHA: in ConvertBlendFunc()
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h117 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
128 /* GL_ONE_MINUS_DST_ALPHA */
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h72 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h444 ANGLE_VALIDATE_PACKED_ENUM(BlendFactorType, OneMinusDstAlpha, GL_ONE_MINUS_DST_ALPHA);
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h117 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
128 /* GL_ONE_MINUS_DST_ALPHA */
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h93 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp378 case GL_ONE_MINUS_DST_ALPHA: in BlendFuncSeparate()
400 case GL_ONE_MINUS_DST_ALPHA: in BlendFuncSeparate()
423 case GL_ONE_MINUS_DST_ALPHA: in BlendFuncSeparate()
445 case GL_ONE_MINUS_DST_ALPHA: in BlendFuncSeparate()
/third_party/mesa3d/include/GLES/
H A Dgl.h101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/third_party/openGLES/api/GLES/
H A Dgl.h82 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dgl.h101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dgl.h101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro

Completed in 36 milliseconds

123