Home | History | Annotate | Download | only in gl

Lines Matching refs:fWireRectArrayBuffer

226     fWireRectArrayBuffer = 0;
272 if (0 != fWireRectArrayBuffer) {
273 GL_CALL(DeleteBuffers(1, &fWireRectArrayBuffer));
398 fWireRectArrayBuffer = 0;
3577 GL_CALL(GenBuffers(1, &fWireRectArrayBuffer));
3578 fHWGeometryState.setVertexBufferID(this, fWireRectArrayBuffer);
3637 fHWGeometryState.bindArrayAndBufferToDraw(this, fWireRectArrayBuffer);
3638 attribs->set(this, 0, fWireRectArrayBuffer, kVec2f_GrVertexAttribType, 2 * sizeof(GrGLfloat),