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

  /external/skia/src/gpu/gl/
GrGLPath.h 24 class GrGLPath : public GrPath {
26 GrGLPath(GrGpuGL* gpu, const SkPath& path);
27 virtual ~GrGLPath();
GrGLPath.cpp 9 #include "GrGLPath.h"
59 GrGLPath::GrGLPath(GrGpuGL* gpu, const SkPath& path) : INHERITED(gpu, kIsWrapped) {
92 GrGLPath::~GrGLPath() {
96 void GrGLPath::onRelease() {
105 void GrGLPath::onAbandon() {

Completed in 141 milliseconds