Home | History | Annotate | Download | only in core

Lines Matching refs:vbo

64     vbo(0),
945 const VertexFrame* vbo,
954 if (vbo) {
962 attrib.vbo = vbo->GetVboId();
1074 } else if (attrib.vbo) {
1075 // Bind VBO and set attribute
1076 glBindBuffer(GL_ARRAY_BUFFER, attrib.vbo);