• Home
  • Raw
  • Download

Lines Matching refs:vao

160 	GLuint vao = 0;  in vertex_attrib_pointer()  local
161 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_pointer()
165 ctx.glBindVertexArray(vao); in vertex_attrib_pointer()
201 ctx.glBindVertexArray(vao); in vertex_attrib_pointer()
209 ctx.glDeleteVertexArrays(1, &vao); in vertex_attrib_pointer()
216 GLuint vao = 0; in vertex_attrib_i_pointer() local
217 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_i_pointer()
221 ctx.glBindVertexArray(vao); in vertex_attrib_i_pointer()
250 ctx.glBindVertexArray(vao); in vertex_attrib_i_pointer()
258 ctx.glDeleteVertexArrays(1, &vao); in vertex_attrib_i_pointer()
267 GLuint vao = 0; in vertex_attrib_format() local
270 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_format()
271 ctx.glBindVertexArray(vao); in vertex_attrib_format()
278 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_format()
279 ctx.glBindVertexArray(vao); in vertex_attrib_format()
286 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_format()
287 ctx.glBindVertexArray(vao); in vertex_attrib_format()
294 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_format()
302 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_format()
303 ctx.glBindVertexArray(vao); in vertex_attrib_format()
310 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_format()
311 ctx.glBindVertexArray(vao); in vertex_attrib_format()
318 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_format()
319 ctx.glBindVertexArray(vao); in vertex_attrib_format()
330 GLuint vao = 0; in vertex_attrib_i_format() local
333 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_i_format()
334 ctx.glBindVertexArray(vao); in vertex_attrib_i_format()
341 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_i_format()
342 ctx.glBindVertexArray(vao); in vertex_attrib_i_format()
349 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_i_format()
350 ctx.glBindVertexArray(vao); in vertex_attrib_i_format()
357 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_i_format()
365 ctx.glGenVertexArrays(1, &vao); in vertex_attrib_i_format()
366 ctx.glBindVertexArray(vao); in vertex_attrib_i_format()
437 VAOHelper vao(ctx, glu::isContextTypeES(rc.getType())); in draw_arrays() local
468 VAOHelper vao(ctx, glu::isContextTypeES(ctx.getRenderContext().getType())); in draw_arrays_invalid_program() local
501 VAOHelper vao(ctx, glu::isContextTypeES(rc.getType())); in draw_arrays_incomplete_primitive() local
541 VAOHelper vao(ctx, isES); in draw_elements() local
613 VAOHelper vao(ctx, glu::isContextTypeES(ctx.getRenderContext().getType())); in draw_elements_invalid_program() local
655 VAOHelper vao(ctx, isES); in draw_elements_incomplete_primitive() local
734 VAOHelper vao(ctx, glu::isContextTypeES(ctx.getRenderContext().getType())); in draw_elements_base_vertex() local
791 VAOHelper vao (ctx, glu::isContextTypeES(rc.getType())); in draw_arrays_instanced() local
828 VAOHelper vao (ctx, glu::isContextTypeES(ctx.getRenderContext().getType())); in draw_arrays_instanced_invalid_program() local
864 VAOHelper vao(ctx, glu::isContextTypeES(rc.getType())); in draw_arrays_instanced_incomplete_primitive() local
906 VAOHelper vao(ctx, isES); in draw_elements_instanced() local
982 VAOHelper vao(ctx, glu::isContextTypeES(ctx.getRenderContext().getType())); in draw_elements_instanced_invalid_program() local
1029 VAOHelper vao(ctx, isES); in draw_elements_instanced_incomplete_primitive() local
1110 VAOHelper vao(ctx, glu::isContextTypeES(rc.getType())); in draw_elements_instanced_base_vertex() local
1178 VAOHelper vao(ctx, isES); in draw_range_elements() local
1256 VAOHelper vao(ctx, glu::isContextTypeES(ctx.getRenderContext().getType())); in draw_range_elements_invalid_program() local
1303 VAOHelper vao(ctx, isES); in draw_range_elements_incomplete_primitive() local
1385 VAOHelper vao(ctx, glu::isContextTypeES(rc.getType())); in draw_range_elements_base_vertex() local