• Home
  • Raw
  • Download

Lines Matching refs:VAO

325                                 GLuint *VAO, struct gl_buffer_object **buf_obj,  in _mesa_meta_setup_vertex_objects()  argument
330 if (*VAO == 0) { in _mesa_meta_setup_vertex_objects()
335 _mesa_GenVertexArrays(1, VAO); in _mesa_meta_setup_vertex_objects()
336 _mesa_BindVertexArray(*VAO); in _mesa_meta_setup_vertex_objects()
338 array_obj = _mesa_lookup_vao(ctx, *VAO); in _mesa_meta_setup_vertex_objects()
409 _mesa_BindVertexArray(*VAO); in _mesa_meta_setup_vertex_objects()
734 _mesa_reference_vao(ctx, &save->VAO, in _mesa_meta_begin()
735 ctx->Array.VAO); in _mesa_meta_begin()
1123 _mesa_BindVertexArray(save->VAO->Name); in _mesa_meta_end()
1124 _mesa_reference_vao(ctx, &save->VAO, NULL); in _mesa_meta_end()
1486 GLuint *VAO, struct gl_buffer_object **buf_obj, in _mesa_meta_setup_ff_tnl_for_blit() argument
1489 _mesa_meta_setup_vertex_objects(ctx, VAO, buf_obj, false, 2, texcoord_size, in _mesa_meta_setup_ff_tnl_for_blit()
1535 _mesa_meta_setup_vertex_objects(ctx, &clear->VAO, &clear->buf_obj, true, in meta_glsl_clear_init()
1548 if (clear->VAO == 0) in meta_glsl_clear_cleanup()
1550 _mesa_DeleteVertexArrays(1, &clear->VAO); in meta_glsl_clear_cleanup()
1551 clear->VAO = 0; in meta_glsl_clear_cleanup()
1559 if (copypix->VAO == 0) in meta_copypix_cleanup()
1561 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1562 copypix->VAO = 0; in meta_copypix_cleanup()
1720 _mesa_meta_setup_vertex_objects(ctx, &clear->VAO, &clear->buf_obj, false, in meta_clear()
1840 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1896 if (drawpix->VAO != 0) { in meta_drawpix_cleanup()
1897 _mesa_DeleteVertexArrays(1, &drawpix->VAO); in meta_drawpix_cleanup()
1898 drawpix->VAO = 0; in meta_drawpix_cleanup()
1917 if (drawtex->VAO != 0) { in meta_drawtex_cleanup()
1918 _mesa_DeleteVertexArrays(1, &drawtex->VAO); in meta_drawtex_cleanup()
1919 drawtex->VAO = 0; in meta_drawtex_cleanup()
1928 if (bitmap->VAO != 0) { in meta_bitmap_cleanup()
1929 _mesa_DeleteVertexArrays(1, &bitmap->VAO); in meta_bitmap_cleanup()
1930 bitmap->VAO = 0; in meta_bitmap_cleanup()
2184 _mesa_meta_setup_vertex_objects(ctx, &drawpix->VAO, &drawpix->buf_obj, false, in _mesa_meta_DrawPixels()
2377 _mesa_meta_setup_vertex_objects(ctx, &bitmap->VAO, &bitmap->buf_obj, false, in _mesa_meta_Bitmap()
2955 if (decompress->VAO != 0) { in meta_decompress_cleanup()
2956 _mesa_DeleteVertexArrays(1, &decompress->VAO); in meta_decompress_cleanup()
3085 _mesa_meta_setup_vertex_objects(ctx, &decompress->VAO, in decompress_texture_image()
3091 _mesa_meta_setup_ff_tnl_for_blit(ctx, &decompress->VAO, in decompress_texture_image()
3307 if (drawtex->VAO == 0) { in _mesa_meta_DrawTex()
3312 _mesa_GenVertexArrays(1, &drawtex->VAO); in _mesa_meta_DrawTex()
3313 _mesa_BindVertexArray(drawtex->VAO); in _mesa_meta_DrawTex()
3315 array_obj = _mesa_lookup_vao(ctx, drawtex->VAO); in _mesa_meta_DrawTex()
3351 _mesa_BindVertexArray(drawtex->VAO); in _mesa_meta_DrawTex()