Home
last modified time | relevance | path

Searched refs:fBasePathID (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp17 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()
[all …]
DGrGLPathRange.h43 GrGLuint basePathID() const { return fBasePathID; } in basePathID()
59 GrGLuint fBasePathID; variable