Home | History | Annotate | Download | only in gl

Lines Matching refs:gpu

13 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const GrStyle& style)
14 : INHERITED(gpu, pathGenerator),
16 fBasePathID(gpu->glPathRendering()->genPaths(this->getNumPaths())),
22 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu,
27 : INHERITED(gpu, numPaths),
54 GrGLGpu* gpu = static_cast<GrGLGpu*>(this->getGpu());
55 if (nullptr == gpu) {
61 GR_GL_CALL_RET(gpu->glInterface(), isPath, IsPath(fBasePathID + index)));
65 GrGLPath::InitPathObjectEmptyPath(gpu, fBasePathID + index);
67 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath);
68 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStyle.strokeRec());
88 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath);