/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 429 GL_CONSTANT_COLOR, in init() 446 GL_CONSTANT_COLOR, in init() 752 GL_CONSTANT_COLOR, in init() 769 GL_CONSTANT_COLOR, in init() 786 GL_CONSTANT_COLOR, in init() 803 GL_CONSTANT_COLOR, in init()
|
H A D | es2pRedundantStateChangeTests.cpp | 1341 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
|
H A D | es2pStateChangeTests.cpp | 1511 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 464 GL_CONSTANT_COLOR, in init() 481 GL_CONSTANT_COLOR, in init() 814 GL_CONSTANT_COLOR, in init() 831 GL_CONSTANT_COLOR, in init() 848 GL_CONSTANT_COLOR, in init() 865 GL_CONSTANT_COLOR, in init()
|
H A D | es3pRedundantStateChangeTests.cpp | 1415 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
|
H A D | es3pStateChangeTests.cpp | 1595 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedCoverage.cpp | 83 gl.blendFuncSeparatei(i, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
|
H A D | esextcDrawBuffersIndexedNegative.cpp | 77 gl.blendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate() 80 "glBlendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE)"); in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.cpp | 117 GL_CONSTANT_COLOR, in computeRandomRenderState() 143 GL_CONSTANT_COLOR, in computeRandomRenderState()
|
/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() 415 return static_cast<BlendFactorType>(from - GL_CONSTANT_COLOR + 11); in FromGLenum() 431 return value - 11 + GL_CONSTANT_COLOR; in ToGLenum() 448 ANGLE_VALIDATE_PACKED_ENUM(BlendFactorType, ConstantColor, GL_CONSTANT_COLOR);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_blend.c | 80 case GL_CONSTANT_COLOR: in translate_blend()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.cpp | 305 case GL_CONSTANT_COLOR: return rr::BLENDFUNC_CONSTANT_COLOR; in mapGLBlendFunc()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blend.c | 64 case GL_CONSTANT_COLOR: in legal_src_factor() 100 case GL_CONSTANT_COLOR: in legal_dst_factor()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 85 return alpha ? GL_CONSTANT_ALPHA : GL_CONSTANT_COLOR; in GLBlendFactor()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBlendTests.cpp | 334 { GL_CONSTANT_COLOR, "constant_color" }, in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | WebGLCompatibilityTest.cpp | 19 return (first == GL_CONSTANT_COLOR || first == GL_ONE_MINUS_CONSTANT_COLOR) && in ConstantColorAndAlphaBlendFunctions() 255 glBlendFunc(GL_CONSTANT_COLOR, GL_ZERO); in TestExtFloatBlend() 1926 GL_CONSTANT_COLOR, in TEST_P() 1939 GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, in TEST_P() 2033 glBlendFuncSeparateiOES(0, GL_CONSTANT_COLOR, GL_CONSTANT_COLOR, GL_CONSTANT_ALPHA, in TEST_P() 2037 glBlendFuncSeparateiOES(1, GL_CONSTANT_ALPHA, GL_CONSTANT_ALPHA, GL_CONSTANT_COLOR, in TEST_P() 2038 GL_CONSTANT_COLOR); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | renderer9_utils.cpp | 108 case GL_CONSTANT_COLOR: in ConvertBlendFunc()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 393 { GL_CONSTANT_COLOR, "constant_color" }, in init()
|
H A D | es3fIndexedStateQueryTests.cpp | 736 GL_CONSTANT_COLOR, in iterate()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 86 #define GL_CONSTANT_COLOR 0x8001 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 107 #define GL_CONSTANT_COLOR 0x8001 macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.cpp | 379 case GL_CONSTANT_COLOR: in BlendFuncSeparate() 401 case GL_CONSTANT_COLOR: in BlendFuncSeparate() 424 case GL_CONSTANT_COLOR: in BlendFuncSeparate() 446 case GL_CONSTANT_COLOR: in BlendFuncSeparate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 731 return sourceRGB == GL_CONSTANT_COLOR || sourceRGB == GL_ONE_MINUS_CONSTANT_COLOR || in hasConstantColor() 732 destRGB == GL_CONSTANT_COLOR || destRGB == GL_ONE_MINUS_CONSTANT_COLOR; in hasConstantColor()
|
H A D | validationES2.cpp | 773 case GL_CONSTANT_COLOR: in ValidBlendFunc() 3880 (srcRGB == GL_CONSTANT_COLOR || srcRGB == GL_ONE_MINUS_CONSTANT_COLOR || in ValidateBlendFuncSeparate() 3881 dstRGB == GL_CONSTANT_COLOR || dstRGB == GL_ONE_MINUS_CONSTANT_COLOR); in ValidateBlendFuncSeparate()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 208 #define GL_CONSTANT_COLOR 0x8001 macro
|