Searched refs:setBlendConstant (Results 1 – 9 of 9) sorted by relevance
160 void setBlendConstant(const float4 &blendConstant);
56 void PixelProcessor::setBlendConstant(const float4 &blendConstant) in setBlendConstant() function in sw::PixelProcessor
200 pixelProcessor.setBlendConstant(pipelineState.getBlendConstants()); in draw()
49 void setBlendConstant(Napi::Env, interop::GPUColor color) override;
51 void GPURenderPassEncoder::setBlendConstant(Napi::Env env, interop::GPUColor color) { in setBlendConstant() function in wgpu::binding::GPURenderPassEncoder
282 void setBlendConstant(const Color<float> &blendConstant);
724 void PixelProcessor::setBlendConstant(const Color<float> &blendConstant) in setBlendConstant() function in sw::PixelProcessor
87 setBlendConstant(0xFFFFFFFF); in Device()
2890 device->setBlendConstant(es2sw::ConvertColor(mState.blendColor)); in applyState()