Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativePorterDuffColorFilter.java23 protected static long native_CreateBlendModeFilter(int srcColor, int blendmode) { in native_CreateBlendModeFilter()
29 protected static long native_CreatePorterDuffFilter(int srcColor, int porterDuffMode) { in native_CreatePorterDuffFilter()
DShadowNativeBlendModeColorFilter.java18 protected static long native_CreateBlendModeFilter(int srcColor, int blendmode) { in native_CreateBlendModeFilter()
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/testing/bitmapverifiers/
DBlurPixelVerifier.java24 private final int srcColor; field in BlurPixelVerifier
32 public BlurPixelVerifier(int srcColor, int dstColor) { in BlurPixelVerifier()
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DBlendModeColorFilterNatives.java27 public static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
DPorterDuffColorFilterNatives.java27 public static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
/external/skia/src/gpu/effects/
DGrBlendFragmentProcessor.cpp155 SkPMColor4f srcColor = ConstantOutputForConstantInput(src, input); in constantOutputForConstantInput() local
208 SkString srcColor = this->invokeChild(0, args); in onMakeProgramImpl() local
DGrCustomXfermode.cpp141 const char* srcColor, in makeProgramImpl()
DGrPorterDuffXferProcessor.cpp514 const char* srcColor, in makeProgramImpl()
/external/skia/src/gpu/glsl/
DGrGLSLBlend.cpp50 const char* srcColor, in AppendMode()
DGrGLSLShaderBuilder.cpp158 const char* srcColor, in appendColorGamutXform()
273 void GrGLSLShaderBuilder::appendColorGamutXform(const char* srcColor, in appendColorGamutXform()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DLoadTile.h110 float srcColor[4]; in Load() local
DClearTile.cpp126 float srcColor[4]; in StoreClear() local
DConvert.h397 uint32_t srcColor[4]; // typeless bits in ConvertPixelToFloat() local
/external/skia/src/gpu/
DGrColorSpaceXform.cpp58 SkColor4f GrColorSpaceXform::apply(const SkColor4f& srcColor) { in apply()
/external/angle/src/libANGLE/
Dangletypes.cpp567 void BlendStateExt::setFactors(const GLenum srcColor, in setFactors()
579 const GLenum srcColor, in setFactorsIndexed()
631 DrawBufferMask BlendStateExt::compareFactors(const FactorStorage::Type srcColor, in compareFactors()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp71 SkColor4f srcColor = src.getColor4f(); in ApplyInfo() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1739 const Interval srcColor[] = in calculateBounds() local
1781 const Interval srcColor[] = in calculateBounds() local
1853 const Interval srcColor[] = in calculateBounds() local
1895 const Interval srcColor[] = in calculateBounds() local
/external/angle/src/tests/gl_tests/
DCopyTexImageTest.cpp912 GLTexture srcColor; in TEST_P() local
965 GLTexture srcColor; in TEST_P() local
DBlitFramebufferANGLETest.cpp1957 GLTexture srcColor; in TEST_P() local
2002 GLTexture srcColor; in TEST_P() local
DRobustResourceInitTest.cpp73 GLColor srcColor = colors[code]; in UncompressDXTBlock() local
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp656 const Vec4& srcColor = sample.clampedBlendSrcColor; in executeAdvancedBlend() local
966 const Vec4 srcColor = frag.value.get<float>(); in render() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp749 Vec3 srcColor = source.xyz(); in calculateFinalColor() local
/external/skia/src/core/
DSkBlitter_ARGB32.cpp646 const SkIRect& clip, SkPMColor srcColor) { in SkARGB32_Blit32()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp2112 Vector4f srcColor = src; in computeAdvancedBlendMode() local
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1253 skvm::Color srcColor = {f32(argVal[0]), f32(argVal[1]), f32(argVal[2]), f32(argVal[3])}; in writeChildCall() local