HomeSort by relevance Sort by last modified time
    Searched refs:st_context (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.h 34 struct st_context;
37 st_init_clear(struct st_context *st);
41 st_destroy_clear(struct st_context *st);
st_atom_shader.h 33 struct st_context;
37 st_free_translated_vertex_programs(struct st_context *st,
st_cb_drawtex.h 16 struct st_context;
22 st_destroy_drawtex(struct st_context *st);
st_manager.h 35 struct st_context;
38 st_manager_get_egl_image_surface(struct st_context *st, void *eglimg);
41 st_manager_flush_frontbuffer(struct st_context *st);
44 st_manager_validate_framebuffers(struct st_context *st);
47 st_manager_add_color_renderbuffer(struct st_context *st, struct gl_framebuffer *fb,
st_atom_constbuf.h 35 struct st_context;
38 void st_upload_constants( struct st_context *st,
st_cb_blit.h 35 struct st_context;
st_cb_flush.h 37 struct st_context;
44 st_flush(struct st_context *st,
49 st_finish(struct st_context *st);
52 st_install_device_reset_callback(struct st_context *st);
st_cache.h 41 struct st_context;
45 st_cached_blend_state(struct st_context *st,
49 st_cached_sampler_state(struct st_context *st,
53 st_cached_depth_stencil_alpha_state(struct st_context *st,
57 st_cached_rasterizer_state(struct st_context *st,
61 st_cached_fs_state(struct st_context *st,
66 st_cached_vs_state(struct st_context *st,
st_cb_bitmap.h 37 struct st_context;
45 st_destroy_bitmap(struct st_context *st);
48 st_flush_bitmap_cache(struct st_context *st);
st_pbo.h 29 struct st_context;
62 st_pbo_addresses_setup(struct st_context *st,
67 st_pbo_addresses_pixelstore(struct st_context *st,
78 st_pbo_draw(struct st_context *st, const struct st_pbo_addresses *addr,
82 st_pbo_create_vs(struct st_context *st);
85 st_pbo_create_gs(struct st_context *st);
88 st_pbo_get_upload_fs(struct st_context *st,
93 st_pbo_get_download_fs(struct st_context *st, enum pipe_texture_target target,
98 st_init_pbo_helpers(struct st_context *st);
101 st_destroy_pbo_helpers(struct st_context *st)
    [all...]
st_cb_bufferobjects.h 37 struct st_context;
60 st_bufferobj_validate_usage(struct st_context *st,
st_cb_drawpixels.h 37 struct st_context;
42 st_destroy_drawpix(struct st_context *st);
st_draw.h 44 struct st_context;
46 void st_init_draw( struct st_context *st );
48 void st_destroy_draw( struct st_context *st );
50 struct draw_context *st_get_draw_context(struct st_context *st);
91 st_draw_quad(struct st_context *st,
st_cb_flush.c 37 #include "st_context.h"
51 is_front_buffer_dirty(struct st_context *st)
64 display_front_buffer(struct st_context *st)
78 void st_flush(struct st_context *st,
94 void st_finish( struct st_context *st )
114 struct st_context *st = st_context(ctx);
134 struct st_context *st = st_context(ctx);
171 struct st_context *st = st_context(ctx)
    [all...]
st_program.h 41 #include "st_context.h"
59 st_get_external_sampler_key(struct st_context *st, struct gl_program *prog)
89 struct st_context *st; /**< variants are per-context */
160 struct st_context *st; /**< variants are per-context */
230 struct st_context *st; /**< variants are per-context */
342 st_reference_vertprog(struct st_context *st,
352 st_reference_geomprog(struct st_context *st,
362 st_reference_fragprog(struct st_context *st,
372 st_reference_tesscprog(struct st_context *st,
382 st_reference_tesseprog(struct st_context *st
    [all...]
st_sampler_view.h 61 st_texture_get_sampler_view(struct st_context *st,
65 st_texture_release_sampler_view(struct st_context *st,
69 st_texture_release_all_sampler_views(struct st_context *st,
77 st_get_texture_sampler_view_from_stobj(struct st_context *st,
st_cb_msaa.c 33 #include "state_tracker/st_context.h"
46 struct st_context *st = st_context(ctx);
st_cb_perfmon.h 76 st_have_perfmon(struct st_context *st);
79 st_destroy_perfmon(struct st_context *st);
st_nir.h 27 #include "st_context.h"
40 struct nir_shader * st_glsl_to_nir(struct st_context *st, struct gl_program *prog,
44 void st_finalize_nir(struct st_context *st, struct gl_program *prog, struct nir_shader *nir);
st_atom_atomicbuf.c 39 #include "st_context.h"
44 st_bind_atomics(struct st_context *st,
73 bind_vs_atomics(struct st_context *st)
86 bind_fs_atomics(struct st_context *st)
99 bind_gs_atomics(struct st_context *st)
112 bind_tcs_atomics(struct st_context *st)
125 bind_tes_atomics(struct st_context *st)
138 bind_cs_atomics(struct st_context *st)
st_cb_strings.c 39 #include "st_context.h"
47 struct st_context *st = st_context(ctx);
st_atom_tess.c 35 #include "st_context.h"
41 update_tess(struct st_context *st)
st_cb_condrender.c 42 #include "st_context.h"
56 struct st_context *st = st_context(ctx);
107 struct st_context *st = st_context(ctx);
st_cb_texture.h 39 struct st_context;
st_extensions.h 33 struct st_context;

Completed in 553 milliseconds

1 2 3 4