Home | History | Annotate | Download | only in gpu

Lines Matching defs:succeeded

541         bool succeeded() const { return NULL != fTarget; }
542 void* vertices() const { GrAssert(this->succeeded()); return fVertices; }
543 void* indices() const { GrAssert(this->succeeded()); return fIndices; }