HomeSort by relevance Sort by last modified time
    Searched defs:GrSimpleTextureEffect (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.h 9 *** This file was autogenerated from GrSimpleTextureEffect.fp; do not modify.
17 class GrSimpleTextureEffect : public GrFragmentProcessor {
24 new GrSimpleTextureEffect(std::move(proxy), matrix,
33 return std::unique_ptr<GrFragmentProcessor>(new GrSimpleTextureEffect(
42 new GrSimpleTextureEffect(std::move(proxy), matrix, p));
44 GrSimpleTextureEffect(const GrSimpleTextureEffect& src);
49 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, SkMatrix44 matrix,
GrSimpleTextureEffect.cpp 9 *** This file was autogenerated from GrSimpleTextureEffect.fp; do not modify.
11 #include "GrSimpleTextureEffect.h"
24 const GrSimpleTextureEffect& _outer = args.fFp.cast<GrSimpleTextureEffect>();
41 GrGLSLFragmentProcessor* GrSimpleTextureEffect::onCreateGLSLInstance() const {
44 void GrSimpleTextureEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps,
46 bool GrSimpleTextureEffect::onIsEqual(const GrFragmentProcessor& other) const {
47 const GrSimpleTextureEffect& that = other.cast<GrSimpleTextureEffect>();
53 GrSimpleTextureEffect::GrSimpleTextureEffect(const GrSimpleTextureEffect& src
    [all...]
  /external/skqp/src/gpu/effects/
GrSimpleTextureEffect.h 9 *** This file was autogenerated from GrSimpleTextureEffect.fp; do not modify.
17 class GrSimpleTextureEffect : public GrFragmentProcessor {
24 new GrSimpleTextureEffect(std::move(proxy), matrix,
33 return std::unique_ptr<GrFragmentProcessor>(new GrSimpleTextureEffect(
42 new GrSimpleTextureEffect(std::move(proxy), matrix, p));
44 GrSimpleTextureEffect(const GrSimpleTextureEffect& src);
49 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, SkMatrix44 matrix,
GrSimpleTextureEffect.cpp 9 *** This file was autogenerated from GrSimpleTextureEffect.fp; do not modify.
11 #include "GrSimpleTextureEffect.h"
24 const GrSimpleTextureEffect& _outer = args.fFp.cast<GrSimpleTextureEffect>();
41 GrGLSLFragmentProcessor* GrSimpleTextureEffect::onCreateGLSLInstance() const {
44 void GrSimpleTextureEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps,
46 bool GrSimpleTextureEffect::onIsEqual(const GrFragmentProcessor& other) const {
47 const GrSimpleTextureEffect& that = other.cast<GrSimpleTextureEffect>();
53 GrSimpleTextureEffect::GrSimpleTextureEffect(const GrSimpleTextureEffect& src
    [all...]

Completed in 90 milliseconds