Home
last modified time | relevance | path

Searched refs:BLENDFUNC_CONSTANT_COLOR (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderState.hpp172 BLENDFUNC_CONSTANT_COLOR, enumerator
DrrFragmentOperations.cpp390 …case BLENDFUNC_CONSTANT_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.swizzle(0,1… in executeBlendFactorComputeRGB()
441 …case BLENDFUNC_CONSTANT_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.w()) brea… in executeBlendFactorComputeA()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp305 case GL_CONSTANT_COLOR: return rr::BLENDFUNC_CONSTANT_COLOR; in mapGLBlendFunc()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp51 case VK_BLEND_FACTOR_CONSTANT_COLOR: return rr::BLENDFUNC_CONSTANT_COLOR; in mapVkBlendFactor()