/external/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 185 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 …]
|
D | GrSkSLFP.h | 30 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/ |
D | GrSkSLFP.cpp | 179 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 …]
|
D | GrSkSLFP.h | 30 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/ |
D | SkOverdrawColorFilter.cpp | 91 static int overdrawIndex = GrSkSLFP::NewIndex(); in asFragmentProcessor() 92 return GrSkSLFP::Make(context, overdrawIndex, "Overdraw", SKSL_OVERDRAW_SRC, fColors, in asFragmentProcessor()
|
/external/skia/src/effects/ |
D | SkOverdrawColorFilter.cpp | 93 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/ |
D | SkArithmeticImageFilter.cpp | 343 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/ |
D | SkArithmeticImageFilter.cpp | 342 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/ |
D | SkColorFilter.cpp | 407 return GrSkSLFP::Make(context, fIndex, "Runtime Color Filter", fSkSL, in asFragmentProcessor() 472 : fIndex(GrSkSLFP::NewIndex()) in SkRuntimeColorFilterFactory()
|
/external/skqp/src/gpu/ |
D | SkGr.cpp | 504 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/ |
D | SkGr.cpp | 514 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/ |
D | gpu.gni | 368 "$_src/gpu/effects/GrSkSLFP.cpp", 369 "$_src/gpu/effects/GrSkSLFP.h",
|
/external/skqp/gn/ |
D | gpu.gni | 359 "$_src/gpu/effects/GrSkSLFP.cpp", 360 "$_src/gpu/effects/GrSkSLFP.h",
|
/external/skqp/ |
D | Android.bp | 923 "src/gpu/effects/GrSkSLFP.cpp",
|
/external/skia/ |
D | Android.bp | 694 "src/gpu/effects/GrSkSLFP.cpp",
|