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 23 class GrGLPath : public GrPath {
36 GrGLPath(GrGLGpu* gpu, const SkPath& path, const GrStrokeInfo& stroke);
GrGLPath.cpp 9 #include "GrGLPath.h"
201 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID,
206 void GrGLPath::InitPathObjectPathData(GrGLGpu* gpu,
244 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const GrStrokeInfo& stroke) {
259 void GrGLPath::InitPathObjectEmptyPath(GrGLGpu* gpu, GrGLuint pathID) {
263 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStrokeInfo& origStroke)
326 void GrGLPath::onRelease() {
335 void GrGLPath::onAbandon() {

Completed in 250 milliseconds