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

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/mesa/swrast/
s_texfetch.h 36 _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit);
s_zoom.h 33 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY,
37 _swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint imgX, GLint imgY,
41 _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY,
46 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY,
51 _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY,
  /external/mesa3d/src/mesa/vbo/
vbo_save.h 124 struct gl_context *ctx;
165 void vbo_save_init( struct gl_context *ctx );
166 void vbo_save_destroy( struct gl_context *ctx );
167 void vbo_save_fallback( struct gl_context *ctx, GLboolean fallback );
171 void vbo_loopback_vertex_list( struct gl_context *ctx,
181 void vbo_save_EndList( struct gl_context *ctx );
182 void vbo_save_NewList( struct gl_context *ctx, GLuint list, GLenum mode );
183 void vbo_save_EndCallList( struct gl_context *ctx );
184 void vbo_save_BeginCallList( struct gl_context *ctx, struct gl_display_list *list );
185 void vbo_save_SaveFlushVertices( struct gl_context *ctx )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.h 47 struct gl_texture_image *radeonNewTextureImage(struct gl_context *ctx);
48 void radeonFreeTextureImageBuffer(struct gl_context *ctx, struct gl_texture_image *timage);
52 int radeon_validate_texture_miptree(struct gl_context * ctx,
57 void radeon_swrast_map_texture_images(struct gl_context *ctx, struct gl_texture_object *texObj);
58 void radeon_swrast_unmap_texture_images(struct gl_context *ctx, struct gl_texture_object *texObj);
60 gl_format radeonChooseTextureFormat_mesa(struct gl_context * ctx,
66 gl_format radeonChooseTextureFormat(struct gl_context * ctx,
71 void radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims,
81 void radeon_image_target_texture_2d(struct gl_context *ctx, GLenum target,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
syncobj.h 39 struct gl_context;
51 _mesa_init_sync(struct gl_context *);
54 _mesa_free_sync_data(struct gl_context *);
57 _mesa_ref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj);
60 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj);
96 _mesa_init_sync(struct gl_context *ctx)
101 _mesa_free_sync_data(struct gl_context *ctx)
106 _mesa_ref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj)
112 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj)
depth.h 38 struct gl_context;
59 _mesa_init_depth( struct gl_context * ctx );
pixeltransfer.h 41 _mesa_map_rgba(const struct gl_context *ctx, GLuint n, GLfloat rgba[][4]);
44 _mesa_map_ci_to_rgba(const struct gl_context *ctx,
49 _mesa_scale_and_bias_depth(const struct gl_context *ctx, GLuint n,
53 _mesa_scale_and_bias_depth_uint(const struct gl_context *ctx, GLuint n,
57 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
61 _mesa_shift_and_offset_ci(const struct gl_context *ctx,
65 _mesa_apply_ci_transfer_ops(const struct gl_context *ctx,
71 _mesa_apply_stencil_transfer_ops(const struct gl_context *ctx, GLuint n,
state.h 32 _mesa_update_state(struct gl_context *ctx);
38 _mesa_update_state_locked(struct gl_context *ctx);
42 _mesa_set_varying_vp_inputs(struct gl_context *ctx, GLbitfield64 varying_inputs);
46 _mesa_set_vp_override(struct gl_context *ctx, GLboolean flag);
53 _mesa_need_secondary_color(const struct gl_context *ctx)
dd.h 39 struct gl_context;
85 const GLubyte * (*GetString)( struct gl_context *ctx, GLenum name );
93 void (*UpdateState)( struct gl_context *ctx, GLbitfield new_state );
108 void (*ResizeBuffers)( struct gl_context *ctx, struct gl_framebuffer *fb,
115 void (*Error)( struct gl_context *ctx );
120 void (*Finish)( struct gl_context *ctx );
125 void (*Flush)( struct gl_context *ctx );
132 void (*Clear)( struct gl_context *ctx, GLbitfield buffers );
137 void (*Accum)( struct gl_context *ctx, GLenum op, GLfloat value );
143 void (*RasterPos)( struct gl_context *ctx, const GLfloat v[4] )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.h 47 struct gl_texture_image *radeonNewTextureImage(struct gl_context *ctx);
48 void radeonFreeTextureImageBuffer(struct gl_context *ctx, struct gl_texture_image *timage);
52 int radeon_validate_texture_miptree(struct gl_context * ctx,
57 void radeon_swrast_map_texture_images(struct gl_context *ctx, struct gl_texture_object *texObj);
58 void radeon_swrast_unmap_texture_images(struct gl_context *ctx, struct gl_texture_object *texObj);
60 gl_format radeonChooseTextureFormat_mesa(struct gl_context * ctx,
66 gl_format radeonChooseTextureFormat(struct gl_context * ctx,
71 void radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims,
81 void radeon_image_target_texture_2d(struct gl_context *ctx, GLenum target,
  /external/mesa3d/src/mesa/main/
syncobj.h 39 struct gl_context;
51 _mesa_init_sync(struct gl_context *);
54 _mesa_free_sync_data(struct gl_context *);
57 _mesa_ref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj);
60 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj);
96 _mesa_init_sync(struct gl_context *ctx)
101 _mesa_free_sync_data(struct gl_context *ctx)
106 _mesa_ref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj)
112 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj)
depth.h 38 struct gl_context;
59 _mesa_init_depth( struct gl_context * ctx );
pixeltransfer.h 41 _mesa_map_rgba(const struct gl_context *ctx, GLuint n, GLfloat rgba[][4]);
44 _mesa_map_ci_to_rgba(const struct gl_context *ctx,
49 _mesa_scale_and_bias_depth(const struct gl_context *ctx, GLuint n,
53 _mesa_scale_and_bias_depth_uint(const struct gl_context *ctx, GLuint n,
57 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
61 _mesa_shift_and_offset_ci(const struct gl_context *ctx,
65 _mesa_apply_ci_transfer_ops(const struct gl_context *ctx,
71 _mesa_apply_stencil_transfer_ops(const struct gl_context *ctx, GLuint n,
state.h 32 _mesa_update_state(struct gl_context *ctx);
38 _mesa_update_state_locked(struct gl_context *ctx);
42 _mesa_set_varying_vp_inputs(struct gl_context *ctx, GLbitfield64 varying_inputs);
46 _mesa_set_vp_override(struct gl_context *ctx, GLboolean flag);
53 _mesa_need_secondary_color(const struct gl_context *ctx)
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.h 51 _mesa_init_program(struct gl_context *ctx);
54 _mesa_free_program_data(struct gl_context *ctx);
57 _mesa_update_default_objects_program(struct gl_context *ctx);
60 _mesa_set_program_error(struct gl_context *ctx, GLint pos, const char *string);
68 _mesa_init_vertex_program(struct gl_context *ctx,
73 _mesa_init_fragment_program(struct gl_context *ctx,
78 _mesa_init_geometry_program(struct gl_context *ctx,
83 _mesa_new_program(struct gl_context *ctx, GLenum target, GLuint id);
86 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog);
89 _mesa_lookup_program(struct gl_context *ctx, GLuint id)
    [all...]
nvvertparse.h 34 struct gl_context;
38 _mesa_parse_nv_vertex_program(struct gl_context *ctx, GLenum target,
prog_optimize.h 33 struct gl_context;
45 _mesa_optimize_program(struct gl_context *ctx, struct gl_program *program);
  /external/mesa3d/src/mesa/program/
program.h 51 _mesa_init_program(struct gl_context *ctx);
54 _mesa_free_program_data(struct gl_context *ctx);
57 _mesa_update_default_objects_program(struct gl_context *ctx);
60 _mesa_set_program_error(struct gl_context *ctx, GLint pos, const char *string);
68 _mesa_init_vertex_program(struct gl_context *ctx,
73 _mesa_init_fragment_program(struct gl_context *ctx,
78 _mesa_init_geometry_program(struct gl_context *ctx,
83 _mesa_new_program(struct gl_context *ctx, GLenum target, GLuint id);
86 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog);
89 _mesa_lookup_program(struct gl_context *ctx, GLuint id)
    [all...]
nvvertparse.h 34 struct gl_context;
38 _mesa_parse_nv_vertex_program(struct gl_context *ctx, GLenum target,
prog_optimize.h 33 struct gl_context;
45 _mesa_optimize_program(struct gl_context *ctx, struct gl_program *program);
  /external/chromium_org/third_party/mesa/src/src/glsl/
program.h 27 link_shaders(struct gl_context *ctx, struct gl_shader_program *prog);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.h 43 extern void intelInitTriFuncs(struct gl_context * ctx);
45 extern void intelChooseRenderState(struct gl_context * ctx);
  /external/mesa3d/src/glsl/
program.h 27 link_shaders(struct gl_context *ctx, struct gl_shader_program *prog);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.h 43 extern void intelInitTriFuncs(struct gl_context * ctx);
45 extern void intelChooseRenderState(struct gl_context * ctx);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.h 33 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY,
37 _swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint imgX, GLint imgY,
41 _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY,
46 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY,
51 _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY,

Completed in 730 milliseconds

1 2 3 4 5 6 78 91011>>