Searched refs:u_upload_destroy (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_upload_mgr.h57 void u_upload_destroy( struct u_upload_mgr *upload );
H A Du_upload_mgr.c109 void u_upload_destroy( struct u_upload_mgr *upload ) function
H A Du_vbuf.c254 u_upload_destroy(mgr->uploader);
H A Du_blitter.c337 u_upload_destroy(ctx->upload);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.h57 void u_upload_destroy( struct u_upload_mgr *upload );
H A Du_upload_mgr.c109 void u_upload_destroy( struct u_upload_mgr *upload ) function
H A Du_vbuf.c254 u_upload_destroy(mgr->uploader);
H A Du_blitter.c337 u_upload_destroy(ctx->upload);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_context.c70 u_upload_destroy( svga->upload_vb );
71 u_upload_destroy( svga->upload_ib );
185 u_upload_destroy( svga->upload_vb );
187 u_upload_destroy( svga->upload_ib );
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.c70 u_upload_destroy( svga->upload_vb );
71 u_upload_destroy( svga->upload_ib );
185 u_upload_destroy( svga->upload_vb );
187 u_upload_destroy( svga->upload_ib );
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_context.c270 u_upload_destroy(st->uploader);
272 u_upload_destroy(st->indexbuf_uploader);
275 u_upload_destroy(st->constbuf_uploader);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.c270 u_upload_destroy(st->uploader);
272 u_upload_destroy(st->indexbuf_uploader);
275 u_upload_destroy(st->constbuf_uploader);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.c84 u_upload_destroy(r300->uploader);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c84 u_upload_destroy(r300->uploader);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c184 u_upload_destroy(rctx->uploader);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c184 u_upload_destroy(rctx->uploader);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.c189 u_upload_destroy(rctx->uploader);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c189 u_upload_destroy(rctx->uploader);

Completed in 676 milliseconds