/external/deqp/modules/gles2/performance/ |
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()
|
D | es2pRedundantStateChangeTests.cpp | 1341 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
|
D | es2pStateChangeTests.cpp | 1511 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
|
/external/deqp/modules/gles3/performance/ |
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()
|
D | es3pRedundantStateChangeTests.cpp | 1415 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
|
D | es3pStateChangeTests.cpp | 1595 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.c | 80 case GL_CONSTANT_COLOR: in brw_translate_blend_factor()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 117 GL_CONSTANT_COLOR, in computeRandomRenderState() 143 GL_CONSTANT_COLOR, in computeRandomRenderState()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 56 case GL_CONSTANT_COLOR: in nvgl_blend_func()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedCoverage.cpp | 83 gl.blendFuncSeparatei(i, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
|
D | esextcDrawBuffersIndexedNegative.cpp | 77 gl.blendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_state.c | 141 case GL_CONSTANT_COLOR: in intel_translate_blend_factor()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 537 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/ |
D | st_atom_blend.c | 78 case GL_CONSTANT_COLOR: in translate_blend()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 305 case GL_CONSTANT_COLOR: return rr::BLENDFUNC_CONSTANT_COLOR; in mapGLBlendFunc()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 61 case GL_CONSTANT_COLOR: in legal_src_factor() 97 case GL_CONSTANT_COLOR: in legal_dst_factor()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 334 { GL_CONSTANT_COLOR, "constant_color" }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 393 { GL_CONSTANT_COLOR, "constant_color" }, in init()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2.h | 108 #define GL_CONSTANT_COLOR 0x8001 macro
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 195 case GL_CONSTANT_COLOR: in radeonBlendFuncSeparate() 239 case GL_CONSTANT_COLOR: in radeonBlendFuncSeparate()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
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()
|
D | utilities.cpp | 2127 case GL_CONSTANT_COLOR: return sw::BLEND_CONSTANT; in ConvertBlendFunc()
|
/external/swiftshader/include/GLES2/ |
D | gl2.h | 115 #define GL_CONSTANT_COLOR 0x8001 macro
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 115 #define GL_CONSTANT_COLOR 0x8001 macro
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 341 case GL_CONSTANT_COLOR: return "GL_CONSTANT_COLOR";
|