/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/ |
H A D | extensions.h | 43 extern void _mesa_enable_sw_extensions(GLcontext *ctx); 45 extern void _mesa_enable_imaging_extensions(GLcontext *ctx); 47 extern void _mesa_enable_1_3_extensions(GLcontext *ctx); 49 extern void _mesa_enable_1_4_extensions(GLcontext *ctx); 51 extern void _mesa_enable_1_5_extensions(GLcontext *ctx); 53 extern void _mesa_enable_2_0_extensions(GLcontext *ctx); 55 extern void _mesa_enable_2_1_extensions(GLcontext *ctx); 57 extern void _mesa_enable_extension(GLcontext *ctx, const char *name); 59 extern void _mesa_disable_extension(GLcontext *ctx, const char *name); 61 extern GLboolean _mesa_extension_is_enabled(GLcontext *ctx, cons [all...] |
H A D | texenvprogram.h | 37 extern void _mesa_UpdateTexEnvProgram( GLcontext *ctx ); 38 extern void _mesa_TexEnvProgramCacheInit( GLcontext *ctx ); 39 extern void _mesa_TexEnvProgramCacheDestroy( GLcontext *ctx );
|
H A D | vtxfmt.h | 36 extern void _mesa_init_exec_vtxfmt( GLcontext *ctx ); 38 extern void _mesa_install_exec_vtxfmt( GLcontext *ctx, const GLvertexformat *vfmt ); 39 extern void _mesa_install_save_vtxfmt( GLcontext *ctx, const GLvertexformat *vfmt ); 41 extern void _mesa_restore_exec_vtxfmt( GLcontext *ctx );
|
H A D | api_arrayelt.h | 32 extern GLboolean _ae_create_context( GLcontext *ctx ); 33 extern void _ae_destroy_context( GLcontext *ctx ); 34 extern void _ae_invalidate_state( GLcontext *ctx, GLuint new_state ); 39 extern void _ae_map_vbos( GLcontext *ctx ); 40 extern void _ae_unmap_vbos( GLcontext *ctx );
|
H A D | rbadaptors.h | 31 _mesa_new_renderbuffer_16wrap8(GLcontext *ctx, struct gl_renderbuffer *rb8); 34 _mesa_new_renderbuffer_32wrap8(GLcontext *ctx, struct gl_renderbuffer *rb8); 37 _mesa_new_renderbuffer_32wrap16(GLcontext *ctx, struct gl_renderbuffer *rb16);
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast_setup/ |
H A D | ss_triangle.h | 36 void _swsetup_trifuncs_init( GLcontext *ctx ); 37 void _swsetup_choose_trifuncs( GLcontext *ctx );
|
H A D | ss_vb.h | 35 void _swsetup_vb_init( GLcontext *ctx ); 36 void _swsetup_choose_rastersetup_func( GLcontext *ctx );
|
H A D | swrast_setup.h | 44 _swsetup_CreateContext( GLcontext *ctx ); 47 _swsetup_DestroyContext( GLcontext *ctx ); 50 _swsetup_InvalidateState( GLcontext *ctx, GLuint new_state ); 53 _swsetup_Wakeup( GLcontext *ctx ); 59 _swsetup_Translate( GLcontext *ctx, const void *vertex, SWvertex *dest );
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/ |
H A D | t_vp_build.h | 31 extern void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx ); 33 extern void _tnl_ProgramCacheInit( GLcontext *ctx ); 34 extern void _tnl_ProgramCacheDestroy( GLcontext *ctx );
|
H A D | tnl.h | 40 _tnl_CreateContext( GLcontext *ctx ); 43 _tnl_DestroyContext( GLcontext *ctx ); 46 _tnl_InvalidateState( GLcontext *ctx, GLuint new_state ); 53 _tnl_wakeup( GLcontext *ctx ); 58 _tnl_need_projected_coords( GLcontext *ctx, GLboolean flag ); 64 _tnl_allow_vertex_fog( GLcontext *ctx, GLboolean value ); 67 _tnl_allow_pixel_fog( GLcontext *ctx, GLboolean value ); 70 _tnl_program_string(GLcontext *ctx, GLenum target, struct gl_program *program); 76 _tnl_draw_prims( GLcontext *ctx,
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/ |
H A D | s_aaline.h | 36 _swrast_choose_aa_line_function(GLcontext *ctx);
|
H A D | s_aatriangle.h | 36 _swrast_set_aa_triangle_function(GLcontext *ctx);
|
H A D | s_points.h | 33 _swrast_choose_point( GLcontext *ctx ); 36 _swrast_add_spec_terms_point( GLcontext *ctx,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xsha1.h | 8 * Add some data to be hashed. ctx is the value returned by x_sha1_init() 11 int x_sha1_update(void *ctx, void *data, int size); 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xsha1.h | 8 * Add some data to be hashed. ctx is the value returned by x_sha1_init() 11 int x_sha1_update(void *ctx, void *data, int size); 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | xsha1.h | 8 * Add some data to be hashed. ctx is the value returned by x_sha1_init() 11 int x_sha1_update(void *ctx, void *data, int size); 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | xsha1.h | 8 * Add some data to be hashed. ctx is the value returned by x_sha1_init() 11 int x_sha1_update(void *ctx, void *data, int size); 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | xsha1.h | 8 * Add some data to be hashed. ctx is the value returned by x_sha1_init() 11 int x_sha1_update(void *ctx, void *data, int size); 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | xsha1.h | 8 * Add some data to be hashed. ctx is the value returned by x_sha1_init() 11 int x_sha1_update(void *ctx, void *data, int size); 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | xsha1.h | 8 * Add some data to be hashed. ctx is the value returned by x_sha1_init() 11 int x_sha1_update(void *ctx, void *data, int size); 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | xsha1.h | 8 * Add some data to be hashed. ctx is the value returned by x_sha1_init() 11 int x_sha1_update(void *ctx, void *data, int size); 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | xsha1.h | 8 * Add some data to be hashed. ctx is the value returned by x_sha1_init() 11 int x_sha1_update(void *ctx, void *data, int size); 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | xsha1.h | 8 * Add some data to be hashed. ctx is the value returned by x_sha1_init() 11 int x_sha1_update(void *ctx, void *data, int size); 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | ansiesc.c | 55 * @v ctx ANSI escape sequence context 68 int ansiesc_process ( struct ansiesc_context *ctx, int c ) { argument 69 if ( ctx->count == 0 ) { 72 ctx->count = 1; 73 memset ( ctx->params, 0xff, sizeof ( ctx->params ) ); 74 ctx->function = 0; 85 int *param = &ctx->params[ctx->count - 1]; 91 ctx [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/ |
H A D | shader_api.h | 39 _mesa_init_shader_state(GLcontext * ctx); 42 _mesa_free_shader_state(GLcontext *ctx); 46 _mesa_new_shader_program(GLcontext *ctx, GLuint name); 49 _mesa_clear_shader_program_data(GLcontext *ctx, 53 _mesa_free_shader_program_data(GLcontext *ctx, 57 _mesa_free_shader_program(GLcontext *ctx, struct gl_shader_program *shProg); 60 _mesa_reference_shader_program(GLcontext *ctx, 65 _mesa_lookup_shader_program(GLcontext *ctx, GLuint name); 69 _mesa_new_shader(GLcontext *ctx, GLuint name, GLenum type); 72 _mesa_free_shader(GLcontext *ctx, struc [all...] |