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

<<11121314151617181920>>

  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 52 struct gl_context *ctx;
140 dump_draw_info(struct gl_context *ctx,
174 struct gl_context *ctx = copy->ctx;
431 struct gl_context *ctx = copy->ctx;
562 struct gl_context *ctx = copy->ctx;
591 void vbo_split_copy( struct gl_context *ctx,
vbo_exec_draw.c 161 vbo_exec_bind_arrays( struct gl_context *ctx )
270 struct gl_context *ctx = exec->ctx;
301 struct gl_context *ctx = exec->ctx;
390 struct gl_context *ctx = exec->ctx;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_sampler_state.c 86 struct gl_context *ctx = &intel->ctx;
165 struct gl_context *ctx = &intel->ctx;
335 struct gl_context *ctx = &brw->intel.ctx;
brw_clip_state.c 40 struct gl_context *ctx = &intel->ctx;
brw_vs.c 168 gl_clip_plane *brw_select_clip_planes(struct gl_context *ctx)
196 struct gl_context *ctx = &brw->intel.ctx;
375 struct gl_context *ctx = &intel->ctx;
458 brw_vs_precompile(struct gl_context *ctx, struct gl_shader_program *prog)
brw_vs_state.c 43 struct gl_context *ctx = &intel->ctx;
gen6_depthstencil.c 35 struct gl_context *ctx = &brw->intel.ctx;
gen6_viewport_state.c 70 struct gl_context *ctx = &brw->intel.ctx;
brw_sf_state.c 45 struct gl_context *ctx = &intel->ctx;
143 struct gl_context *ctx = &intel->ctx;
brw_wm_state.c 47 struct gl_context *ctx = &brw->intel.ctx;
77 struct gl_context *ctx = &intel->ctx;
gen6_cc.c 39 struct gl_context *ctx = &brw->intel.ctx;
213 struct gl_context *ctx = &brw->intel.ctx;
gen6_wm_state.c 41 struct gl_context *ctx = &intel->ctx;
96 struct gl_context *ctx = &intel->ctx;
  /external/mesa3d/src/mesa/main/
vtxfmt.c 48 install_vtxfmt(struct gl_context *ctx, struct _glapi_table *tab,
242 _mesa_install_exec_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt)
253 _mesa_install_save_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt)
depth.c 166 _mesa_init_depth(struct gl_context *ctx)
drawtex.c 35 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
pack_tmp.h 25 FN_NAME(struct gl_context *ctx,
light.c 102 _mesa_light(struct gl_context *ctx, GLuint lnum, GLenum pname, const GLfloat *params)
574 _mesa_material_bitmask( struct gl_context *ctx, GLenum face, GLenum pname,
632 _mesa_update_material( struct gl_context *ctx, GLuint bitmask )
709 _mesa_update_color_material( struct gl_context *ctx, const GLfloat color[4] )
884 _mesa_update_lighting( struct gl_context *ctx )
947 compute_light_positions( struct gl_context *ctx )
1031 update_modelview_scale( struct gl_context *ctx )
1050 _mesa_update_tnl_spaces( struct gl_context *ctx, GLuint new_state )
1099 _mesa_allow_light_in_model( struct gl_context *ctx, GLboolean flag )
    [all...]
fbobject.c 80 delete_dummy_renderbuffer(struct gl_context *ctx, struct gl_renderbuffer *rb)
93 _mesa_init_fbobjects(struct gl_context *ctx)
113 _mesa_lookup_renderbuffer(struct gl_context *ctx, GLuint id)
130 _mesa_lookup_framebuffer(struct gl_context *ctx, GLuint id)
163 get_framebuffer_target(struct gl_context *ctx, GLenum target)
189 _mesa_get_attachment(struct gl_context *ctx, struct gl_framebuffer *fb,
242 _mesa_get_fb0_attachment(struct gl_context *ctx, struct gl_framebuffer *fb,
302 _mesa_remove_attachment(struct gl_context *ctx,
329 _mesa_set_texture_attachment(struct gl_context *ctx,
370 _mesa_set_renderbuffer_attachment(struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.h 158 extern void i915_update_program(struct gl_context *ctx);
intel_clear.c 81 intelClear(struct gl_context *ctx, GLbitfield mask)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_ioctl.h 58 extern void r200FlushElts(struct gl_context *ctx);
  /external/mesa3d/src/mesa/state_tracker/
st_texture.h 217 st_create_color_map_texture(struct gl_context *ctx);
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 87 userclip_point( struct gl_context *ctx, const GLfloat v[] )
116 shade_rastpos(struct gl_context *ctx,
259 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4],
369 _tnl_RasterPos(struct gl_context *ctx, const GLfloat vObj[4])
t_vb_render.c 149 static void clip_elt_triangles( struct gl_context *ctx,
238 void _tnl_RenderClippedPolygon( struct gl_context *ctx, const GLuint *elts, GLuint n )
249 void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj )
262 static GLboolean run_render( struct gl_context *ctx,
  /external/mesa3d/src/glsl/
test_optpass.cpp 198 struct gl_context local_ctx;
199 struct gl_context *ctx = &local_ctx;

Completed in 666 milliseconds

<<11121314151617181920>>