HomeSort by relevance Sort by last modified time
    Searched refs:gl_context (Results 51 - 75 of 1179) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
rastpos.h 39 struct gl_context;
56 _mesa_init_rastpos(struct gl_context *ctx);
texstate.h 44 _mesa_get_current_tex_unit(struct gl_context *ctx)
52 _mesa_copy_texture_state( const struct gl_context *src, struct gl_context *dst );
55 _mesa_print_texunit_state( struct gl_context *ctx, GLuint unit );
79 _mesa_update_texture( struct gl_context *ctx, GLuint new_state );
82 _mesa_init_texture( struct gl_context *ctx );
85 _mesa_free_texture_data( struct gl_context *ctx );
88 _mesa_update_default_objects_texture(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 );
48 _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt )
53 _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt )
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_lines.h 33 _swrast_choose_line( struct gl_context *ctx );
36 _swrast_add_spec_terms_line( struct gl_context *ctx,
s_logic.h 32 struct gl_context;
36 _swrast_logicop_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,
s_masking.h 33 struct gl_context;
38 _swrast_mask_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,
s_texfilter.h 32 struct gl_context;
37 _swrast_choose_texture_sample_func( struct gl_context *ctx,
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vp_build.h 30 struct gl_context;
40 extern void _tnl_UpdateFixedFunctionProgram( struct gl_context *ctx );
  /external/mesa3d/src/mesa/main/
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 );
multisample.h 31 struct gl_context;
38 _mesa_init_multisample(struct gl_context *ctx);
rastpos.h 39 struct gl_context;
56 _mesa_init_rastpos(struct gl_context *ctx);
texstate.h 44 _mesa_get_current_tex_unit(struct gl_context *ctx)
52 _mesa_copy_texture_state( const struct gl_context *src, struct gl_context *dst );
55 _mesa_print_texunit_state( struct gl_context *ctx, GLuint unit );
79 _mesa_update_texture( struct gl_context *ctx, GLuint new_state );
82 _mesa_init_texture( struct gl_context *ctx );
85 _mesa_free_texture_data( struct gl_context *ctx );
88 _mesa_update_default_objects_texture(struct gl_context *ctx);
  /external/mesa3d/src/mesa/swrast/
s_lines.h 33 _swrast_choose_line( struct gl_context *ctx );
36 _swrast_add_spec_terms_line( struct gl_context *ctx,
s_logic.h 32 struct gl_context;
36 _swrast_logicop_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,
s_masking.h 33 struct gl_context;
38 _swrast_mask_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,
s_texfilter.h 32 struct gl_context;
37 _swrast_choose_texture_sample_func( struct gl_context *ctx,
  /external/mesa3d/src/mesa/tnl/
t_vp_build.h 30 struct gl_context;
40 extern void _tnl_UpdateFixedFunctionProgram( struct gl_context *ctx );
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.h 41 extern void r200InitSwtcl( struct gl_context *ctx );
43 extern void r200ChooseRenderState( struct gl_context *ctx );
44 extern void r200ChooseVertexState( struct gl_context *ctx );
46 extern void r200CheckTexSizes( struct gl_context *ctx );
48 extern void r200BuildVertices( struct gl_context *ctx, GLuint start, GLuint count,
54 extern void r200_translate_vertex( struct gl_context *ctx,
58 extern void r200_print_vertex( struct gl_context *ctx, const radeonVertex *v );
60 extern void r200_import_float_colors( struct gl_context *ctx );
61 extern void r200_import_float_spec_colors( struct gl_context *ctx );
63 extern void r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py
    [all...]
r200_maos.h 40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.h 41 extern void r200InitSwtcl( struct gl_context *ctx );
43 extern void r200ChooseRenderState( struct gl_context *ctx );
44 extern void r200ChooseVertexState( struct gl_context *ctx );
46 extern void r200CheckTexSizes( struct gl_context *ctx );
48 extern void r200BuildVertices( struct gl_context *ctx, GLuint start, GLuint count,
54 extern void r200_translate_vertex( struct gl_context *ctx,
58 extern void r200_print_vertex( struct gl_context *ctx, const radeonVertex *v );
60 extern void r200_import_float_colors( struct gl_context *ctx );
61 extern void r200_import_float_spec_colors( struct gl_context *ctx );
63 extern void r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
standalone_scaffolding.h 37 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
41 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
44 _mesa_shader_debug(struct gl_context *ctx, GLenum type, GLuint id,
48 * Initialize the given gl_context structure to a reasonable set of
55 void initialize_context_to_defaults(struct gl_context *ctx, gl_api api);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.h 34 _mesa_init_driver_state(struct gl_context *ctx);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fog.h 42 radeonComputeFogBlendFactor( struct gl_context *ctx, GLfloat fogcoord );
radeon_maos.h 40 extern void radeonEmitArrays( struct gl_context *ctx, GLuint inputs );
  /external/mesa3d/src/glsl/
standalone_scaffolding.h 37 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
41 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
44 _mesa_shader_debug(struct gl_context *ctx, GLenum type, GLuint id,
48 * Initialize the given gl_context structure to a reasonable set of
55 void initialize_context_to_defaults(struct gl_context *ctx, gl_api api);

Completed in 2755 milliseconds

1 23 4 5 6 7 8 91011>>