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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_eglimage.c 74 st_egl_image_target_renderbuffer_storage(struct gl_context *ctx,
100 st_bind_surface(struct gl_context *ctx, GLenum target,
144 st_egl_image_target_texture_2d(struct gl_context *ctx, GLenum target,
st_atom_stipple.c 67 const struct gl_context *ctx = st->ctx;
st_cb_viewport.c 51 static void st_viewport(struct gl_context * ctx, GLint x, GLint y,
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_normals.c 50 run_normal_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
92 validate_normal_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
149 alloc_normal_data(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
t_vb_rendertmp.h 60 static void TAG(render_points)( struct gl_context *ctx,
73 static void TAG(render_lines)( struct gl_context *ctx,
94 static void TAG(render_line_strip)( struct gl_context *ctx,
119 static void TAG(render_line_loop)( struct gl_context *ctx,
159 static void TAG(render_triangles)( struct gl_context *ctx,
192 static void TAG(render_tri_strip)( struct gl_context *ctx,
242 static void TAG(render_tri_fan)( struct gl_context *ctx,
289 static void TAG(render_poly)( struct gl_context *ctx,
358 static void TAG(render_quads)( struct gl_context *ctx,
391 static void TAG(render_quad_strip)( struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/main/
api_validate.c 61 _mesa_max_buffer_index(struct gl_context *ctx, GLuint count, GLenum type,
106 check_valid_to_render(struct gl_context *ctx, const char *function)
170 check_index_bounds(struct gl_context *ctx, GLsizei count, GLenum type,
211 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name)
297 valid_elements_type(struct gl_context *ctx, GLenum type, const char *name)
318 _mesa_validate_DrawElements(struct gl_context *ctx,
369 _mesa_validate_MultiDrawElements(struct gl_context *ctx,
435 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode,
492 _mesa_validate_DrawArrays(struct gl_context *ctx,
521 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first
    [all...]
context.c 168 _mesa_notifySwapBuffers(struct gl_context *ctx)
387 one_time_init( struct gl_context *ctx )
454 _mesa_init_current(struct gl_context *ctx)
478 init_program_limits(struct gl_context *ctx, GLenum type,
557 _mesa_init_constants(struct gl_context *ctx)
687 check_context_limits(struct gl_context *ctx)
757 init_attrib_groups(struct gl_context *ctx)
828 update_default_objects(struct gl_context *ctx)
886 * Initialize a struct gl_context struct (rendering context).
913 _mesa_initialize_context(struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 74 st_egl_image_target_renderbuffer_storage(struct gl_context *ctx,
100 st_bind_surface(struct gl_context *ctx, GLenum target,
144 st_egl_image_target_texture_2d(struct gl_context *ctx, GLenum target,
  /external/mesa3d/src/mesa/tnl/
t_vb_normals.c 50 run_normal_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
92 validate_normal_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
149 alloc_normal_data(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
t_vb_rendertmp.h 60 static void TAG(render_points)( struct gl_context *ctx,
73 static void TAG(render_lines)( struct gl_context *ctx,
94 static void TAG(render_line_strip)( struct gl_context *ctx,
119 static void TAG(render_line_loop)( struct gl_context *ctx,
159 static void TAG(render_triangles)( struct gl_context *ctx,
192 static void TAG(render_tri_strip)( struct gl_context *ctx,
242 static void TAG(render_tri_fan)( struct gl_context *ctx,
289 static void TAG(render_poly)( struct gl_context *ctx,
358 static void TAG(render_quads)( struct gl_context *ctx,
391 static void TAG(render_quad_strip)( struct gl_context *ctx
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
context.c 168 _mesa_notifySwapBuffers(struct gl_context *ctx)
387 one_time_init( struct gl_context *ctx )
454 _mesa_init_current(struct gl_context *ctx)
478 init_program_limits(struct gl_context *ctx, GLenum type,
557 _mesa_init_constants(struct gl_context *ctx)
687 check_context_limits(struct gl_context *ctx)
757 init_attrib_groups(struct gl_context *ctx)
828 update_default_objects(struct gl_context *ctx)
886 * Initialize a struct gl_context struct (rendering context).
913 _mesa_initialize_context(struct gl_context *ctx
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_clip_state.c 38 struct gl_context *ctx = &intel->ctx;
gen6_sol.c 38 struct gl_context *ctx = &brw->intel.ctx;
86 struct gl_context *ctx = &brw->intel.ctx;
157 brw_begin_transform_feedback(struct gl_context *ctx, GLenum mode,
194 brw_end_transform_feedback(struct gl_context *ctx,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_buffer_objects.c 44 intel_bufferobj_unmap(struct gl_context * ctx, struct gl_buffer_object *obj);
71 intel_bufferobj_alloc(struct gl_context * ctx, GLuint name, GLenum target)
87 intel_bufferobj_free(struct gl_context * ctx, struct gl_buffer_object *obj)
116 intel_bufferobj_data(struct gl_context * ctx,
175 intel_bufferobj_subdata(struct gl_context * ctx,
244 intel_bufferobj_get_subdata(struct gl_context * ctx,
282 intel_bufferobj_map_range(struct gl_context * ctx,
385 intel_bufferobj_flush_mapped_range(struct gl_context *ctx,
419 intel_bufferobj_unmap(struct gl_context * ctx, struct gl_buffer_object *obj)
636 intel_bufferobj_copy_subdata(struct gl_context *ctx
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 39 nouveau_get_string(struct gl_context *ctx, GLenum name)
59 nouveau_flush(struct gl_context *ctx)
77 nouveau_finish(struct gl_context *ctx)
96 nouveau_clear(struct gl_context *ctx, GLbitfield buffers)
nouveau_vbo_t.c 43 get_array_stride(struct gl_context *ctx, const struct gl_client_array *a)
55 vbo_init_arrays(struct gl_context *ctx, const struct _mesa_index_buffer *ib,
78 vbo_deinit_arrays(struct gl_context *ctx, const struct _mesa_index_buffer *ib,
103 vbo_choose_render_mode(struct gl_context *ctx, const struct gl_client_array **arrays)
121 vbo_emit_attr(struct gl_context *ctx, const struct gl_client_array **arrays,
161 vbo_choose_attrs(struct gl_context *ctx, const struct gl_client_array **arrays)
204 get_max_client_stride(struct gl_context *ctx, const struct gl_client_array **arrays)
220 TAG(vbo_render_prims)(struct gl_context *ctx,
228 vbo_maybe_split(struct gl_context *ctx, const struct gl_client_array **arrays,
288 vbo_bind_vertices(struct gl_context *ctx, const struct gl_client_array **arrays
    [all...]
nv04_state_raster.c 116 nv04_defer_control(struct gl_context *ctx, int emit)
122 nv04_emit_control(struct gl_context *ctx, int emit)
190 nv04_defer_blend(struct gl_context *ctx, int emit)
196 nv04_emit_blend(struct gl_context *ctx, int emit)
nv10_render.c 35 nv10_emit_material(struct gl_context *ctx, struct nouveau_array *a,
109 nv10_render_set_format(struct gl_context *ctx)
136 nv10_render_bind_vertices(struct gl_context *ctx)
153 nv10_render_release_vertices(struct gl_context *ctx)
nv20_render.c 35 nv20_emit_material(struct gl_context *ctx, struct nouveau_array *a,
133 nv20_render_set_format(struct gl_context *ctx)
158 nv20_render_bind_vertices(struct gl_context *ctx)
177 nv20_render_release_vertices(struct gl_context *ctx)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_ioctl.c 57 static void r200Clear( struct gl_context *ctx, GLbitfield mask )
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_logic.c 161 logicop_uint1(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[],
169 logicop_uint2(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[],
177 logicop_uint4(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[],
191 _swrast_logicop_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_clip_state.c 38 struct gl_context *ctx = &intel->ctx;
gen6_sol.c 38 struct gl_context *ctx = &brw->intel.ctx;
86 struct gl_context *ctx = &brw->intel.ctx;
157 brw_begin_transform_feedback(struct gl_context *ctx, GLenum mode,
194 brw_end_transform_feedback(struct gl_context *ctx,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffer_objects.c 44 intel_bufferobj_unmap(struct gl_context * ctx, struct gl_buffer_object *obj);
71 intel_bufferobj_alloc(struct gl_context * ctx, GLuint name, GLenum target)
87 intel_bufferobj_free(struct gl_context * ctx, struct gl_buffer_object *obj)
116 intel_bufferobj_data(struct gl_context * ctx,
175 intel_bufferobj_subdata(struct gl_context * ctx,
244 intel_bufferobj_get_subdata(struct gl_context * ctx,
282 intel_bufferobj_map_range(struct gl_context * ctx,
385 intel_bufferobj_flush_mapped_range(struct gl_context *ctx,
419 intel_bufferobj_unmap(struct gl_context * ctx, struct gl_buffer_object *obj)
636 intel_bufferobj_copy_subdata(struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 39 nouveau_get_string(struct gl_context *ctx, GLenum name)
59 nouveau_flush(struct gl_context *ctx)
77 nouveau_finish(struct gl_context *ctx)
96 nouveau_clear(struct gl_context *ctx, GLbitfield buffers)

Completed in 2638 milliseconds

<<11121314151617181920>>