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

  /external/skia/src/gpu/gl/
GrGLEffect.cpp 9 #include "GrGLEffect.h"
11 GrGLEffect::GrGLEffect(const GrBackendEffectFactory& factory)
15 GrGLEffect::~GrGLEffect() {
20 void GrGLEffect::setData(const GrGLUniformManager&, const GrEffectStage&) {
23 GrGLEffect::EffectKey GrGLEffect::GenTextureKey(const GrEffectRef* effect,
GrGLEffect.h 21 include/gpu/GrEffect.h. Objects of type GrGLEffect are responsible for emitting the
31 class GrGLEffect {
44 GrGLEffect(const GrBackendEffectFactory&);
46 virtual ~GrGLEffect();
69 GrGLEffect. These can be passed to the builder to emit texture
80 /** A GrGLEffect instance can be reused with any GrEffect that produces the same stage
83 guaranteed to be of the same type that created this GrGLEffect and to have an identical
84 EffectKey as the one that created this GrGLEffect. */
92 * GrGLEffect subclasses get passed a GrEffectStage in their emitCode and setData functions.
93 * The GrGLEffect usually needs to cast the stage's effect to the GrEffect subclass tha
    [all...]

Completed in 25 milliseconds