Home
last modified time | relevance | path

Searched refs:GrSkSLFP (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/gpu/effects/
DGrSkSLFP.cpp185 const GrSkSLFP& outer = _proc.cast<GrSkSLFP>(); in onSetData()
246 std::unique_ptr<GrSkSLFP> GrSkSLFP::Make(GrContext_Base* context, int index, const char* name, in Make()
249 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->priv().fpFactoryCache(), in Make()
255 std::unique_ptr<GrSkSLFP> GrSkSLFP::Make(GrContext_Base* context, int index, const char* name, in Make()
257 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->priv().fpFactoryCache(), in Make()
263 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, in GrSkSLFP() function in GrSkSLFP
278 GrSkSLFP::GrSkSLFP(const GrSkSLFP& other) in GrSkSLFP() function in GrSkSLFP
292 const char* GrSkSLFP::name() const { in name()
296 void GrSkSLFP::createFactory() const { in createFactory()
306 void GrSkSLFP::addChild(std::unique_ptr<GrFragmentProcessor> child) { in addChild()
[all …]
DGrSkSLFP.h30 class GrSkSLFP : public GrFragmentProcessor {
70 static std::unique_ptr<GrSkSLFP> Make(
78 static std::unique_ptr<GrSkSLFP> Make(
93 GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, int fIndex,
97 GrSkSLFP(const GrSkSLFP& other);
172 friend class GrSkSLFP; variable
/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp179 const GrSkSLFP& outer = _proc.cast<GrSkSLFP>(); in onSetData()
234 std::unique_ptr<GrSkSLFP> GrSkSLFP::Make(GrContext* context, int index, const char* name, in Make()
237 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->contextPriv().getFPFactoryCache(), in Make()
242 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, in GrSkSLFP() function in GrSkSLFP
256 GrSkSLFP::GrSkSLFP(const GrSkSLFP& other) in GrSkSLFP() function in GrSkSLFP
269 const char* GrSkSLFP::name() const { in name()
273 void GrSkSLFP::createFactory() const { in createFactory()
283 void GrSkSLFP::addChild(std::unique_ptr<GrFragmentProcessor> child) { in addChild()
287 GrGLSLFragmentProcessor* GrSkSLFP::onCreateGLSLInstance() const { in onCreateGLSLInstance()
299 void GrSkSLFP::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
[all …]
DGrSkSLFP.h30 class GrSkSLFP : public GrFragmentProcessor {
70 static std::unique_ptr<GrSkSLFP> Make(
85 GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, int fIndex,
88 GrSkSLFP(const GrSkSLFP& other);
155 friend class GrSkSLFP; variable
/external/skqp/src/effects/
DSkOverdrawColorFilter.cpp91 static int overdrawIndex = GrSkSLFP::NewIndex(); in asFragmentProcessor()
92 return GrSkSLFP::Make(context, overdrawIndex, "Overdraw", SKSL_OVERDRAW_SRC, fColors, in asFragmentProcessor()
/external/skia/src/effects/
DSkOverdrawColorFilter.cpp93 static int overdrawIndex = GrSkSLFP::NewIndex(); in asFragmentProcessor()
94 return GrSkSLFP::Make(context, overdrawIndex, "Overdraw", SKSL_OVERDRAW_SRC, fColors, in asFragmentProcessor()
/external/skia/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp343 static int arithmeticIndex = GrSkSLFP::NewIndex(); in filterImageGPU()
348 std::unique_ptr<GrFragmentProcessor> xferFP = GrSkSLFP::Make(context, in filterImageGPU()
355 ((GrSkSLFP&) *xferFP).addChild(std::move(bgFP)); in filterImageGPU()
/external/skqp/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp342 static int arithmeticIndex = GrSkSLFP::NewIndex(); in filterImageGPU()
347 std::unique_ptr<GrFragmentProcessor> xferFP = GrSkSLFP::Make(context, in filterImageGPU()
354 ((GrSkSLFP&) *xferFP).addChild(std::move(bgFP)); in filterImageGPU()
/external/skia/src/core/
DSkColorFilter.cpp407 return GrSkSLFP::Make(context, fIndex, "Runtime Color Filter", fSkSL, in asFragmentProcessor()
472 : fIndex(GrSkSLFP::NewIndex()) in SkRuntimeColorFilterFactory()
/external/skqp/src/gpu/
DSkGr.cpp504 static int ditherIndex = GrSkSLFP::NewIndex(); in skpaint_to_grpaint_impl()
505 auto ditherFP = GrSkSLFP::Make(context, ditherIndex, "Dither", SKSL_DITHER_SRC, in skpaint_to_grpaint_impl()
/external/skia/src/gpu/
DSkGr.cpp514 static int ditherIndex = GrSkSLFP::NewIndex(); in skpaint_to_grpaint_impl()
515 auto ditherFP = GrSkSLFP::Make(context, ditherIndex, "Dither", SKSL_DITHER_SRC, in skpaint_to_grpaint_impl()
/external/skia/gn/
Dgpu.gni368 "$_src/gpu/effects/GrSkSLFP.cpp",
369 "$_src/gpu/effects/GrSkSLFP.h",
/external/skqp/gn/
Dgpu.gni359 "$_src/gpu/effects/GrSkSLFP.cpp",
360 "$_src/gpu/effects/GrSkSLFP.h",
/external/skqp/
DAndroid.bp923 "src/gpu/effects/GrSkSLFP.cpp",
/external/skia/
DAndroid.bp694 "src/gpu/effects/GrSkSLFP.cpp",