Home
last modified time | relevance | path

Searched refs:GL_CONSTANT_COLOR (Results 1 – 25 of 59) sorted by relevance

123

/external/deqp/modules/gles2/performance/
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()
Des2pRedundantStateChangeTests.cpp1341 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
Des2pStateChangeTests.cpp1511 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
/external/deqp/modules/gles3/performance/
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()
Des3pRedundantStateChangeTests.cpp1415 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
Des3pStateChangeTests.cpp1595 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c80 case GL_CONSTANT_COLOR: in brw_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_state.c141 case GL_CONSTANT_COLOR: in intel_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h56 case GL_CONSTANT_COLOR: in nvgl_blend_func()
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedCoverage.cpp83 gl.blendFuncSeparatei(i, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
DesextcDrawBuffersIndexedNegative.cpp77 gl.blendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
/external/angle/src/common/
DPackedEnums.h404 if (from >= GL_CONSTANT_COLOR && from <= GL_ONE_MINUS_CONSTANT_ALPHA)
405 return static_cast<BlendFactorType>(from - GL_CONSTANT_COLOR + 11);
421 return value - 11 + GL_CONSTANT_COLOR; in ToGLenum()
438 ANGLE_VALIDATE_PACKED_ENUM(BlendFactorType, ConstantColor, GL_CONSTANT_COLOR);
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp117 GL_CONSTANT_COLOR, in computeRandomRenderState()
143 GL_CONSTANT_COLOR, in computeRandomRenderState()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c537 case GL_CONSTANT_COLOR: in blend_general_float()
598 case GL_CONSTANT_COLOR: in blend_general_float()
653 case GL_CONSTANT_COLOR: in blend_general_float()
712 case GL_CONSTANT_COLOR: in blend_general_float()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c80 case GL_CONSTANT_COLOR: in translate_blend()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp305 case GL_CONSTANT_COLOR: return rr::BLENDFUNC_CONSTANT_COLOR; in mapGLBlendFunc()
/external/angle/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp19 return (first == GL_CONSTANT_COLOR || first == GL_ONE_MINUS_CONSTANT_COLOR) && in ConstantColorAndAlphaBlendFunctions()
255 glBlendFunc(GL_CONSTANT_COLOR, GL_ZERO); in TestExtFloatBlend()
1912 GL_CONSTANT_COLOR, in TEST_P()
1925 GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, in TEST_P()
2019 glBlendFuncSeparateiOES(0, GL_CONSTANT_COLOR, GL_CONSTANT_COLOR, GL_CONSTANT_ALPHA, in TEST_P()
2023 glBlendFuncSeparateiOES(1, GL_CONSTANT_ALPHA, GL_CONSTANT_ALPHA, GL_CONSTANT_COLOR, in TEST_P()
2024 GL_CONSTANT_COLOR); in TEST_P()
/external/mesa3d/src/mesa/main/
Dblend.c62 case GL_CONSTANT_COLOR: in legal_src_factor()
98 case GL_CONSTANT_COLOR: in legal_dst_factor()
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp334 { GL_CONSTANT_COLOR, "constant_color" }, in init()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_utils.mm285 case GL_CONSTANT_COLOR:
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp108 case GL_CONSTANT_COLOR: in ConvertBlendFunc()
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp393 { GL_CONSTANT_COLOR, "constant_color" }, in init()
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h327 #define GL_CONSTANT_COLOR 0x8001 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h108 #define GL_CONSTANT_COLOR 0x8001 macro
/external/angle/src/tests/deqp_support/
Ddeqp_gles31_test_expectations.txt108 // Simultaneous use of GL_CONSTANT_ALPHA/GL_ONE_MINUS_CONSTANT_ALPHA and GL_CONSTANT_COLOR/GL_ONE_M…

123