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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_buffers.h 46 intel_draw_buffer(struct gl_context * ctx)
55 void intelCalcViewport(struct gl_context * ctx);
intel_pixel.h 34 bool intel_check_blit_fragment_ops(struct gl_context * ctx,
41 void intelReadPixels(struct gl_context * ctx,
48 void intelDrawPixels(struct gl_context * ctx,
56 void intelCopyPixels(struct gl_context * ctx,
61 void intelBitmap(struct gl_context * ctx,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fog.h 43 struct gl_context;
60 extern void _mesa_init_fog( struct gl_context * ctx );
points.h 37 struct gl_context;
56 _mesa_init_point( struct gl_context * ctx );
light.h 34 struct gl_context;
87 _mesa_light(struct gl_context *ctx, GLuint lnum, GLenum pname, const GLfloat *params);
90 extern GLuint _mesa_material_bitmask( struct gl_context *ctx,
95 extern void _mesa_update_lighting( struct gl_context *ctx );
97 extern void _mesa_update_tnl_spaces( struct gl_context *ctx, GLuint new_state );
99 extern void _mesa_update_material( struct gl_context *ctx,
102 extern void _mesa_update_color_material( struct gl_context *ctx,
105 extern void _mesa_init_lighting( struct gl_context *ctx );
107 extern void _mesa_free_lighting_data( struct gl_context *ctx );
109 extern void _mesa_allow_light_in_model( struct gl_context *ctx, GLboolean flag )
    [all...]
texobj.h 47 _mesa_lookup_texture(struct gl_context *ctx, GLuint id);
50 _mesa_new_texture_object( struct gl_context *ctx, GLuint name, GLenum target );
57 _mesa_delete_texture_object( struct gl_context *ctx,
65 _mesa_clear_texture_object(struct gl_context *ctx,
113 _mesa_test_texobj_completeness( const struct gl_context *ctx,
120 _mesa_dirty_texobj(struct gl_context *ctx, struct gl_texture_object *texObj,
124 _mesa_get_fallback_texture(struct gl_context *ctx, gl_texture_index tex);
127 _mesa_total_texture_memory(struct gl_context *ctx);
130 _mesa_unlock_context_textures( struct gl_context *ctx );
133 _mesa_lock_context_textures( struct gl_context *ctx )
    [all...]
pack.h 53 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n,
61 _mesa_unpack_color_span_ubyte(struct gl_context *ctx,
70 _mesa_unpack_color_span_float(struct gl_context *ctx,
78 _mesa_unpack_color_span_uint(struct gl_context *ctx,
85 _mesa_unpack_dudv_span_byte(struct gl_context *ctx,
93 _mesa_unpack_index_span(struct gl_context *ctx, GLuint n,
101 _mesa_pack_index_span(struct gl_context *ctx, GLuint n,
108 _mesa_unpack_stencil_span(struct gl_context *ctx, GLuint n,
115 _mesa_pack_stencil_span(struct gl_context *ctx, GLuint n,
121 _mesa_unpack_depth_span(struct gl_context *ctx, GLuint n
    [all...]
texstore.h 58 struct gl_context *ctx, GLuint dims, \
74 _mesa_make_temp_ubyte_image(struct gl_context *ctx, GLuint dims,
83 _mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims,
93 _mesa_store_teximage(struct gl_context *ctx,
101 _mesa_store_texsubimage(struct gl_context *ctx, GLuint dims,
110 _mesa_store_compressed_teximage(struct gl_context *ctx, GLuint dims,
116 _mesa_store_compressed_texsubimage(struct gl_context *ctx, GLuint dims,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffers.h 46 intel_draw_buffer(struct gl_context * ctx)
55 void intelCalcViewport(struct gl_context * ctx);
  /external/mesa3d/src/mesa/main/
fog.h 43 struct gl_context;
60 extern void _mesa_init_fog( struct gl_context * ctx );
points.h 37 struct gl_context;
56 _mesa_init_point( struct gl_context * ctx );
light.h 34 struct gl_context;
87 _mesa_light(struct gl_context *ctx, GLuint lnum, GLenum pname, const GLfloat *params);
90 extern GLuint _mesa_material_bitmask( struct gl_context *ctx,
95 extern void _mesa_update_lighting( struct gl_context *ctx );
97 extern void _mesa_update_tnl_spaces( struct gl_context *ctx, GLuint new_state );
99 extern void _mesa_update_material( struct gl_context *ctx,
102 extern void _mesa_update_color_material( struct gl_context *ctx,
105 extern void _mesa_init_lighting( struct gl_context *ctx );
107 extern void _mesa_free_lighting_data( struct gl_context *ctx );
109 extern void _mesa_allow_light_in_model( struct gl_context *ctx, GLboolean flag )
    [all...]
texobj.h 47 _mesa_lookup_texture(struct gl_context *ctx, GLuint id);
50 _mesa_new_texture_object( struct gl_context *ctx, GLuint name, GLenum target );
57 _mesa_delete_texture_object( struct gl_context *ctx,
65 _mesa_clear_texture_object(struct gl_context *ctx,
113 _mesa_test_texobj_completeness( const struct gl_context *ctx,
120 _mesa_dirty_texobj(struct gl_context *ctx, struct gl_texture_object *texObj,
124 _mesa_get_fallback_texture(struct gl_context *ctx, gl_texture_index tex);
127 _mesa_total_texture_memory(struct gl_context *ctx);
130 _mesa_unlock_context_textures( struct gl_context *ctx );
133 _mesa_lock_context_textures( struct gl_context *ctx )
    [all...]
pack.h 53 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n,
61 _mesa_unpack_color_span_ubyte(struct gl_context *ctx,
70 _mesa_unpack_color_span_float(struct gl_context *ctx,
78 _mesa_unpack_color_span_uint(struct gl_context *ctx,
85 _mesa_unpack_dudv_span_byte(struct gl_context *ctx,
93 _mesa_unpack_index_span(struct gl_context *ctx, GLuint n,
101 _mesa_pack_index_span(struct gl_context *ctx, GLuint n,
108 _mesa_unpack_stencil_span(struct gl_context *ctx, GLuint n,
115 _mesa_pack_stencil_span(struct gl_context *ctx, GLuint n,
121 _mesa_unpack_depth_span(struct gl_context *ctx, GLuint n
    [all...]
texstore.h 58 struct gl_context *ctx, GLuint dims, \
74 _mesa_make_temp_ubyte_image(struct gl_context *ctx, GLuint dims,
83 _mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims,
93 _mesa_store_teximage(struct gl_context *ctx,
101 _mesa_store_texsubimage(struct gl_context *ctx, GLuint dims,
110 _mesa_store_compressed_teximage(struct gl_context *ctx, GLuint dims,
116 _mesa_store_compressed_texsubimage(struct gl_context *ctx, GLuint dims,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_span.c 37 renderbuffer_map_unmap(struct gl_context *ctx, struct gl_renderbuffer *rb,
47 framebuffer_map_unmap(struct gl_context *ctx, struct gl_framebuffer *fb, GLboolean map)
61 span_map_unmap(struct gl_context *ctx, GLboolean map)
78 nouveau_span_start(struct gl_context *ctx)
85 nouveau_span_finish(struct gl_context *ctx)
92 nouveau_span_functions_init(struct gl_context *ctx)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 54 typedef void (*texture_sample_func)(struct gl_context *ctx,
60 typedef void (_ASMAPIP blend_func)( struct gl_context *ctx, GLuint n,
65 typedef void (*swrast_point_func)( struct gl_context *ctx, const SWvertex *);
67 typedef void (*swrast_line_func)( struct gl_context *ctx,
70 typedef void (*swrast_tri_func)( struct gl_context *ctx, const SWvertex *,
74 typedef void (*validate_texture_image_func)(struct gl_context *ctx,
240 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state );
257 void (*choose_point)( struct gl_context * );
258 void (*choose_line)( struct gl_context * );
259 void (*choose_triangle)( struct gl_context * );
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_span.c 37 renderbuffer_map_unmap(struct gl_context *ctx, struct gl_renderbuffer *rb,
47 framebuffer_map_unmap(struct gl_context *ctx, struct gl_framebuffer *fb, GLboolean map)
61 span_map_unmap(struct gl_context *ctx, GLboolean map)
78 nouveau_span_start(struct gl_context *ctx)
85 nouveau_span_finish(struct gl_context *ctx)
92 nouveau_span_functions_init(struct gl_context *ctx)
  /external/mesa3d/src/mesa/swrast/
s_context.h 54 typedef void (*texture_sample_func)(struct gl_context *ctx,
60 typedef void (_ASMAPIP blend_func)( struct gl_context *ctx, GLuint n,
65 typedef void (*swrast_point_func)( struct gl_context *ctx, const SWvertex *);
67 typedef void (*swrast_line_func)( struct gl_context *ctx,
70 typedef void (*swrast_tri_func)( struct gl_context *ctx, const SWvertex *,
74 typedef void (*validate_texture_image_func)(struct gl_context *ctx,
240 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state );
257 void (*choose_point)( struct gl_context * );
258 void (*choose_line)( struct gl_context * );
259 void (*choose_triangle)( struct gl_context * );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.h 241 GLboolean (*create)( struct gl_context *ctx, struct tnl_pipeline_stage * );
250 void (*validate)( struct gl_context *ctx, struct tnl_pipeline_stage * );
260 GLboolean (*run)( struct gl_context *ctx, struct tnl_pipeline_stage * );
290 typedef void (*tnl_emit_func)( struct gl_context *ctx,
317 typedef void (*tnl_points_func)( struct gl_context *ctx, GLuint first, GLuint last );
318 typedef void (*tnl_line_func)( struct gl_context *ctx, GLuint v1, GLuint v2 );
319 typedef void (*tnl_triangle_func)( struct gl_context *ctx,
321 typedef void (*tnl_quad_func)( struct gl_context *ctx, GLuint v1, GLuint v2,
323 typedef void (*tnl_render_func)( struct gl_context *ctx, GLuint start, GLuint count,
325 typedef void (*tnl_interp_func)( struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_context.h 241 GLboolean (*create)( struct gl_context *ctx, struct tnl_pipeline_stage * );
250 void (*validate)( struct gl_context *ctx, struct tnl_pipeline_stage * );
260 GLboolean (*run)( struct gl_context *ctx, struct tnl_pipeline_stage * );
290 typedef void (*tnl_emit_func)( struct gl_context *ctx,
317 typedef void (*tnl_points_func)( struct gl_context *ctx, GLuint first, GLuint last );
318 typedef void (*tnl_line_func)( struct gl_context *ctx, GLuint v1, GLuint v2 );
319 typedef void (*tnl_triangle_func)( struct gl_context *ctx,
321 typedef void (*tnl_quad_func)( struct gl_context *ctx, GLuint v1, GLuint v2,
323 typedef void (*tnl_render_func)( struct gl_context *ctx, GLuint start, GLuint count,
325 typedef void (*tnl_interp_func)( struct gl_context *ctx
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.h 32 struct gl_context;
38 struct gl_context *ctx,
64 struct gl_shader *st_new_shader(struct gl_context *ctx, GLuint name, GLuint type);
67 st_new_shader_program(struct gl_context *ctx, GLuint name);
69 GLboolean st_link_shader(struct gl_context *ctx, struct gl_shader_program *prog);
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.h 32 struct gl_context;
38 struct gl_context *ctx,
64 struct gl_shader *st_new_shader(struct gl_context *ctx, GLuint name, GLuint type);
67 st_new_shader_program(struct gl_context *ctx, GLuint name);
69 GLboolean st_link_shader(struct gl_context *ctx, struct gl_shader_program *prog);
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo.h 38 struct gl_context;
70 GLboolean _vbo_CreateContext( struct gl_context *ctx );
71 void _vbo_DestroyContext( struct gl_context *ctx );
72 void _vbo_InvalidateState( struct gl_context *ctx, GLuint new_state );
75 typedef void (*vbo_draw_func)( struct gl_context *ctx,
101 void vbo_split_prims( struct gl_context *ctx,
117 void vbo_rebase_prims( struct gl_context *ctx,
144 vbo_get_minmax_indices(struct gl_context *ctx, const struct _mesa_prim *prim,
148 void vbo_use_buffer_objects(struct gl_context *ctx);
150 void vbo_always_unmap_buffers(struct gl_context *ctx)
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo.h 38 struct gl_context;
70 GLboolean _vbo_CreateContext( struct gl_context *ctx );
71 void _vbo_DestroyContext( struct gl_context *ctx );
72 void _vbo_InvalidateState( struct gl_context *ctx, GLuint new_state );
75 typedef void (*vbo_draw_func)( struct gl_context *ctx,
101 void vbo_split_prims( struct gl_context *ctx,
117 void vbo_rebase_prims( struct gl_context *ctx,
144 vbo_get_minmax_indices(struct gl_context *ctx, const struct _mesa_prim *prim,
148 void vbo_use_buffer_objects(struct gl_context *ctx);
150 void vbo_always_unmap_buffers(struct gl_context *ctx)
    [all...]

Completed in 859 milliseconds

1 2 3 4 5 6 7 8 91011>>