Home
last modified time | relevance | path

Searched defs:srcColor (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativePorterDuffColorFilter.java25 protected static long native_CreateBlendModeFilter(int srcColor, int blendmode) { in native_CreateBlendModeFilter()
31 protected static long native_CreatePorterDuffFilter(int srcColor, int porterDuffMode) { in native_CreatePorterDuffFilter()
H A DShadowNativeBlendModeColorFilter.java22 protected static long native_CreateBlendModeFilter(int srcColor, int blendmode) { in native_CreateBlendModeFilter()
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/testing/bitmapverifiers/
H A DBlurPixelVerifier.java24 private final int srcColor; field in BlurPixelVerifier
32 public BlurPixelVerifier(int srcColor, int dstColor) { in BlurPixelVerifier()
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrBlendFragmentProcessor.cpp183 SkPMColor4f srcColor = ConstantOutputForConstantInput(src, input); in constantOutputForConstantInput() local
235 SkString srcColor = this->invokeChild(0, args); in onMakeProgramImpl() local
H A DGrCustomXfermode.cpp149 const char* srcColor, in makeProgramImpl()
H A DGrPorterDuffXferProcessor.cpp175 const char* srcColor, in makeProgramImpl()
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/
H A DGrGLSLShaderBuilder.cpp142 const char* srcColor, in appendColorGamutXform()
251 void GrGLSLShaderBuilder::appendColorGamutXform(const char* srcColor, in appendColorGamutXform()
H A DGrGLSLBlend.cpp23 const char* srcColor, in BlendExpression()
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DTextureViewTest.java716 void verify(float[] srcColor, ColorSpace srcColorSpace, Bitmap dstBitmap); in verify()
734 public void verify(float[] srcColor, ColorSpace srcColorSpace, Bitmap dstBitmap) { in verify()
770 public void verify(float[] srcColor, ColorSpace srcColorSpace, Bitmap dstBitmap) { in verify()
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.cpp597 void BlendStateExt::setFactors(const GLenum srcColor, in setFactors()
643 const GLenum srcColor, in setFactorsIndexed()
683 DrawBufferMask BlendStateExt::compareFactors(const FactorStorage::Type srcColor, in compareFactors()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1672 const Interval srcColor[] = {rValue, gValue, bValue, aValue}; in calculateBounds() local
1718 const Interval srcColor[] = {rValue, gValue, bValue, aValue}; in calculateBounds() local
1832 const Interval srcColor[] = {rValue, gValue, bValue, aValue}; in calculateBounds() local
1876 const Interval srcColor[] = {rValue, gValue, bValue, aValue}; in calculateBounds() local
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DPorterDuffColorFilterNatives.java27 public static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
H A DBlendModeColorFilterNatives.java27 public static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DBlendModeColorFilter.java82 private static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
H A DPorterDuffColorFilter.java95 private static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
/aosp_15_r20/external/skia/tests/
H A DColorMatrixTest.cpp116 SkColor4f srcColor = SkColor4f::FromColor(0xff0a0b0c); in DEF_TEST() local
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
H A DBlurPixelVerifier.java45 public BlurPixelVerifier(@ColorInt int srcColor, @ColorInt int dstColor, in BlurPixelVerifier()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrColorSpaceXform.cpp82 SkColor4f GrColorSpaceXform::apply(const SkColor4f& srcColor) { in apply()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderStateCache.cpp110 const gl::BlendFactorType srcColor = in GetBlendStateKey() local
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java161 public static void setColorChangeOnMatrix(int srcColor, int dstColor, ColorMatrix target) { in setColorChangeOnMatrix()
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp814 const Vec4 &srcColor = sample.clampedBlendSrcColor; in executeAdvancedBlend() local
1187 const Vec4 srcColor = frag.value.get<float>(); in render() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DPaintParams.cpp87 SkColor4f PaintParams::Color4fPrepForDst(SkColor4f srcColor, const SkColorInfo& dstColorInfo) { in Color4fPrepForDst()
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DReadbackVts.cpp119 IComposerClient::Color srcColor = desiredPixelColors[pixel]; in fillBuffer() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCopyTexImageTest.cpp1171 GLTexture srcColor; in TEST_P() local
1224 GLTexture srcColor; in TEST_P() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DColorFilter.cpp41 static jlong CreateBlendModeFilter(JNIEnv* env, jobject, jint srcColor, jint modeHandle) { in CreateBlendModeFilter()

123