Home | History | Annotate | Download | only in gl

Lines Matching defs:ibuf

1461     GrGLIndexBuffer* ibuf = NULL;
1466 ibuf = (GrGLIndexBuffer*)vertices.indexBuffer();
1468 SkASSERT(ibuf);
1469 SkASSERT(!ibuf->isMapped());
1470 *indexOffsetInBytes += ibuf->baseOffset();
1473 fHWGeometryState.bindArrayAndBuffersToDraw(this, vbuf, ibuf);