Home | History | Annotate | Download | only in gl

Lines Matching refs:gpu

14 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const GrStrokeInfo& stroke)
15 : INHERITED(gpu, pathGenerator),
17 fBasePathID(gpu->glPathRendering()->genPaths(this->getNumPaths())),
23 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu,
28 : INHERITED(gpu, numPaths),
54 GrGLGpu* gpu = static_cast<GrGLGpu*>(this->getGpu());
55 if (nullptr == gpu) {
62 GR_GL_CALL_RET(gpu->glInterface(), isPath, IsPath(fBasePathID + index)));
66 GrGLPath::InitPathObjectEmptyPath(gpu, fBasePathID + index);
68 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath);
69 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStroke);
96 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath);