Home | History | Annotate | Download | only in functional

Lines Matching refs:indexBuf

685 	deUint32 indexBuf		= 0;
743 ctx.genBuffers(1, &indexBuf);
744 ctx.bindBuffer(GL_ELEMENT_ARRAY_BUFFER, indexBuf);
761 ctx.deleteBuffers(1, &indexBuf);