Lines Matching defs:buf
1147 GLuint buf;
1148 ctx.glGenBuffers(1, &buf);
1149 ctx.glBindBuffer(GL_ARRAY_BUFFER, buf);
1166 ctx.glDeleteBuffers(1, &buf);
1172 GLuint buf;
1173 ctx.glGenBuffers(1, &buf);
1174 ctx.glBindBuffer(GL_ARRAY_BUFFER, buf);
1191 ctx.glDeleteBuffers(1, &buf);
1197 GLuint buf;
1198 ctx.glGenBuffers(1, &buf);
1199 ctx.glBindBuffer(GL_ARRAY_BUFFER, buf);
1214 ctx.glDeleteBuffers(1, &buf);