Home
last modified time | relevance | path

Searched refs:dstColors (Results 1 – 6 of 6) sorted by relevance

/external/skia/docs/examples/
Dskpaint_xfer.cpp61 SkColor dstColors[2] = { in draw() local
65 dstPoints, dstColors, nullptr, 2, in draw()
/external/skqp/src/core/
DSkDraw_vertices.cpp270 SkPMColor4f* dstColors = nullptr; in drawVertices() local
274 dstColors = convert_colors(colors, vertexCount, fDst.colorSpace(), &outerAlloc); in drawVertices()
295 if (!update_tricolor_matrix(ctmInv, vertices, dstColors, in drawVertices()
321 if (matrix43 && !update_tricolor_matrix(ctmInv, vertices, dstColors, in drawVertices()
/external/skia/src/core/
DSkDraw_vertices.cpp323 SkPMColor4f* dstColors = nullptr; in draw_fixed_vertices() local
326 dstColors = convert_colors(colors, vertexCount, fDst.colorSpace(), outerAlloc); in draw_fixed_vertices()
345 !triShader->update(ctmInv, positions, dstColors, in draw_fixed_vertices()
377 if (triShader && !triShader->update(ctmInv, positions, dstColors, in draw_fixed_vertices()
393 if (triShader && !triShader->update(ctmInv, positions, dstColors, in draw_fixed_vertices()
/external/skqp/src/codec/
DSkGifCodec.cpp164 SkPMColor dstColors[256]; in initializeColorTable() local
165 this->applyColorXform(dstColors, currColorTable->readColors(), in initializeColorTable()
167 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable()
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp169 SkPMColor dstColors[256]; in initializeColorTable() local
170 this->applyColorXform(dstColors, currColorTable->readColors(), in initializeColorTable()
172 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp125 const Vec4 dstColors[] = { variable
1275 …latedColor = calculateFinalColor(m_param, m_param.blendOps[i], srcColors[color], dstColors[color]); in prepareRenderPass()
1302 VkClearValue clearValue = vk::makeClearValueColorVec4(dstColors[color]); in prepareRenderPass()
1557 …lor = calculateFinalColor(m_param, m_param.blendOps[colorAtt], srcColors[color], dstColors[color]); in verifyTestResult()
1585 …lor = calculateFinalColor(m_param, m_param.blendOps[colorAtt], srcColors[color], dstColors[color]); in verifyTestResult()
2060 …latedColor = calculateFinalColor(m_param, m_param.blendOps[i], srcColors[color], dstColors[color]); in prepareRenderPass()
2088 VkClearValue clearValue = vk::makeClearValueColorVec4(dstColors[index]); in prepareRenderPass()
2332 …Vec4 rectColorTmp = calculateFinalColor(m_param, m_param.blendOps[0], srcColors[color], dstColors[… in verifyTestResult()