Lines Matching refs:ArrayObj

165    struct gl_array_object *ArrayObj;  member
223 GLuint ArrayObj; member
234 GLuint ArrayObj; member
249 GLuint ArrayObj; member
259 GLuint ArrayObj; member
271 GLuint ArrayObj; member
292 GLuint ArrayObj; member
310 GLuint ArrayObj; member
320 GLuint ArrayObj; member
742 _mesa_reference_array_object(ctx, &save->ArrayObj, in _mesa_meta_begin()
743 ctx->Array.ArrayObj); in _mesa_meta_begin()
1080 _mesa_BindVertexArray(save->ArrayObj->Name); in _mesa_meta_end()
1081 _mesa_reference_array_object(ctx, &save->ArrayObj, NULL); in _mesa_meta_end()
1621 if (blit->ArrayObj == 0) { in _mesa_meta_BlitFramebuffer()
1625 _mesa_GenVertexArrays(1, &blit->ArrayObj); in _mesa_meta_BlitFramebuffer()
1626 _mesa_BindVertexArray(blit->ArrayObj); in _mesa_meta_BlitFramebuffer()
1641 _mesa_BindVertexArray(blit->ArrayObj); in _mesa_meta_BlitFramebuffer()
1738 if (blit->ArrayObj) { in meta_glsl_blit_cleanup()
1739 _mesa_DeleteVertexArraysAPPLE(1, &blit->ArrayObj); in meta_glsl_blit_cleanup()
1740 blit->ArrayObj = 0; in meta_glsl_blit_cleanup()
1776 if (clear->ArrayObj == 0) { in _mesa_meta_Clear()
1780 _mesa_GenVertexArrays(1, &clear->ArrayObj); in _mesa_meta_Clear()
1781 _mesa_BindVertexArray(clear->ArrayObj); in _mesa_meta_Clear()
1794 _mesa_BindVertexArray(clear->ArrayObj); in _mesa_meta_Clear()
1907 if (clear->ArrayObj != 0) in meta_glsl_clear_init()
1911 _mesa_GenVertexArrays(1, &clear->ArrayObj); in meta_glsl_clear_init()
1912 _mesa_BindVertexArray(clear->ArrayObj); in meta_glsl_clear_init()
1967 if (clear->ArrayObj == 0) in meta_glsl_clear_cleanup()
1969 _mesa_DeleteVertexArraysAPPLE(1, &clear->ArrayObj); in meta_glsl_clear_cleanup()
1970 clear->ArrayObj = 0; in meta_glsl_clear_cleanup()
2034 _mesa_BindVertexArray(clear->ArrayObj); in _mesa_meta_glsl_Clear()
2135 if (copypix->ArrayObj == 0) { in _mesa_meta_CopyPixels()
2139 _mesa_GenVertexArrays(1, &copypix->ArrayObj); in _mesa_meta_CopyPixels()
2140 _mesa_BindVertexArray(copypix->ArrayObj); in _mesa_meta_CopyPixels()
2155 _mesa_BindVertexArray(copypix->ArrayObj); in _mesa_meta_CopyPixels()
2490 if (drawpix->ArrayObj == 0) { in _mesa_meta_DrawPixels()
2492 _mesa_GenVertexArrays(1, &drawpix->ArrayObj); in _mesa_meta_DrawPixels()
2494 _mesa_BindVertexArray(drawpix->ArrayObj); in _mesa_meta_DrawPixels()
2666 if (bitmap->ArrayObj == 0) { in _mesa_meta_Bitmap()
2670 _mesa_GenVertexArraysAPPLE(1, &bitmap->ArrayObj); in _mesa_meta_Bitmap()
2671 _mesa_BindVertexArrayAPPLE(bitmap->ArrayObj); in _mesa_meta_Bitmap()
2688 _mesa_BindVertexArray(bitmap->ArrayObj); in _mesa_meta_Bitmap()
3013 if (mipmap->ArrayObj == 0) { in setup_ff_generate_mipmap()
3016 _mesa_GenVertexArraysAPPLE(1, &mipmap->ArrayObj); in setup_ff_generate_mipmap()
3017 _mesa_BindVertexArrayAPPLE(mipmap->ArrayObj); in setup_ff_generate_mipmap()
3096 if (mipmap->ArrayObj == 0) { in setup_glsl_generate_mipmap()
3099 _mesa_GenVertexArrays(1, &mipmap->ArrayObj); in setup_glsl_generate_mipmap()
3100 _mesa_BindVertexArray(mipmap->ArrayObj); in setup_glsl_generate_mipmap()
3204 if (mipmap->ArrayObj == 0) in meta_glsl_generate_mipmap_cleanup()
3206 _mesa_DeleteVertexArraysAPPLE(1, &mipmap->ArrayObj); in meta_glsl_generate_mipmap_cleanup()
3207 mipmap->ArrayObj = 0; in meta_glsl_generate_mipmap_cleanup()
3284 _mesa_BindVertexArray(mipmap->ArrayObj); in _mesa_meta_GenerateMipmap()
3665 if (decompress->ArrayObj == 0) { in decompress_texture_image()
3667 _mesa_GenVertexArrays(1, &decompress->ArrayObj); in decompress_texture_image()
3668 _mesa_BindVertexArray(decompress->ArrayObj); in decompress_texture_image()
3683 _mesa_BindVertexArray(decompress->ArrayObj); in decompress_texture_image()
3861 if (drawtex->ArrayObj == 0) { in _mesa_meta_DrawTex()
3866 _mesa_GenVertexArrays(1, &drawtex->ArrayObj); in _mesa_meta_DrawTex()
3867 _mesa_BindVertexArray(drawtex->ArrayObj); in _mesa_meta_DrawTex()
3891 _mesa_BindVertexArray(drawtex->ArrayObj); in _mesa_meta_DrawTex()