Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderState.hpp166 BLENDFUNC_DST_COLOR, enumerator
DrrFragmentOperations.cpp384 …case BLENDFUNC_DST_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, dst.swizzle(0,1,2)) b… in executeBlendFactorComputeRGB()
435 case BLENDFUNC_DST_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, dst.w()) break; \ in executeBlendFactorComputeA()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp299 case GL_DST_COLOR: return rr::BLENDFUNC_DST_COLOR; in mapGLBlendFunc()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp45 case VK_BLEND_FACTOR_DST_COLOR: return rr::BLENDFUNC_DST_COLOR; in mapVkBlendFactor()