/frameworks/base/libs/hwui/renderstate/ |
D | Blend.cpp | 94 Blend::Blend() in Blend() function in android::uirenderer::Blend 101 void Blend::invalidate() { in invalidate() 106 void Blend::syncEnabled() { in syncEnabled() 114 void Blend::getFactors(SkBlendMode mode, ModeOrderSwap modeUsage, GLenum* outSrc, GLenum* outDst) { in getFactors() 120 void Blend::setFactors(GLenum srcMode, GLenum dstMode) { in setFactors() 142 void Blend::dump() { in dump()
|
D | Blend.h | 29 class Blend { 45 Blend();
|
D | RenderState.h | 109 Blend& blend() { return *mBlend; } in blend() 132 Blend* mBlend = nullptr;
|
D | RenderState.cpp | 51 mBlend = new Blend(); in onGLContextCreated() 283 if (fill.filterMode == ProgramDescription::ColorFilterMode::Blend) { in render()
|
/frameworks/base/libs/hwui/ |
D | GlopBuilder.cpp | 224 SkBlendMode mode, Blend::ModeOrderSwap modeUsage, in setFill() 252 Blend::getFactors(mode, modeUsage, in setFill() 262 mDescription.swapSrcDst = (modeUsage == Blend::ModeOrderSwap::Swap); in setFill() 266 Blend::getFactors(SkBlendMode::kSrcOver, modeUsage, in setFill() 278 … mOutGlop->fill.filterMode = mDescription.colorOp = ProgramDescription::ColorFilterMode::Blend; in setFill() 324 paint->getBlendMode(), Blend::ModeOrderSwap::NoSwap, in setFillTexturePaint() 333 Blend::getFactors(SkBlendMode::kSrcOver, Blend::ModeOrderSwap::NoSwap, in setFillTexturePaint() 363 paint.getBlendMode(), Blend::ModeOrderSwap::NoSwap, in setFillPaint() 379 paint.getBlendMode(), Blend::ModeOrderSwap::NoSwap, in setFillPathTexturePaint() 403 paint.getBlendMode(), Blend::ModeOrderSwap::NoSwap, in setFillShadowTexturePaint() [all …]
|
D | GlopBuilder.h | 74 float alpha, SkBlendMode mode, Blend::ModeOrderSwap modeUsage); 116 SkBlendMode mode, Blend::ModeOrderSwap modeUsage,
|
D | Glop.h | 163 struct Blend { struct
|
D | Program.h | 116 Blend enumerator 278 case ColorFilterMode::Blend: in key()
|
D | Android.mk | 32 renderstate/Blend.cpp \
|
D | ProgramCache.cpp | 720 if (description.colorOp == ProgramDescription::ColorFilterMode::Blend) { in generateFragmentShader()
|
D | BakedOpDispatcher.cpp | 804 … .setFillLayer(buffer->texture, op.colorFilter, layerAlpha, op.mode, Blend::ModeOrderSwap::NoSwap) in onLayerOp() 849 .setFillLayer(layer.texture, nullptr, 1.0f, mode, Blend::ModeOrderSwap::Swap) in onCopyFromLayerOp()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | GlopBuilderTests.cpp | 35 if (expectedFill.filterMode == ProgramDescription::ColorFilterMode::Blend) { in expectFillEq() 56 static void expectBlendEq(Glop::Blend& expectedBlend, Glop::Blend& builtBlend) { in expectBlendEq()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | IPTestList.java | 163 return new Blend(); in newTest()
|
D | Blend.java | 31 public class Blend extends TestBase { class
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | IPTestListJB.java | 168 return new Blend(); in newTest()
|
D | Blend.java | 38 public class Blend extends TestBase { class
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 38 public class Blend extends TestBase { class
|
D | ImageProcessingActivity.java | 330 mTest = new Blend(); in changeTest()
|
/frameworks/rs/script_api/ |
D | rs_graphics.spec | 46 summary: Blend source function 64 summary: Blend destination function
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 37 * rs_blend_src_func: Blend source function 64 * rs_blend_dst_func: Blend destination function
|