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

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 90 do_blit_readpixels(struct gl_context * ctx,
198 radeonReadPixels(struct gl_context * ctx,
radeon_tex_copy.c 40 do_copy_texsubimage(struct gl_context *ctx,
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims,
radeon_common.c 107 void radeonUpdateScissor( struct gl_context *ctx )
147 void radeonScissor(struct gl_context* ctx, GLint x, GLint y, GLsizei w, GLsizei h)
185 radeon_check_front_buffer_rendering(struct gl_context *ctx)
201 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb)
355 void radeonDrawBuffer( struct gl_context *ctx, GLenum mode )
382 void radeonReadBuffer( struct gl_context *ctx, GLenum mode )
412 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height)
416 void (*old_viewport)(struct gl_context *ctx, GLint x, GLint y,
549 static GLboolean radeon_revalidate_bos(struct gl_context *ctx)
589 void radeonFlush(struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 120 compute_num_levels(struct gl_context *ctx,
141 st_generate_mipmap(struct gl_context *ctx, GLenum target,
st_atom_pixeltransfer.c 72 make_state_key(struct gl_context *ctx, struct state_key *key)
91 load_color_map_texture(struct gl_context *ctx, struct pipe_resource *pt)
141 get_pixel_transfer_program(struct gl_context *ctx, const struct state_key *key)
295 struct gl_context *ctx = st->ctx;
st_atom_scissor.c 47 const struct gl_context *ctx = st->ctx;
  /external/mesa3d/src/mesa/swrast/
s_bitmap.c 49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py,
148 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py,
s_stencil.c 127 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face,
210 do_stencil_test(struct gl_context *ctx, GLuint face, GLuint n,
292 get_s8_values(struct gl_context *ctx, struct gl_renderbuffer *rb,
326 put_s8_values(struct gl_context *ctx, struct gl_renderbuffer *rb,
349 _swrast_stencil_and_ztest_span(struct gl_context *ctx, SWspan *span)
453 _swrast_read_stencil_span(struct gl_context *ctx, struct gl_renderbuffer *rb,
493 _swrast_write_stencil_span(struct gl_context *ctx, GLint n, GLint x, GLint y,
549 _swrast_clear_stencil_buffer(struct gl_context *ctx)
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 57 typedef void (*texgen_func)( struct gl_context *ctx,
251 static void texgen_reflection_map_nv( struct gl_context *ctx,
273 static void texgen_normal_map_nv( struct gl_context *ctx,
301 static void texgen_sphere_map( struct gl_context *ctx,
334 static void texgen( struct gl_context *ctx,
483 static GLboolean run_texgen_stage( struct gl_context *ctx,
508 static void validate_texgen_stage( struct gl_context *ctx,
558 static GLboolean alloc_texgen_data( struct gl_context *ctx,
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h 35 static void TAG(unfilled_tri)( struct gl_context *ctx,
98 static void TAG(unfilled_quad)( struct gl_context *ctx,
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 267 driUpdateFramebufferSize(struct gl_context *ctx, const __DRIdrawable *dPriv);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_viewport_state.c 34 struct gl_context *ctx = &intel->ctx;
brw_cc.c 43 struct gl_context *ctx = &brw->intel.ctx;
99 struct gl_context *ctx = &brw->intel.ctx;
242 struct gl_context *ctx = &intel->ctx;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c 59 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one)
intel_pixel_bitmap.c 64 static const GLubyte *map_pbo( struct gl_context *ctx,
172 do_blit_bitmap( struct gl_context *ctx,
326 intelBitmap(struct gl_context * ctx,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_surface.c 34 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s,
nv04_state_tex.c 61 nv04_emit_tex_obj(struct gl_context *ctx, int emit)
nv10_state_tex.c 37 nv10_emit_tex_gen(struct gl_context *ctx, int emit)
68 nv10_emit_tex_mat(struct gl_context *ctx, int emit)
155 nv10_emit_tex_obj(struct gl_context *ctx, int emit)
  /external/mesa3d/src/mesa/main/
clip.c 39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane)
condrender.c 122 _mesa_check_conditional_render(struct gl_context *ctx)
texstorage.c 52 legal_texobj_target(struct gl_context *ctx, GLuint dims, GLenum target)
125 setup_texstorage(struct gl_context *ctx,
206 clear_image_fields(struct gl_context *ctx,
242 tex_storage_error_check(struct gl_context *ctx, GLuint dims, GLenum target,
texgetimage.c 75 get_tex_depth(struct gl_context *ctx, GLuint dimensions,
125 get_tex_depth_stencil(struct gl_context *ctx, GLuint dimensions,
170 get_tex_ycbcr(struct gl_context *ctx, GLuint dimensions,
223 get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions,
317 get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions,
428 get_tex_rgba(struct gl_context *ctx, GLuint dimensions,
464 get_tex_memcpy(struct gl_context *ctx, GLenum format, GLenum type,
533 _mesa_get_teximage(struct gl_context *ctx,
600 _mesa_get_compressed_teximage(struct gl_context *ctx,
666 legal_getteximage_target(struct gl_context *ctx, GLenum target
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 68 vbo_check_buffers_are_unmapped(struct gl_context *ctx)
87 vbo_get_minmax_index(struct gl_context *ctx,
187 vbo_get_minmax_indices(struct gl_context *ctx,
225 check_array_data(struct gl_context *ctx, struct gl_client_array *array,
271 unmap_array_buffer(struct gl_context *ctx, struct gl_client_array *array)
286 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType,
339 check_draw_arrays_data(struct gl_context *ctx, GLint start, GLsizei count)
349 print_draw_arrays(struct gl_context *ctx,
403 recalculate_input_bindings(struct gl_context *ctx)
521 vbo_bind_arrays(struct gl_context *ctx
    [all...]
vbo_save_draw.c 50 _playback_copy_to_current(struct gl_context *ctx,
134 static void vbo_bind_vertex_list(struct gl_context *ctx,
230 vbo_save_loopback_vertex_list(struct gl_context *ctx,
257 vbo_save_playback_vertex_list(struct gl_context *ctx, void *data)
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 53 i915InvalidateState(struct gl_context * ctx, GLuint new_state)
95 intel_init_texture_formats(struct gl_context *ctx)
157 struct gl_context *ctx = &intel->ctx;

Completed in 264 milliseconds

<<11121314151617181920>>