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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.h 36 struct pipe_context base; /**< base class */
38 struct pipe_context *pipe;
42 struct pipe_context *
43 identity_context_create(struct pipe_screen *screen, struct pipe_context *pipe);
47 identity_context(struct pipe_context *pipe)
id_public.h 32 struct pipe_context;
  /external/mesa3d/src/gallium/drivers/identity/
id_context.h 36 struct pipe_context base; /**< base class */
38 struct pipe_context *pipe;
42 struct pipe_context *
43 identity_context_create(struct pipe_screen *screen, struct pipe_context *pipe);
47 identity_context(struct pipe_context *pipe)
id_public.h 32 struct pipe_context;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_simple_shaders.h 36 struct pipe_context;
47 util_make_vertex_passthrough_shader(struct pipe_context *pipe,
53 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe,
61 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe,
67 util_make_fragment_tex_shader(struct pipe_context *pipe, unsigned tex_target,
72 util_make_fragment_tex_shader_writedepth(struct pipe_context *pipe,
78 util_make_fragment_tex_shader_writedepthstencil(struct pipe_context *pipe,
84 util_make_fragment_tex_shader_writestencil(struct pipe_context *pipe,
90 util_make_fragment_passthrough_shader(struct pipe_context *pipe);
94 util_make_fragment_cloneinput_shader(struct pipe_context *pipe, int num_cbufs
    [all...]
u_pstipple.h 34 struct pipe_context;
40 util_pstipple_create_stipple_texture(struct pipe_context *pipe,
44 util_pstipple_create_sampler_view(struct pipe_context *pipe,
48 util_pstipple_create_sampler(struct pipe_context *pipe);
51 util_pstipple_create_fragment_shader(struct pipe_context *pipe,
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.h 36 struct pipe_context;
47 util_make_vertex_passthrough_shader(struct pipe_context *pipe,
53 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe,
61 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe,
67 util_make_fragment_tex_shader(struct pipe_context *pipe, unsigned tex_target,
72 util_make_fragment_tex_shader_writedepth(struct pipe_context *pipe,
78 util_make_fragment_tex_shader_writedepthstencil(struct pipe_context *pipe,
84 util_make_fragment_tex_shader_writestencil(struct pipe_context *pipe,
90 util_make_fragment_passthrough_shader(struct pipe_context *pipe);
94 util_make_fragment_cloneinput_shader(struct pipe_context *pipe, int num_cbufs
    [all...]
u_pstipple.h 34 struct pipe_context;
40 util_pstipple_create_stipple_texture(struct pipe_context *pipe,
44 util_pstipple_create_sampler_view(struct pipe_context *pipe,
48 util_pstipple_create_sampler(struct pipe_context *pipe);
51 util_pstipple_create_fragment_shader(struct pipe_context *pipe,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.h 47 struct pipe_context base;
49 struct pipe_context *pipe;
54 trace_context(struct pipe_context *pipe)
61 struct pipe_context *
63 struct pipe_context *pipe);
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 77 struct pipe_context { struct
83 void (*destroy)( struct pipe_context * );
89 void (*draw_vbo)( struct pipe_context *pipe,
98 void (*render_condition)( struct pipe_context *pipe,
106 struct pipe_query *(*create_query)( struct pipe_context *pipe,
109 void (*destroy_query)(struct pipe_context *pipe,
112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q);
113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q);
120 boolean (*get_query_result)(struct pipe_context *pipe,
130 void * (*create_blend_state)(struct pipe_context *,
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.h 47 struct pipe_context base;
49 struct pipe_context *pipe;
54 trace_context(struct pipe_context *pipe)
61 struct pipe_context *
63 struct pipe_context *pipe);
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 77 struct pipe_context { struct
83 void (*destroy)( struct pipe_context * );
89 void (*draw_vbo)( struct pipe_context *pipe,
98 void (*render_condition)( struct pipe_context *pipe,
106 struct pipe_query *(*create_query)( struct pipe_context *pipe,
109 void (*destroy_query)(struct pipe_context *pipe,
112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q);
113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q);
120 boolean (*get_query_result)(struct pipe_context *pipe,
130 void * (*create_blend_state)(struct pipe_context *,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_clear.h 36 struct pipe_context;
39 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers,
lp_flush.h 33 struct pipe_context;
38 llvmpipe_flush(struct pipe_context *pipe,
43 llvmpipe_finish( struct pipe_context *pipe,
47 llvmpipe_flush_resource(struct pipe_context *pipe,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_clear.h 35 struct pipe_context;
38 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
sp_flush.h 33 struct pipe_context;
39 softpipe_flush(struct pipe_context *pipe,
44 softpipe_flush_wrapped( struct pipe_context *pipe,
48 softpipe_flush_resource(struct pipe_context *pipe,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_gallium.h 36 struct pipe_context;
43 struct pipe_context * APIENTRY
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_clear.h 36 struct pipe_context;
39 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_clear.h 35 struct pipe_context;
38 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_gallium.h 36 struct pipe_context;
43 struct pipe_context * APIENTRY
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_public.h 32 struct pipe_context;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_query.h 32 struct pipe_context;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_transfer.h 32 r300_texture_get_transfer(struct pipe_context *ctx,
39 r300_texture_transfer_destroy(struct pipe_context *ctx,
43 r300_texture_transfer_map(struct pipe_context *ctx,
47 r300_texture_transfer_unmap(struct pipe_context *ctx,
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_public.h 32 struct pipe_context;
  /external/mesa3d/src/gallium/drivers/i915/
i915_query.h 32 struct pipe_context;

Completed in 1164 milliseconds

1 2 3 4 5 6 7 8 91011>>