Home
last modified time | relevance | path

Searched defs:colorSrc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DBlendModeTest.java215 private int computeOverlay(int alphaSrc, int alphaDst, int colorSrc, int colorDst) { in computeOverlay()
246 private int computeDarken(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeDarken()
273 private int computeLighten(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeLighten()
301 private int computeColorDodge(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeColorDodge()
336 private int computeColorBurn(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeColorBurn()
370 private int computeHardLight(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeHardLight()
404 private int computeSoftLight(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeSoftLight()
449 private int computeDifference(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeDifference()
475 private int computeExclusion(int colorDst, int colorSrc) { in computeExclusion()
/aosp_15_r20/external/skia/tests/
H A DColorTest.cpp49 SkColor colorSrc = r.nextU(); in DEF_TEST() local
67 SkColor colorSrc = r.nextU(); in DEF_TEST() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp322 const gl::DrawBuffersArray<vk::ImageHelper *> &colorSrc, in GetUnresolveFlags()
4444 gl::DrawBuffersArray<vk::ImageHelper *> colorSrc = {}; in unresolve() local