HomeSort by relevance Sort by last modified time
    Searched refs:gl_context (Results 1 - 25 of 581) 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);
texenvprogram.h 30 struct gl_context;
33 _mesa_get_fixed_func_fragment_program(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);
extensions.h 42 struct gl_context;
46 extern void _mesa_enable_sw_extensions(struct gl_context *ctx);
48 extern void _mesa_enable_1_3_extensions(struct gl_context *ctx);
50 extern void _mesa_enable_1_4_extensions(struct gl_context *ctx);
52 extern void _mesa_enable_1_5_extensions(struct gl_context *ctx);
54 extern void _mesa_enable_2_0_extensions(struct gl_context *ctx);
56 extern void _mesa_enable_2_1_extensions(struct gl_context *ctx);
58 extern void _mesa_enable_extension(struct gl_context *ctx, const char *name);
60 extern void _mesa_disable_extension(struct gl_context *ctx, const char *name);
62 extern GLboolean _mesa_extension_is_enabled(struct gl_context *ctx, const char *name)
    [all...]
errors.h 48 struct gl_context;
54 _mesa_init_errors( struct gl_context *ctx );
57 _mesa_free_errors_data( struct gl_context *ctx );
60 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3);
63 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
66 _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) PRINTFLIKE(3, 4);
69 _mesa_debug( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
72 _mesa_shader_debug( struct gl_context *ctx, GLenum type, GLuint id, const char *msg, int len );
  /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 32 struct gl_context;
35 _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);
s_blend.h 33 struct gl_context;
38 _swrast_blend_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span);
42 _swrast_choose_blend_func(struct gl_context *ctx, GLenum chanType);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.h 33 intelInitExtensions(struct gl_context *ctx);
36 intelInitExtensionsES1(struct gl_context *ctx);
39 intelInitExtensionsES2(struct gl_context *ctx);
intel_span.h 34 extern void intelInitSpanFuncs(struct gl_context * ctx);
36 extern void intelSpanRenderFinish(struct gl_context * ctx);
37 extern void intelSpanRenderStart(struct gl_context * ctx);
39 void intel_map_vertex_shader_textures(struct gl_context *ctx);
40 void intel_unmap_vertex_shader_textures(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);

Completed in 78 milliseconds

1 2 3 4 5 6 7 8 91011>>