Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp429 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 Des2pRedundantStateChangeTests.cpp1341 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
H A Des2pStateChangeTests.cpp1511 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp464 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 Des3pRedundantStateChangeTests.cpp1415 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
H A Des3pStateChangeTests.cpp1595 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedCoverage.cpp83 gl.blendFuncSeparatei(i, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
H A DesextcDrawBuffersIndexedNegative.cpp77 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 DglsInteractionTestUtil.cpp117 GL_CONSTANT_COLOR, in computeRandomRenderState()
143 GL_CONSTANT_COLOR, in computeRandomRenderState()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h414 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 Dst_atom_blend.c80 case GL_CONSTANT_COLOR: in translate_blend()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp305 case GL_CONSTANT_COLOR: return rr::BLENDFUNC_CONSTANT_COLOR; in mapGLBlendFunc()
/third_party/mesa3d/src/mesa/main/
H A Dblend.c64 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 DRenderPipelineGL.cpp85 return alpha ? GL_CONSTANT_ALPHA : GL_CONSTANT_COLOR; in GLBlendFactor()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp334 { GL_CONSTANT_COLOR, "constant_color" }, in init()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp19 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 Drenderer9_utils.cpp108 case GL_CONSTANT_COLOR: in ConvertBlendFunc()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBlendTests.cpp393 { GL_CONSTANT_COLOR, "constant_color" }, in init()
H A Des3fIndexedStateQueryTests.cpp736 GL_CONSTANT_COLOR, in iterate()
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h86 #define GL_CONSTANT_COLOR 0x8001 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h107 #define GL_CONSTANT_COLOR 0x8001 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp379 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 DState.cpp731 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 DvalidationES2.cpp773 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 Dgles2.h208 #define GL_CONSTANT_COLOR 0x8001 macro

Completed in 68 milliseconds

123