Home
last modified time | relevance | path

Searched defs:alphaDst (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DBlendModeTest.java195 int alphaDst = Color.alpha(DST_COLOR); in testBlendMode_OVERLAY() local
215 private int computeOverlay(int alphaSrc, int alphaDst, int colorSrc, int colorDst) { in computeOverlay()
226 int alphaDst = Color.alpha(DST_COLOR); in testBlendMode_DARKEN() local
246 private int computeDarken(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeDarken()
253 int alphaDst = Color.alpha(DST_COLOR); in testBlendMode_LIGHTEN() local
273 private int computeLighten(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeLighten()
280 int alphaDst = Color.alpha(DST_COLOR); in testBlendMode_COLOR_DODGE() local
301 private int computeColorDodge(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeColorDodge()
316 int alphaDst = Color.alpha(DST_COLOR); in testBlendMode_COLOR_BURN() local
336 private int computeColorBurn(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeColorBurn()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp235 Vec3 calculateWeightingFactors(BlendOperationAdvancedParam param, float alphaSrc, float alphaDst) in calculateWeightingFactors()