/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_scratch.h | 42 nouveau_get_scratch(struct gl_context *ctx, unsigned size, 46 nouveau_scratch_init(struct gl_context *ctx); 49 nouveau_scratch_destroy(struct gl_context *ctx);
|
nouveau_driver.h | 50 struct gl_context *(*context_create)(struct nouveau_screen *screen, 52 struct gl_context *share_ctx); 53 void (*context_destroy)(struct gl_context *ctx); 55 void (*surface_copy)(struct gl_context *ctx, 59 void (*surface_fill)(struct gl_context *ctx, 72 nouveau_clear(struct gl_context *ctx, GLbitfield buffers); 75 nouveau_span_functions_init(struct gl_context *ctx);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
scissor.h | 32 struct gl_context; 39 _mesa_set_scissor(struct gl_context *ctx, 44 _mesa_init_scissor(struct gl_context *ctx);
|
version.h | 31 struct gl_context; 46 _mesa_compute_version(struct gl_context *ctx); 49 _mesa_override_glsl_version(struct gl_context *ctx);
|
dlist.h | 53 extern void _mesa_compile_error( struct gl_context *ctx, GLenum error, const char *s ); 55 extern void *_mesa_dlist_alloc(struct gl_context *ctx, GLuint opcode, GLuint sz); 57 extern GLint _mesa_dlist_alloc_opcode( struct gl_context *ctx, GLuint sz, 58 void (*execute)( struct gl_context *, void * ), 59 void (*destroy)( struct gl_context *, void * ), 60 void (*print)( struct gl_context *, void * ) ); 62 extern void _mesa_delete_list(struct gl_context *ctx, struct gl_display_list *dlist); 66 extern struct _glapi_table *_mesa_create_save_table(const struct gl_context *); 80 _mesa_delete_list(struct gl_context *ctx, struct gl_display_list *dlist) 99 extern void _mesa_init_display_list( struct gl_context * ctx ) [all...] |
framebuffer.h | 32 struct gl_context; 38 _mesa_new_framebuffer(struct gl_context *ctx, GLuint name); 66 _mesa_resize_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb, 71 _mesa_resizebuffers( struct gl_context *ctx ); 78 _mesa_update_draw_buffer_bounds(struct gl_context *ctx); 81 _mesa_update_framebuffer_visual(struct gl_context *ctx, 85 _mesa_update_framebuffer(struct gl_context *ctx); 88 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format); 91 _mesa_dest_buffer_exists(struct gl_context *ctx, GLenum format); 94 _mesa_get_color_read_type(struct gl_context *ctx) [all...] |
feedback.h | 40 _mesa_feedback_vertex( struct gl_context *ctx, 47 _mesa_feedback_token( struct gl_context *ctx, GLfloat token ) 57 _mesa_update_hitflag( struct gl_context *ctx, GLfloat z ); 68 _mesa_feedback_vertex( struct gl_context *ctx, 79 _mesa_feedback_token( struct gl_context *ctx, GLfloat token ) 86 _mesa_update_hitflag( struct gl_context *ctx, GLfloat z ) 100 _mesa_init_feedback( struct gl_context *ctx );
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
arbprogparse.h | 31 struct gl_context; 36 _mesa_parse_arb_vertex_program(struct gl_context *ctx, GLenum target, 41 _mesa_parse_arb_fragment_program(struct gl_context *ctx, GLenum target,
|
ir_to_mesa.h | 32 struct gl_context; 36 void _mesa_glsl_compile_shader(struct gl_context *ctx, struct gl_shader *sh); 37 void _mesa_glsl_link_shader(struct gl_context *ctx, struct gl_shader_program *prog); 38 GLboolean _mesa_ir_compile_shader(struct gl_context *ctx, struct gl_shader *shader); 39 GLboolean _mesa_ir_link_shader(struct gl_context *ctx, struct gl_shader_program *prog); 48 _mesa_associate_uniform_storage(struct gl_context *ctx,
|
prog_cache.h | 35 struct gl_context; 45 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *pc); 48 _mesa_delete_shader_cache(struct gl_context *ctx, 56 _mesa_program_cache_insert(struct gl_context *ctx, 62 _mesa_shader_cache_insert(struct gl_context *ctx,
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_triangle.h | 35 _swrast_culltriangle( struct gl_context *ctx, 41 _swrast_choose_triangle( struct gl_context *ctx ); 44 _swrast_add_spec_terms_triangle( struct gl_context *ctx,
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_scratch.h | 42 nouveau_get_scratch(struct gl_context *ctx, unsigned size, 46 nouveau_scratch_init(struct gl_context *ctx); 49 nouveau_scratch_destroy(struct gl_context *ctx);
|
nouveau_driver.h | 50 struct gl_context *(*context_create)(struct nouveau_screen *screen, 52 struct gl_context *share_ctx); 53 void (*context_destroy)(struct gl_context *ctx); 55 void (*surface_copy)(struct gl_context *ctx, 59 void (*surface_fill)(struct gl_context *ctx, 72 nouveau_clear(struct gl_context *ctx, GLbitfield buffers); 75 nouveau_span_functions_init(struct gl_context *ctx);
|
/external/mesa3d/src/mesa/main/ |
scissor.h | 32 struct gl_context; 39 _mesa_set_scissor(struct gl_context *ctx, 44 _mesa_init_scissor(struct gl_context *ctx);
|
version.h | 31 struct gl_context; 46 _mesa_compute_version(struct gl_context *ctx); 49 _mesa_override_glsl_version(struct gl_context *ctx);
|
dlist.h | 53 extern void _mesa_compile_error( struct gl_context *ctx, GLenum error, const char *s ); 55 extern void *_mesa_dlist_alloc(struct gl_context *ctx, GLuint opcode, GLuint sz); 57 extern GLint _mesa_dlist_alloc_opcode( struct gl_context *ctx, GLuint sz, 58 void (*execute)( struct gl_context *, void * ), 59 void (*destroy)( struct gl_context *, void * ), 60 void (*print)( struct gl_context *, void * ) ); 62 extern void _mesa_delete_list(struct gl_context *ctx, struct gl_display_list *dlist); 66 extern struct _glapi_table *_mesa_create_save_table(const struct gl_context *); 80 _mesa_delete_list(struct gl_context *ctx, struct gl_display_list *dlist) 99 extern void _mesa_init_display_list( struct gl_context * ctx ) [all...] |
framebuffer.h | 32 struct gl_context; 38 _mesa_new_framebuffer(struct gl_context *ctx, GLuint name); 66 _mesa_resize_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb, 71 _mesa_resizebuffers( struct gl_context *ctx ); 78 _mesa_update_draw_buffer_bounds(struct gl_context *ctx); 81 _mesa_update_framebuffer_visual(struct gl_context *ctx, 85 _mesa_update_framebuffer(struct gl_context *ctx); 88 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format); 91 _mesa_dest_buffer_exists(struct gl_context *ctx, GLenum format); 94 _mesa_get_color_read_type(struct gl_context *ctx) [all...] |
/external/mesa3d/src/mesa/program/ |
arbprogparse.h | 31 struct gl_context; 36 _mesa_parse_arb_vertex_program(struct gl_context *ctx, GLenum target, 41 _mesa_parse_arb_fragment_program(struct gl_context *ctx, GLenum target,
|
ir_to_mesa.h | 32 struct gl_context; 36 void _mesa_glsl_compile_shader(struct gl_context *ctx, struct gl_shader *sh); 37 void _mesa_glsl_link_shader(struct gl_context *ctx, struct gl_shader_program *prog); 38 GLboolean _mesa_ir_compile_shader(struct gl_context *ctx, struct gl_shader *shader); 39 GLboolean _mesa_ir_link_shader(struct gl_context *ctx, struct gl_shader_program *prog); 48 _mesa_associate_uniform_storage(struct gl_context *ctx,
|
prog_cache.h | 35 struct gl_context; 45 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *pc); 48 _mesa_delete_shader_cache(struct gl_context *ctx, 56 _mesa_program_cache_insert(struct gl_context *ctx, 62 _mesa_shader_cache_insert(struct gl_context *ctx,
|
/external/mesa3d/src/mesa/swrast/ |
s_triangle.h | 35 _swrast_culltriangle( struct gl_context *ctx, 41 _swrast_choose_triangle( struct gl_context *ctx ); 44 _swrast_add_spec_terms_triangle( struct gl_context *ctx,
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_pipeline.h | 36 extern void _tnl_run_pipeline( struct gl_context *ctx ); 38 extern void _tnl_destroy_pipeline( struct gl_context *ctx ); 40 extern void _tnl_install_pipeline( struct gl_context *ctx, 67 extern void _tnl_RenderClippedPolygon( struct gl_context *ctx, 70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
|
/external/mesa3d/src/mesa/tnl/ |
t_pipeline.h | 36 extern void _tnl_run_pipeline( struct gl_context *ctx ); 38 extern void _tnl_destroy_pipeline( struct gl_context *ctx ); 40 extern void _tnl_install_pipeline( struct gl_context *ctx, 67 extern void _tnl_RenderClippedPolygon( struct gl_context *ctx, 70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_state.h | 43 extern void radeonInitStateFuncs( struct gl_context *ctx ); 45 extern void radeonUpdateMaterial( struct gl_context *ctx ); 47 extern void radeonUpdateViewportOffset( struct gl_context *ctx ); 48 extern void radeonUpdateWindow( struct gl_context *ctx ); 49 extern void radeonUpdateDrawBuffer( struct gl_context *ctx ); 53 extern GLboolean radeonValidateState( struct gl_context *ctx ); 56 extern void radeonFallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state.h | 43 extern void radeonInitStateFuncs( struct gl_context *ctx ); 45 extern void radeonUpdateMaterial( struct gl_context *ctx ); 47 extern void radeonUpdateViewportOffset( struct gl_context *ctx ); 48 extern void radeonUpdateWindow( struct gl_context *ctx ); 49 extern void radeonUpdateDrawBuffer( struct gl_context *ctx ); 53 extern GLboolean radeonValidateState( struct gl_context *ctx ); 56 extern void radeonFallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
|