Home
last modified time | relevance | path

Searched refs:blendConst (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm166 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant);
168 [renderCmdEncoder setBlendColorRed: blendConst.fR
169 green: blendConst.fG
170 blue: blendConst.fB
171 alpha: blendConst.fA];
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm185 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant);
187 [renderCmdEncoder setBlendColorRed: blendConst.fR
188 green: blendConst.fG
189 blue: blendConst.fB
190 alpha: blendConst.fA];
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm185 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant);
187 [renderCmdEncoder setBlendColorRed: blendConst.fR
188 green: blendConst.fG
189 blue: blendConst.fB
190 alpha: blendConst.fA];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm175 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant);
177 [renderCmdEncoder setBlendColorRed: blendConst.fR
178 green: blendConst.fG
179 blue: blendConst.fB
180 alpha: blendConst.fA];
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm185 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant);
187 [renderCmdEncoder setBlendColorRed: blendConst.fR
188 green: blendConst.fG
189 blue: blendConst.fB
190 alpha: blendConst.fA];
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm185 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant);
187 [renderCmdEncoder setBlendColorRed: blendConst.fR
188 green: blendConst.fG
189 blue: blendConst.fB
190 alpha: blendConst.fA];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.cpp101 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in set_blend_factor() local
102 floatColors[0] = blendConst.fR; in set_blend_factor()
103 floatColors[1] = blendConst.fG; in set_blend_factor()
104 floatColors[2] = blendConst.fB; in set_blend_factor()
105 floatColors[3] = blendConst.fA; in set_blend_factor()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp633 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in SetDynamicBlendConstantState() local
634 floatColors[0] = blendConst.fR; in SetDynamicBlendConstantState()
635 floatColors[1] = blendConst.fG; in SetDynamicBlendConstantState()
636 floatColors[2] = blendConst.fB; in SetDynamicBlendConstantState()
637 floatColors[3] = blendConst.fA; in SetDynamicBlendConstantState()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp633 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in SetDynamicBlendConstantState() local
634 floatColors[0] = blendConst.fR; in SetDynamicBlendConstantState()
635 floatColors[1] = blendConst.fG; in SetDynamicBlendConstantState()
636 floatColors[2] = blendConst.fB; in SetDynamicBlendConstantState()
637 floatColors[3] = blendConst.fA; in SetDynamicBlendConstantState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp667 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in SetDynamicBlendConstantState() local
668 floatColors[0] = blendConst.fR; in SetDynamicBlendConstantState()
669 floatColors[1] = blendConst.fG; in SetDynamicBlendConstantState()
670 floatColors[2] = blendConst.fB; in SetDynamicBlendConstantState()
671 floatColors[3] = blendConst.fA; in SetDynamicBlendConstantState()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp633 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in SetDynamicBlendConstantState() local
634 floatColors[0] = blendConst.fR; in SetDynamicBlendConstantState()
635 floatColors[1] = blendConst.fG; in SetDynamicBlendConstantState()
636 floatColors[2] = blendConst.fB; in SetDynamicBlendConstantState()
637 floatColors[3] = blendConst.fA; in SetDynamicBlendConstantState()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp633 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in SetDynamicBlendConstantState() local
634 floatColors[0] = blendConst.fR; in SetDynamicBlendConstantState()
635 floatColors[1] = blendConst.fG; in SetDynamicBlendConstantState()
636 floatColors[2] = blendConst.fB; in SetDynamicBlendConstantState()
637 floatColors[3] = blendConst.fA; in SetDynamicBlendConstantState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp667 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in SetDynamicBlendConstantState() local
668 floatColors[0] = blendConst.fR; in SetDynamicBlendConstantState()
669 floatColors[1] = blendConst.fG; in SetDynamicBlendConstantState()
670 floatColors[2] = blendConst.fB; in SetDynamicBlendConstantState()
671 floatColors[3] = blendConst.fA; in SetDynamicBlendConstantState()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp555 GrColor blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in SetDynamicBlendConstantState() local
556 GrColorToRGBAFloat(blendConst, floatColors); in SetDynamicBlendConstantState()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2575 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in flushBlendAndColorWrite() local
2576 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlendAndColorWrite()
2577 GL_CALL(BlendColor(blendConst.fR, blendConst.fG, blendConst.fB, blendConst.fA)); in flushBlendAndColorWrite()
2578 fHWBlendState.fConstColor = blendConst; in flushBlendAndColorWrite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2541 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in flushBlendAndColorWrite() local
2542 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlendAndColorWrite()
2543 GL_CALL(BlendColor(blendConst.fR, blendConst.fG, blendConst.fB, blendConst.fA)); in flushBlendAndColorWrite()
2544 fHWBlendState.fConstColor = blendConst; in flushBlendAndColorWrite()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2575 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in flushBlendAndColorWrite() local
2576 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlendAndColorWrite()
2577 GL_CALL(BlendColor(blendConst.fR, blendConst.fG, blendConst.fB, blendConst.fA)); in flushBlendAndColorWrite()
2578 fHWBlendState.fConstColor = blendConst; in flushBlendAndColorWrite()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2575 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in flushBlendAndColorWrite() local
2576 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlendAndColorWrite()
2577 GL_CALL(BlendColor(blendConst.fR, blendConst.fG, blendConst.fB, blendConst.fA)); in flushBlendAndColorWrite()
2578 fHWBlendState.fConstColor = blendConst; in flushBlendAndColorWrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2532 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in flushBlendAndColorWrite() local
2533 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlendAndColorWrite()
2534 GL_CALL(BlendColor(blendConst.fR, blendConst.fG, blendConst.fB, blendConst.fA)); in flushBlendAndColorWrite()
2535 fHWBlendState.fConstColor = blendConst; in flushBlendAndColorWrite()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2575 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in flushBlendAndColorWrite() local
2576 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlendAndColorWrite()
2577 GL_CALL(BlendColor(blendConst.fR, blendConst.fG, blendConst.fB, blendConst.fA)); in flushBlendAndColorWrite()
2578 fHWBlendState.fConstColor = blendConst; in flushBlendAndColorWrite()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp3123 GrColor blendConst = blendInfo.fBlendConstant;
3124 blendConst = swizzle.applyTo(blendConst);
3125 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) {
3127 GrColorToRGBAFloat(blendConst, c);
3129 fHWBlendState.fConstColor = blendConst;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2927 GrColor blendConst = blendInfo.fBlendConstant; in flushBlend() local
2928 blendConst = swizzle.applyTo(blendConst); in flushBlend()
2929 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlend()
2931 GrColorToRGBAFloat(blendConst, c); in flushBlend()
2933 fHWBlendState.fConstColor = blendConst; in flushBlend()