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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/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 );
  /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 );
  /external/chromium_org/third_party/mesa/src/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);
  /external/chromium_org/third_party/mesa/src/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);
  /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);
  /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);
  /external/chromium_org/third_party/mesa/src/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);
  /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);
  /external/chromium_org/third_party/mesa/src/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...]

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>