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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.h 32 struct gl_context;
35 void _swsetup_trifuncs_init( struct gl_context *ctx );
36 void _swsetup_choose_trifuncs( struct gl_context *ctx );
ss_vb.h 32 struct gl_context;
34 void _swsetup_vb_init( struct gl_context *ctx );
35 void _swsetup_choose_rastersetup_func( struct gl_context *ctx );
swrast_setup.h 44 _swsetup_CreateContext( struct gl_context *ctx );
47 _swsetup_DestroyContext( struct gl_context *ctx );
50 _swsetup_InvalidateState( struct gl_context *ctx, GLuint new_state );
53 _swsetup_Wakeup( struct gl_context *ctx );
59 _swsetup_Translate( struct gl_context *ctx, const void *vertex, SWvertex *dest );
  /external/mesa3d/src/mesa/main/
ffvertex_prog.h 33 struct gl_context;
36 _mesa_get_fixed_func_vertex_program(struct gl_context *ctx);
api_exec.h 33 struct gl_context;
36 _mesa_initialize_exec_table(struct gl_context *ctx);
39 _mesa_initialize_dispatch_tables(struct gl_context *ctx);
shared.h 28 struct gl_context;
31 _mesa_reference_shared_state(struct gl_context *ctx,
37 _mesa_alloc_shared_state(struct gl_context *ctx);
texenvprogram.h 35 struct gl_context;
38 _mesa_get_fixed_func_fragment_program(struct gl_context *ctx);
api_arrayelt.h 34 extern GLboolean _ae_create_context( struct gl_context *ctx );
35 extern void _ae_destroy_context( struct gl_context *ctx );
36 extern void _ae_invalidate_state( struct gl_context *ctx, GLbitfield new_state );
41 extern void _ae_map_vbos( struct gl_context *ctx );
42 extern void _ae_unmap_vbos( struct gl_context *ctx );
vtxfmt.h 42 extern void _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
43 extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
44 extern void _mesa_initialize_vbo_vtxfmt(struct gl_context *ctx);
  /external/mesa3d/src/mesa/swrast/
s_aaline.h 31 struct gl_context;
35 _swrast_choose_aa_line_function(struct gl_context *ctx);
s_aatriangle.h 31 struct gl_context;
35 _swrast_set_aa_triangle_function(struct gl_context *ctx);
s_atifragshader.h 31 struct gl_context;
34 _swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span );
s_texcombine.h 32 struct gl_context;
35 _swrast_texture_span( struct gl_context *ctx, SWspan *span );
s_fog.h 34 struct gl_context;
37 _swrast_z_to_fogfactor(struct gl_context *ctx, GLfloat z);
40 _swrast_fog_rgba_span( const struct gl_context *ctx, SWspan *span );
s_fragprog.h 32 struct gl_context;
35 _swrast_use_fragment_program(struct gl_context *ctx);
38 _swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span);
s_alpha.h 33 struct gl_context;
36 _swrast_alpha_test( const struct gl_context *ctx, SWspan *span );
s_points.h 33 _swrast_choose_point( struct gl_context *ctx );
36 _swrast_add_spec_terms_point( struct gl_context *ctx,
s_depth.h 33 struct gl_context;
38 _swrast_depth_test_span( struct gl_context *ctx, SWspan *span);
41 _swrast_depth_clamp_span( struct gl_context *ctx, SWspan *span );
44 _swrast_depth_bounds_test( struct gl_context *ctx, SWspan *span );
48 _swrast_read_depth_span_float( struct gl_context *ctx, struct gl_renderbuffer *rb,
52 _swrast_clear_depth_buffer(struct gl_context *ctx);
55 _swrast_clear_depth_stencil_buffer(struct gl_context *ctx);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_extensions.h 33 intelInitExtensions(struct gl_context *ctx);
36 intelInitExtensionsES1(struct gl_context *ctx);
39 intelInitExtensionsES2(struct gl_context *ctx);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_driver.h 42 nv20_vbo_init(struct gl_context *ctx);
45 nv20_vbo_destroy(struct gl_context *ctx);
48 nv20_swtnl_init(struct gl_context *ctx);
51 nv20_swtnl_destroy(struct gl_context *ctx);
55 nv20_emit_framebuffer(struct gl_context *ctx, int emit);
58 nv20_emit_viewport(struct gl_context *ctx, int emit);
62 nv20_emit_point_mode(struct gl_context *ctx, int emit);
66 nv20_emit_logic_opcode(struct gl_context *ctx, int emit);
70 nv20_emit_tex_env(struct gl_context *ctx, int emit);
73 nv20_emit_frag(struct gl_context *ctx, int emit)
    [all...]
nv04_driver.h 42 nv04_render_init(struct gl_context *ctx);
45 nv04_render_destroy(struct gl_context *ctx);
49 nv04_surface_init(struct gl_context *ctx);
52 nv04_surface_takedown(struct gl_context *ctx);
55 nv04_surface_copy(struct gl_context *ctx,
60 nv04_surface_fill(struct gl_context *ctx,
67 nv04_emit_framebuffer(struct gl_context *ctx, int emit);
70 nv04_emit_scissor(struct gl_context *ctx, int emit);
74 nv04_defer_control(struct gl_context *ctx, int emit);
77 nv04_emit_control(struct gl_context *ctx, int emit)
    [all...]
nv10_driver.h 41 nv10_use_viewport_zclear(struct gl_context *ctx);
44 nv10_transform_depth(struct gl_context *ctx, float z);
48 nv10_vbo_init(struct gl_context *ctx);
51 nv10_vbo_destroy(struct gl_context *ctx);
54 nv10_swtnl_init(struct gl_context *ctx);
57 nv10_swtnl_destroy(struct gl_context *ctx);
61 nv10_emit_framebuffer(struct gl_context *ctx, int emit);
64 nv10_emit_render_mode(struct gl_context *ctx, int emit);
67 nv10_emit_scissor(struct gl_context *ctx, int emit);
70 nv10_emit_viewport(struct gl_context *ctx, int emit)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_span.h 45 extern void radeonInitSpanFuncs(struct gl_context * ctx);
radeon_swtcl.h 42 extern void radeonInitSwtcl( struct gl_context *ctx );
44 extern void radeonChooseRenderState( struct gl_context *ctx );
45 extern void radeonChooseVertexState( struct gl_context *ctx );
47 extern void radeonCheckTexSizes( struct gl_context *ctx );
49 extern void radeonBuildVertices( struct gl_context *ctx, GLuint start, GLuint count,
55 extern void radeon_emit_indexed_verts( struct gl_context *ctx,
59 extern void radeon_translate_vertex( struct gl_context *ctx,
63 extern void radeon_print_vertex( struct gl_context *ctx, const radeonVertex *v );
65 extern void r100_swtcl_flush(struct gl_context *ctx, uint32_t current_offset);
  /external/mesa3d/src/mesa/state_tracker/
st_scissor.h 31 struct gl_context;
35 st_window_rectangles_to_blit(const struct gl_context *ctx,

Completed in 2252 milliseconds

1 2 3 4 5 6 7 8 91011>>