Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp16 fBasePathID(gpu->glPathRendering()->genPaths(this->getNumPaths())), in GrGLPathRange()
29 fBasePathID(basePathID), in GrGLPathRange()
61 GR_GL_CALL_RET(gpu->glInterface(), isPath, IsPath(fBasePathID + index))); in onInitPath()
65 GrGLPath::InitPathObjectEmptyPath(gpu, fBasePathID + index); in onInitPath()
67 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath); in onInitPath()
68 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStyle.strokeRec()); in onInitPath()
88 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath); in onInitPath()
97 if (0 != fBasePathID) { in onRelease()
98 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID, in onRelease()
100 fBasePathID = 0; in onRelease()
[all …]
DGrGLPathRange.h42 GrGLuint basePathID() const { return fBasePathID; } in basePathID()
58 GrGLuint fBasePathID; variable