Home | History | Annotate | Download | only in gpu

Lines Matching refs:fDrawTarget

55     if (NULL == fDrawTarget) {
59 GrDrawState* drawState = fDrawTarget->drawState();
97 fDrawTarget->setIndexSourceToBuffer(fContext->getQuadIndexBuffer());
98 fDrawTarget->drawIndexedInstances(kTriangles_GrPrimitiveType,
101 fDrawTarget->resetVertexSource();
122 if (NULL == fDrawTarget) {
205 GrDrawTarget::DrawToken drawToken = fDrawTarget->getCurrentDrawToken();
221 fDrawTarget->drawState()->setVertexAttribs<gTextVertexAttribs>(
223 bool flush = fDrawTarget->geometryHints(&fMaxVertices, NULL);
227 fDrawTarget->drawState()->setVertexAttribs<gTextVertexAttribs>(
232 fDrawTarget->geometryHints(&fMaxVertices, NULL);
241 bool success = fDrawTarget->reserveVertexAndIndexSpace(fMaxVertices,
246 SkASSERT(2*sizeof(GrPoint) == fDrawTarget->getDrawState().getVertexSize());