/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
nvfragparse.h | 35 struct gl_context; 39 _mesa_parse_nv_fragment_program(struct gl_context *ctx, GLenum target,
|
programopt.h | 32 _mesa_insert_mvp_code(struct gl_context *ctx, struct gl_vertex_program *vprog); 35 _mesa_append_fog_code(struct gl_context *ctx, 49 _mesa_nop_fragment_program(struct gl_context *ctx, struct gl_fragment_program *prog); 52 _mesa_nop_vertex_program(struct gl_context *ctx, struct gl_vertex_program *prog);
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_texture.h | 36 struct gl_context; 42 st_finalize_texture(struct gl_context *ctx,
|
st_gen_mipmap.h | 35 struct gl_context; 48 st_generate_mipmap(struct gl_context *ctx, GLenum target,
|
/external/mesa3d/src/mesa/main/ |
api_arrayelt.h | 41 extern GLboolean _ae_create_context( struct gl_context *ctx ); 42 extern void _ae_destroy_context( struct gl_context *ctx ); 43 extern void _ae_invalidate_state( struct gl_context *ctx, GLuint new_state ); 48 extern void _ae_map_vbos( struct gl_context *ctx ); 49 extern void _ae_unmap_vbos( struct gl_context *ctx ); 60 _ae_create_context( struct gl_context *ctx ) 66 _ae_destroy_context( struct gl_context *ctx ) 71 _ae_invalidate_state( struct gl_context *ctx, GLuint new_state )
|
api_exec.h | 31 struct gl_context; 37 _mesa_create_exec_table(struct gl_context *ctx);
|
clip.h | 36 struct gl_context; 39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane);
|
hint.h | 42 struct gl_context; 50 _mesa_init_hint( struct gl_context * ctx );
|
lines.h | 38 struct gl_context; 47 _mesa_init_line( struct gl_context * ctx );
|
pixelstore.h | 37 struct gl_context; 49 _mesa_init_pixelstore( struct gl_context *ctx );
|
texformat.h | 32 struct gl_context; 35 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target,
|
buffers.h | 38 struct gl_context; 47 _mesa_drawbuffers(struct gl_context *ctx, GLuint n, const GLenum *buffers, 51 _mesa_readbuffer(struct gl_context *ctx, GLenum buffer, GLint bufferIndex); 54 _mesa_update_draw_buffers(struct gl_context *ctx);
|
pixel.h | 41 struct gl_context; 50 _mesa_update_pixel( struct gl_context *ctx, GLuint newstate ); 64 _mesa_update_pixel(struct gl_context *ctx, GLuint newstate) 77 _mesa_init_pixel( struct gl_context * ctx );
|
queryobj.h | 38 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) 54 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) 72 _mesa_init_queryobj(struct gl_context *ctx); 75 _mesa_free_queryobj_data(struct gl_context *ctx);
|
/external/mesa3d/src/mesa/program/ |
nvfragparse.h | 35 struct gl_context; 39 _mesa_parse_nv_fragment_program(struct gl_context *ctx, GLenum target,
|
programopt.h | 32 _mesa_insert_mvp_code(struct gl_context *ctx, struct gl_vertex_program *vprog); 35 _mesa_append_fog_code(struct gl_context *ctx, 49 _mesa_nop_fragment_program(struct gl_context *ctx, struct gl_fragment_program *prog); 52 _mesa_nop_vertex_program(struct gl_context *ctx, struct gl_vertex_program *prog);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_texture.h | 36 struct gl_context; 42 st_finalize_texture(struct gl_context *ctx,
|
st_gen_mipmap.h | 35 struct gl_context; 48 st_generate_mipmap(struct gl_context *ctx, GLenum target,
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vertex.h | 34 struct gl_context; 84 extern void _tnl_interp( struct gl_context *ctx, 91 extern void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ); 98 extern void _tnl_get_attr( struct gl_context *ctx, const void *vertex, GLenum attrib, 103 extern void _tnl_set_attr( struct gl_context *ctx, void *vout, GLenum attrib, 107 extern void *_tnl_get_vertex( struct gl_context *ctx, GLuint nr ); 109 extern GLuint _tnl_install_attrs( struct gl_context *ctx, 114 extern void _tnl_free_vertices( struct gl_context *ctx ); 116 extern void _tnl_init_vertices( struct gl_context *ctx, 120 extern void *_tnl_emit_vertices_to_buffer( struct gl_context *ctx [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vertex.h | 34 struct gl_context; 84 extern void _tnl_interp( struct gl_context *ctx, 91 extern void _tnl_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc ); 98 extern void _tnl_get_attr( struct gl_context *ctx, const void *vertex, GLenum attrib, 103 extern void _tnl_set_attr( struct gl_context *ctx, void *vout, GLenum attrib, 107 extern void *_tnl_get_vertex( struct gl_context *ctx, GLuint nr ); 109 extern GLuint _tnl_install_attrs( struct gl_context *ctx, 114 extern void _tnl_free_vertices( struct gl_context *ctx ); 116 extern void _tnl_init_vertices( struct gl_context *ctx, 120 extern void *_tnl_emit_vertices_to_buffer( struct gl_context *ctx [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
buffers.h | 38 struct gl_context; 47 _mesa_drawbuffers(struct gl_context *ctx, GLuint n, const GLenum *buffers, 51 _mesa_readbuffer(struct gl_context *ctx, GLenum buffer, GLint bufferIndex); 54 _mesa_update_draw_buffers(struct gl_context *ctx);
|
pixel.h | 41 struct gl_context; 50 _mesa_update_pixel( struct gl_context *ctx, GLuint newstate ); 64 _mesa_update_pixel(struct gl_context *ctx, GLuint newstate) 77 _mesa_init_pixel( struct gl_context * ctx );
|
queryobj.h | 38 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) 54 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) 72 _mesa_init_queryobj(struct gl_context *ctx); 75 _mesa_free_queryobj_data(struct gl_context *ctx);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_stencil.h | 36 _swrast_stencil_and_ztest_span(struct gl_context *ctx, SWspan *span); 40 _swrast_read_stencil_span(struct gl_context *ctx, struct gl_renderbuffer *rb, 45 _swrast_write_stencil_span( struct gl_context *ctx, GLint n, GLint x, GLint y, 50 _swrast_clear_stencil_buffer(struct gl_context *ctx);
|
/external/mesa3d/src/mesa/swrast/ |
s_stencil.h | 36 _swrast_stencil_and_ztest_span(struct gl_context *ctx, SWspan *span); 40 _swrast_read_stencil_span(struct gl_context *ctx, struct gl_renderbuffer *rb, 45 _swrast_write_stencil_span( struct gl_context *ctx, GLint n, GLint x, GLint y, 50 _swrast_clear_stencil_buffer(struct gl_context *ctx);
|