/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
vg_context.c | 41 #include "cso_cache/cso_context.h" 106 ctx->cso_context = cso_create_context(pipe); 141 ctx->blit = util_create_blit(ctx->pipe, ctx->cso_context); 168 cso_release_all(ctx->cso_context); 169 cso_destroy_context(ctx->cso_context);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_priv.h | 84 struct cso_context *cso;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_framebuffer.c | 40 #include "cso_cache/cso_context.h" 173 cso_set_framebuffer(st->cso_context, framebuffer);
|
st_gen_mipmap.c | 54 st->gen_mipmap = util_create_gen_mipmap(st->pipe, st->cso_context);
|
st_cb_bitmap.c | 57 #include "cso_cache/cso_context.h" 415 struct cso_context *cso = st->cso_context; 524 cso_set_stream_outputs(st->cso_context, 0, NULL, 0); 534 util_draw_vertex_buffer(pipe, st->cso_context, vbuf, offset, 872 cso_delete_vertex_shader(st->cso_context, st->bitmap.vs);
|
st_atom_array.c | 45 #include "cso_cache/cso_context.h" 577 cso_set_vertex_buffers(st->cso_context, num_vbuffers, vbuffer); 578 cso_set_vertex_elements(st->cso_context, num_velements, velements);
|
st_atom_rasterizer.c | 38 #include "cso_cache/cso_context.h" 253 cso_set_rasterizer(st->cso_context, raster);
|
st_cb_drawpixels.c | 71 #include "cso_cache/cso_context.h" 644 util_draw_vertex_buffer(pipe, st->cso_context, buf, offset, 667 struct cso_context *cso = st->cso_context; 780 cso_set_stream_outputs(st->cso_context, 0, NULL, 0); [all...] |
st_atom_texture.c | 49 #include "cso_cache/cso_context.h" 304 cso_set_sampler_views(st->cso_context,
|
st_program.c | 55 #include "cso_cache/cso_context.h" 67 cso_delete_vertex_shader(st->cso_context, vpv->driver_shader); 110 cso_delete_fragment_shader(st->cso_context, fpv->driver_shader); 145 cso_delete_geometry_shader(st->cso_context, gpv->driver_shader); [all...] |
st_cb_blit.c | 50 st->blit = util_create_blit(st->pipe, st->cso_context);
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
vg_context.c | 41 #include "cso_cache/cso_context.h" 106 ctx->cso_context = cso_create_context(pipe); 141 ctx->blit = util_create_blit(ctx->pipe, ctx->cso_context); 168 cso_release_all(ctx->cso_context); 169 cso_destroy_context(ctx->cso_context);
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_priv.h | 84 struct cso_context *cso;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_framebuffer.c | 40 #include "cso_cache/cso_context.h" 173 cso_set_framebuffer(st->cso_context, framebuffer);
|
st_gen_mipmap.c | 54 st->gen_mipmap = util_create_gen_mipmap(st->pipe, st->cso_context);
|
st_cb_bitmap.c | 57 #include "cso_cache/cso_context.h" 415 struct cso_context *cso = st->cso_context; 524 cso_set_stream_outputs(st->cso_context, 0, NULL, 0); 534 util_draw_vertex_buffer(pipe, st->cso_context, vbuf, offset, 872 cso_delete_vertex_shader(st->cso_context, st->bitmap.vs);
|
st_atom_array.c | 45 #include "cso_cache/cso_context.h" 577 cso_set_vertex_buffers(st->cso_context, num_vbuffers, vbuffer); 578 cso_set_vertex_elements(st->cso_context, num_velements, velements);
|
st_atom_rasterizer.c | 38 #include "cso_cache/cso_context.h" 253 cso_set_rasterizer(st->cso_context, raster);
|
st_cb_drawpixels.c | 71 #include "cso_cache/cso_context.h" 644 util_draw_vertex_buffer(pipe, st->cso_context, buf, offset, 667 struct cso_context *cso = st->cso_context; 780 cso_set_stream_outputs(st->cso_context, 0, NULL, 0); [all...] |
st_atom_texture.c | 49 #include "cso_cache/cso_context.h" 304 cso_set_sampler_views(st->cso_context,
|
st_program.c | 55 #include "cso_cache/cso_context.h" 67 cso_delete_vertex_shader(st->cso_context, vpv->driver_shader); 110 cso_delete_fragment_shader(st->cso_context, fpv->driver_shader); 145 cso_delete_geometry_shader(st->cso_context, gpv->driver_shader); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/ |
tri.c | 48 #include "cso_cache/cso_context.h" 66 struct cso_context *cso;
|
quad-tex.c | 48 #include "cso_cache/cso_context.h" 68 struct cso_context *cso;
|
/external/mesa3d/src/gallium/tests/trivial/ |
tri.c | 48 #include "cso_cache/cso_context.h" 66 struct cso_context *cso;
|
quad-tex.c | 48 #include "cso_cache/cso_context.h" 68 struct cso_context *cso;
|