Home | History | Annotate | Download | only in gl

Lines Matching refs:attribs

2663     GrGLAttribArrayState* attribs =
2665 attribs->set(this, 0, arrayBuffer, kVec2f_GrVertexAttribType, 2 * sizeof(GrGLfloat), 0);
2666 attribs->disableUnusedArrays(this, 0x1);
3636 GrGLAttribArrayState* attribs =
3638 attribs->set(this, 0, fWireRectArrayBuffer, kVec2f_GrVertexAttribType, 2 * sizeof(GrGLfloat),
3640 attribs->disableUnusedArrays(this, 0x1);
3685 GrGLAttribArrayState* attribs =
3687 attribs->set(this, 0, fCopyProgramArrayBuffer, kVec2f_GrVertexAttribType, 2 * sizeof(GrGLfloat),
3689 attribs->disableUnusedArrays(this, 0x1);