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

  /external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 19 class GrGLConvexPolyEffect : public GrGLSLFragmentProcessor {
21 GrGLConvexPolyEffect() {
40 void GrGLConvexPolyEffect::emitCode(EmitArgs& args) {
71 void GrGLConvexPolyEffect::onSetData(const GrGLSLProgramDataManager& pdman,
81 void GrGLConvexPolyEffect::GenKey(const GrProcessor& processor, const GrShaderCaps&,
174 GrGLConvexPolyEffect::GenKey(*this, caps, b);
178 return new GrGLConvexPolyEffect;
  /external/skqp/src/gpu/effects/
GrConvexPolyEffect.cpp 19 class GrGLConvexPolyEffect : public GrGLSLFragmentProcessor {
21 GrGLConvexPolyEffect() {
40 void GrGLConvexPolyEffect::emitCode(EmitArgs& args) {
70 void GrGLConvexPolyEffect::onSetData(const GrGLSLProgramDataManager& pdman,
80 void GrGLConvexPolyEffect::GenKey(const GrProcessor& processor, const GrShaderCaps&,
173 GrGLConvexPolyEffect::GenKey(*this, caps, b);
177 return new GrGLConvexPolyEffect;

Completed in 210 milliseconds