Home | History | Annotate | Download | only in vbo

Lines Matching refs:buffer_map

81    const GLfloat *src = (exec->vtx.buffer_map + 
238 arrays[attr].Ptr = (GLubyte *)exec->vtx.buffer_map + offset;
274 GLsizeiptr length = (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * sizeof(float);
282 exec->vtx.buffer_map) * sizeof(float);
288 exec->vtx.buffer_map = NULL;
312 assert(!exec->vtx.buffer_map);
318 exec->vtx.buffer_map =
325 exec->vtx.buffer_ptr = exec->vtx.buffer_map;
328 exec->vtx.buffer_ptr = exec->vtx.buffer_map = NULL;
332 if (!exec->vtx.buffer_map) {
340 exec->vtx.buffer_map =
348 exec->vtx.buffer_map = NULL;
352 exec->vtx.buffer_ptr = exec->vtx.buffer_map;
354 if (!exec->vtx.buffer_map) {
429 exec->vtx.buffer_map) {
439 exec->vtx.buffer_ptr = exec->vtx.buffer_map;