Lines Matching refs:fBasePathID
17 fBasePathID(gpu->glPathRendering()->genPaths(this->getNumPaths())), in GrGLPathRange()
30 fBasePathID(basePathID), in GrGLPathRange()
62 GR_GL_CALL_RET(gpu->glInterface(), isPath, IsPath(fBasePathID + index))); in onInitPath()
66 GrGLPath::InitPathObjectEmptyPath(gpu, fBasePathID + index); in onInitPath()
68 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath); in onInitPath()
69 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStroke); in onInitPath()
96 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath); in onInitPath()
105 if (0 != fBasePathID && this->shouldFreeResources()) { in onRelease()
106 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID, in onRelease()
108 fBasePathID = 0; in onRelease()
115 fBasePathID = 0; in onAbandon()