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

  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.h 9 * This file was autogenerated from GrSimpleTextureEffect.fp; do not modify.
19 class GrSimpleTextureEffect : public GrFragmentProcessor {
28 return sk_sp<GrFragmentProcessor>(new GrSimpleTextureEffect(
39 new GrSimpleTextureEffect(std::move(proxy), std::move(colorSpaceXform), matrix,
49 new GrSimpleTextureEffect(std::move(proxy), std::move(colorSpaceXform), matrix, p));
54 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, sk_sp<GrColorSpaceXform> colorXform,
66 this->initClassID<GrSimpleTextureEffect>();
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>();
48 const GrSimpleTextureEffect& _outer = _proc.cast<GrSimpleTextureEffect>();
58 GrGLSLFragmentProcessor* GrSimpleTextureEffect::onCreateGLSLInstance() const {
61 void GrSimpleTextureEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps,
65 bool GrSimpleTextureEffect::onIsEqual(const GrFragmentProcessor& other) const {
66 const GrSimpleTextureEffect& that = other.cast<GrSimpleTextureEffect>()
    [all...]

Completed in 709 milliseconds