Searched defs:GrGLEffect (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLEffect.h19 include/gpu/GrEffect.h. Objects of type GrGLEffect are responsible for emitting the
26 The GrGLEffect subclass must also have a constructor of the form:
29 GrGLEffect subclass instance.
38 class GrGLEffect { class
52 GrGLEffect(const GrBackendEffectFactory& factory) function in class:GrGLEffect
57 virtual ~GrGLEffect() {}
76 GrGLEffect. These can be passed to the builder to emit texture
87 /** A GrGLEffect instance can be reused with any GrEffect that produces the same stage
90 guaranteed to be of the same type that created this GrGLEffect and to have an identical
91 EffectKey as the one that created this GrGLEffect
[all...]

Completed in 520 milliseconds