/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 432 GL_ONE_MINUS_CONSTANT_ALPHA in init() 449 GL_ONE_MINUS_CONSTANT_ALPHA in init() 755 GL_ONE_MINUS_CONSTANT_ALPHA in init() 772 GL_ONE_MINUS_CONSTANT_ALPHA in init() 789 GL_ONE_MINUS_CONSTANT_ALPHA in init() 806 GL_ONE_MINUS_CONSTANT_ALPHA in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 467 GL_ONE_MINUS_CONSTANT_ALPHA in init() 484 GL_ONE_MINUS_CONSTANT_ALPHA in init() 817 GL_ONE_MINUS_CONSTANT_ALPHA in init() 834 GL_ONE_MINUS_CONSTANT_ALPHA in init() 851 GL_ONE_MINUS_CONSTANT_ALPHA in init() 868 GL_ONE_MINUS_CONSTANT_ALPHA in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedSetGet.cpp | 66 state.SetBlendFunc(GL_ONE_MINUS_CONSTANT_ALPHA, GL_SRC_ALPHA_SATURATE); in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.cpp | 120 GL_ONE_MINUS_CONSTANT_ALPHA, in computeRandomRenderState() 146 GL_ONE_MINUS_CONSTANT_ALPHA in computeRandomRenderState()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_blend.c | 100 case GL_ONE_MINUS_CONSTANT_ALPHA: in translate_blend()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.cpp | 308 case GL_ONE_MINUS_CONSTANT_ALPHA: return rr::BLENDFUNC_ONE_MINUS_CONSTANT_ALPHA; in mapGLBlendFunc()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blend.c | 67 case GL_ONE_MINUS_CONSTANT_ALPHA: in legal_src_factor() 103 case GL_ONE_MINUS_CONSTANT_ALPHA: in legal_dst_factor()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 414 if (from >= GL_CONSTANT_COLOR && from <= GL_ONE_MINUS_CONSTANT_ALPHA) in FromGLenum() 451 ANGLE_VALIDATE_PACKED_ENUM(BlendFactorType, OneMinusConstantAlpha, GL_ONE_MINUS_CONSTANT_ALPHA);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | StateManager9.cpp | 706 blendState.sourceBlendRGB != GL_ONE_MINUS_CONSTANT_ALPHA && in setBlendColor() 708 blendState.destBlendRGB != GL_ONE_MINUS_CONSTANT_ALPHA) in setBlendColor()
|
H A D | renderer9_utils.cpp | 117 case GL_ONE_MINUS_CONSTANT_ALPHA: in ConvertBlendFunc()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 87 return alpha ? GL_ONE_MINUS_CONSTANT_ALPHA : GL_ONE_MINUS_CONSTANT_COLOR; in GLBlendFactor()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBlendTests.cpp | 337 { GL_ONE_MINUS_CONSTANT_ALPHA, "one_minus_constant_alpha" }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 396 { GL_ONE_MINUS_CONSTANT_ALPHA, "one_minus_constant_alpha" }, in init()
|
H A D | es3fIndexedStateQueryTests.cpp | 739 GL_ONE_MINUS_CONSTANT_ALPHA, in iterate()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 89 #define GL_ONE_MINUS_CONSTANT_ALPHA 0x8004 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 110 #define GL_ONE_MINUS_CONSTANT_ALPHA 0x8004 macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.cpp | 382 case GL_ONE_MINUS_CONSTANT_ALPHA: in BlendFuncSeparate() 404 case GL_ONE_MINUS_CONSTANT_ALPHA: in BlendFuncSeparate() 427 case GL_ONE_MINUS_CONSTANT_ALPHA: in BlendFuncSeparate() 449 case GL_ONE_MINUS_CONSTANT_ALPHA: in BlendFuncSeparate()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | WebGLCompatibilityTest.cpp | 20 (second == GL_CONSTANT_ALPHA || second == GL_ONE_MINUS_CONSTANT_ALPHA); in ConstantColorAndAlphaBlendFunctions() 1929 GL_ONE_MINUS_CONSTANT_ALPHA, in TEST_P() 1940 GL_CONSTANT_ALPHA, GL_ONE_MINUS_CONSTANT_ALPHA, in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 737 return sourceRGB == GL_CONSTANT_ALPHA || sourceRGB == GL_ONE_MINUS_CONSTANT_ALPHA || in hasConstantAlpha() 738 destRGB == GL_CONSTANT_ALPHA || destRGB == GL_ONE_MINUS_CONSTANT_ALPHA; in hasConstantAlpha()
|
H A D | validationES2.cpp | 776 case GL_ONE_MINUS_CONSTANT_ALPHA: in ValidBlendFunc() 3884 (srcRGB == GL_CONSTANT_ALPHA || srcRGB == GL_ONE_MINUS_CONSTANT_ALPHA || in ValidateBlendFuncSeparate() 3885 dstRGB == GL_CONSTANT_ALPHA || dstRGB == GL_ONE_MINUS_CONSTANT_ALPHA); in ValidateBlendFuncSeparate()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 324 #define GL_ONE_MINUS_CONSTANT_ALPHA 0x8004 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 118 #define GL_ONE_MINUS_CONSTANT_ALPHA 0x8004 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 99 #define GL_ONE_MINUS_CONSTANT_ALPHA 0x8004 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 340 #define GL_ONE_MINUS_CONSTANT_ALPHA 0x8004 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.cpp | 1762 case GL_ONE_MINUS_CONSTANT_ALPHA: in ConvertBlendFunc()
|