HomeSort by relevance Sort by last modified time
    Searched refs:gl_context (Results 151 - 175 of 581) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/mesa/swrast/
s_span.h 38 struct gl_context;
188 _swrast_span_default_attribs(struct gl_context *ctx, SWspan *span);
191 _swrast_span_interpolate_z( const struct gl_context *ctx, SWspan *span );
200 _swrast_write_rgba_span( struct gl_context *ctx, SWspan *span);
204 _swrast_read_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,
208 _swrast_put_row(struct gl_context *ctx, struct gl_renderbuffer *rb,
214 _swrast_get_dest_rgba(struct gl_context *ctx, struct gl_renderbuffer *rb,
s_texrender.c 19 delete_texture_wrapper(struct gl_context *ctx, struct gl_renderbuffer *rb)
32 wrap_texture(struct gl_context *ctx, struct gl_renderbuffer_attachment *att)
62 update_wrapper(struct gl_context *ctx, struct gl_renderbuffer_attachment *att)
125 _swrast_render_texture(struct gl_context *ctx,
139 _swrast_finish_render_texture(struct gl_context *ctx,
  /external/mesa3d/src/mesa/main/
matrix.h 33 struct gl_context;
101 _mesa_init_matrix( struct gl_context * ctx );
104 _mesa_init_transform( struct gl_context *ctx );
107 _mesa_free_matrix_data( struct gl_context *ctx );
110 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
bufferobj.h 61 _mesa_init_buffer_objects( struct gl_context *ctx );
64 _mesa_free_buffer_objects( struct gl_context *ctx );
67 _mesa_update_default_objects_buffer_objects(struct gl_context *ctx);
71 _mesa_lookup_bufferobj(struct gl_context *ctx, GLuint buffer);
74 _mesa_initialize_buffer_object( struct gl_context *ctx,
79 _mesa_reference_buffer_object_(struct gl_context *ctx,
84 _mesa_reference_buffer_object(struct gl_context *ctx,
93 _mesa_total_buffer_object_memory(struct gl_context *ctx);
170 _mesa_init_bufferobj_dispatch(struct gl_context *ctx,
fbobject.h 32 struct gl_context;
58 _mesa_init_fbobjects(struct gl_context *ctx);
64 _mesa_lookup_renderbuffer(struct gl_context *ctx, GLuint id);
67 _mesa_lookup_framebuffer(struct gl_context *ctx, GLuint id);
70 _mesa_get_attachment(struct gl_context *ctx, struct gl_framebuffer *fb,
93 _mesa_remove_attachment(struct gl_context *ctx,
97 _mesa_set_texture_attachment(struct gl_context *ctx,
104 _mesa_set_renderbuffer_attachment(struct gl_context *ctx,
109 _mesa_framebuffer_renderbuffer(struct gl_context *ctx,
114 _mesa_validate_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb)
    [all...]
mipmap.h 45 _mesa_prepare_mipmap_level(struct gl_context *ctx,
51 _mesa_generate_mipmap(struct gl_context *ctx, GLenum target,
readpix.h 32 struct gl_context;
37 _mesa_readpixels(struct gl_context *ctx,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 68 struct gl_context base;
117 nouveau_context_init(struct gl_context *ctx, struct nouveau_screen *screen,
118 const struct gl_config *visual, struct gl_context *share_ctx);
121 nouveau_context_deinit(struct gl_context *ctx);
137 nouveau_fallback(struct gl_context *ctx, enum nouveau_fallback mode);
140 nouveau_validate_framebuffer(struct gl_context *ctx);
nouveau_bufferobj.c 34 get_bufferobj_map(struct gl_context *ctx, struct gl_buffer_object *obj,
51 nouveau_bufferobj_new(struct gl_context *ctx, GLuint buffer, GLenum target)
65 nouveau_bufferobj_del(struct gl_context *ctx, struct gl_buffer_object *obj)
75 nouveau_bufferobj_data(struct gl_context *ctx, GLenum target, GLsizeiptrARB size,
110 nouveau_bufferobj_subdata(struct gl_context *ctx, GLintptrARB offset,
118 nouveau_bufferobj_get_subdata(struct gl_context *ctx, GLintptrARB offset,
126 nouveau_bufferobj_map_range(struct gl_context *ctx, GLintptr offset,
155 nouveau_bufferobj_unmap(struct gl_context *ctx, struct gl_buffer_object *obj)
nouveau_render.h 33 typedef void (*dispatch_t)(struct gl_context *, unsigned int, int, unsigned int);
34 typedef void (*emit_t)(struct gl_context *, struct nouveau_array *, const void *);
nouveau_array.h 50 const void *ptr, GLboolean map, struct gl_context *ctx);
nouveau_surface.h 49 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s,
nouveau_scratch.c 35 nouveau_get_scratch(struct gl_context *ctx, unsigned size,
74 nouveau_scratch_init(struct gl_context *ctx)
89 nouveau_scratch_destroy(struct gl_context *ctx)
nv10_state_raster.c 35 nv10_emit_alpha_func(struct gl_context *ctx, int emit)
48 nv10_emit_blend_color(struct gl_context *ctx, int emit)
60 nv10_emit_blend_equation(struct gl_context *ctx, int emit)
72 nv10_emit_blend_func(struct gl_context *ctx, int emit)
82 nv10_emit_color_mask(struct gl_context *ctx, int emit)
94 nv10_emit_depth(struct gl_context *ctx, int emit)
107 nv10_emit_dither(struct gl_context *ctx, int emit)
116 nv10_emit_logic_opcode(struct gl_context *ctx, int emit)
129 nv10_emit_shade_model(struct gl_context *ctx, int emit)
139 nv10_emit_stencil_func(struct gl_context *ctx, int emit
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_syncobj.c 47 static struct gl_sync_object * st_new_sync_object(struct gl_context *ctx,
56 static void st_delete_sync_object(struct gl_context *ctx,
66 static void st_fence_sync(struct gl_context *ctx, struct gl_sync_object *obj,
78 static void st_check_sync(struct gl_context *ctx, struct gl_sync_object *obj)
89 static void st_client_wait_sync(struct gl_context *ctx,
106 static void st_server_wait_sync(struct gl_context *ctx,
  /external/mesa3d/src/mesa/vbo/
vbo_save_loopback.c 43 typedef void (*attr_func)( struct gl_context *ctx, GLint target, const GLfloat * );
50 static void VertexAttrib1fvNV(struct gl_context *ctx, GLint target, const GLfloat *v)
55 static void VertexAttrib2fvNV(struct gl_context *ctx, GLint target, const GLfloat *v)
60 static void VertexAttrib3fvNV(struct gl_context *ctx, GLint target, const GLfloat *v)
65 static void VertexAttrib4fvNV(struct gl_context *ctx, GLint target, const GLfloat *v)
87 static void loopback_prim( struct gl_context *ctx,
142 static void loopback_weak_prim( struct gl_context *ctx,
159 void vbo_loopback_vertex_list( struct gl_context *ctx,
  /external/mesa3d/src/glsl/
standalone_scaffolding.cpp 37 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
45 _mesa_shader_debug(struct gl_context *, GLenum, GLuint,
51 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type)
67 void initialize_context_to_defaults(struct gl_context *ctx, gl_api api)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 42 can_cut_index_handle_restart_index(struct gl_context *ctx,
76 can_cut_index_handle_prims(struct gl_context *ctx,
130 brw_handle_primitive_restart(struct gl_context *ctx,
192 struct gl_context *ctx = &intel->ctx;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_draw.c 42 intelDrawPixels(struct gl_context * ctx,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 35 unsigned r200_blit(struct gl_context *ctx,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h 35 unsigned r100_blit(struct gl_context *ctx,
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 10 * The Windows Mesa rendering context, derived from struct gl_context.
13 struct gl_context gl_ctx; /* The core GL/Mesa context */
  /external/mesa3d/src/mesa/tnl/
t_vp_build.c 42 void _tnl_UpdateFixedFunctionProgram( struct gl_context *ctx )
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 51 typedef void (*ClearFunc)( struct gl_context *ctx, struct xmesa_renderbuffer *xrb,
105 * Context info, derived from struct gl_context.
109 struct gl_context mesa; /* the core library context (containment) */
330 xmesa_new_renderbuffer(struct gl_context *ctx, GLuint name,
341 xmesa_color_to_pixel( struct gl_context *ctx,
357 xmesa_update_state( struct gl_context *ctx, GLbitfield new_state );
361 xmesa_MapRenderbuffer(struct gl_context *ctx,
368 xmesa_UnmapRenderbuffer(struct gl_context *ctx, struct gl_renderbuffer *rb);
385 * Return pointer to XMesaContext corresponding to a Mesa struct gl_context.
389 XMESA_CONTEXT(struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.h 37 struct gl_context;
137 _mesa_load_state_parameters(struct gl_context *ctx,
150 _mesa_load_tracked_matrices(struct gl_context *ctx);

Completed in 1077 milliseconds

1 2 3 4 5 67 8 91011>>