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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp 91 void GrGLVertexProgramEffects::setData(GrGpuGL* gpu,
101 void GrGLVertexProgramEffects::setData(GrGpuGL* gpu,
113 void GrGLVertexProgramEffects::setDataInternal(GrGpuGL* gpu,
128 void GrGLVertexProgramEffects::setTransformData(GrGpuGL* gpu,
145 void GrGLVertexProgramEffects::setPathTransformData(GrGpuGL* gpu,
GrGLProgramEffects.h 95 class GrGLVertexProgramEffects : public GrGLProgramEffects {
108 GrGLVertexProgramEffects(int reserveCount, bool explicitLocalCoords)
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFullProgramBuilder.h 14 class GrGLVertexProgramEffects;
125 SkAutoTDelete<GrGLVertexProgramEffects> fProgramEffects;
GrGLFullProgramBuilder.cpp 47 fProgramEffects.reset(SkNEW_ARGS(GrGLVertexProgramEffects, (1, useLocalCoords)));
98 fProgramEffects.reset(SkNEW_ARGS(GrGLVertexProgramEffects,
139 SkTArray<GrGLVertexProgramEffects::Transform, true>& transforms =
145 SkTArray<GrGLVertexProgramEffects::PathTransform, true>* pathTransforms = NULL;

Completed in 40 milliseconds