Home
last modified time | relevance | path

Searched refs:Blend (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
DBlend.cpp94 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()
DBlend.h29 class Blend {
45 Blend();
DRenderState.h109 Blend& blend() { return *mBlend; } in blend()
132 Blend* mBlend = nullptr;
DRenderState.cpp51 mBlend = new Blend(); in onGLContextCreated()
283 if (fill.filterMode == ProgramDescription::ColorFilterMode::Blend) { in render()
/frameworks/base/libs/hwui/
DGlopBuilder.cpp224 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 …]
DGlopBuilder.h74 float alpha, SkBlendMode mode, Blend::ModeOrderSwap modeUsage);
116 SkBlendMode mode, Blend::ModeOrderSwap modeUsage,
DGlop.h163 struct Blend { struct
DProgram.h116 Blend enumerator
278 case ColorFilterMode::Blend: in key()
DAndroid.mk32 renderstate/Blend.cpp \
DProgramCache.cpp720 if (description.colorOp == ProgramDescription::ColorFilterMode::Blend) { in generateFragmentShader()
DBakedOpDispatcher.cpp804 … .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/
DGlopBuilderTests.cpp35 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/
DIPTestList.java163 return new Blend(); in newTest()
DBlend.java31 public class Blend extends TestBase { class
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DIPTestListJB.java168 return new Blend(); in newTest()
DBlend.java38 public class Blend extends TestBase { class
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DBlend.java38 public class Blend extends TestBase { class
DImageProcessingActivity.java330 mTest = new Blend(); in changeTest()
/frameworks/rs/script_api/
Drs_graphics.spec46 summary: Blend source function
64 summary: Blend destination function
/frameworks/rs/script_api/include/
Drs_graphics.rsh37 * rs_blend_src_func: Blend source function
64 * rs_blend_dst_func: Blend destination function