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

<<11121314151617181920>>

  /external/mesa3d/src/mesa/state_tracker/
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,
st_cb_fbo.c 61 st_renderbuffer_alloc_sw_storage(struct gl_context * ctx,
107 st_renderbuffer_alloc_storage(struct gl_context * ctx,
228 st_renderbuffer_delete(struct gl_context *ctx, struct gl_renderbuffer *rb)
245 st_new_framebuffer(struct gl_context *ctx, GLuint name)
256 st_new_renderbuffer(struct gl_context *ctx, GLuint name)
372 st_bind_framebuffer(struct gl_context *ctx, GLenum target,
383 st_render_texture(struct gl_context *ctx,
476 st_finish_render_texture(struct gl_context *ctx,
505 st_validate_attachment(struct gl_context *ctx,
579 st_validate_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb
    [all...]
  /external/mesa3d/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,
s_fragprog.c 41 _swrast_use_fragment_program(struct gl_context *ctx)
79 fetch_texel_lod( struct gl_context *ctx, const GLfloat texcoord[4], GLfloat lambda,
110 fetch_texel_deriv( struct gl_context *ctx, const GLfloat texcoord[4],
161 init_machine(struct gl_context *ctx, struct gl_program_machine *machine,
215 run_program(struct gl_context *ctx, SWspan *span, GLuint start, GLuint end)
275 _swrast_exec_fragment_program( struct gl_context *ctx, SWspan *span )
s_renderbuffer.c 56 soft_renderbuffer_storage(struct gl_context *ctx, struct gl_renderbuffer *rb,
169 soft_renderbuffer_delete(struct gl_context *ctx, struct gl_renderbuffer *rb)
180 _swrast_map_soft_renderbuffer(struct gl_context *ctx,
206 _swrast_unmap_soft_renderbuffer(struct gl_context *ctx,
220 _swrast_new_soft_renderbuffer(struct gl_context *ctx, GLuint name)
241 add_color_renderbuffers(struct gl_context *ctx, struct gl_framebuffer *fb,
295 add_depth_renderbuffer(struct gl_context *ctx, struct gl_framebuffer *fb,
340 add_stencil_renderbuffer(struct gl_context *ctx, struct gl_framebuffer *fb,
370 add_depth_stencil_renderbuffer(struct gl_context *ctx,
403 add_accum_renderbuffer(struct gl_context *ctx, struct gl_framebuffer *fb
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_tnl.c 58 nv20_emit_clip_plane(struct gl_context *ctx, int emit)
89 nv20_emit_color_material(struct gl_context *ctx, int emit)
151 nv20_emit_fog(struct gl_context *ctx, int emit)
176 nv20_emit_light_model(struct gl_context *ctx, int emit)
197 nv20_emit_light_source(struct gl_context *ctx, int emit)
235 nv20_emit_material_ambient(struct gl_context *ctx, int emit)
277 nv20_emit_material_diffuse(struct gl_context *ctx, int emit)
299 nv20_emit_material_specular(struct gl_context *ctx, int emit)
317 nv20_emit_material_shininess(struct gl_context *ctx, int emit)
333 nv20_emit_modelview(struct gl_context *ctx, int emit
    [all...]
nv04_state_fb.c 50 nv04_emit_framebuffer(struct gl_context *ctx, int emit)
99 nv04_emit_scissor(struct gl_context *ctx, int emit)
nv10_state_fb.c 55 setup_hierz_buffer(struct gl_context *ctx)
93 nv10_emit_framebuffer(struct gl_context *ctx, int emit)
158 nv10_emit_render_mode(struct gl_context *ctx, int emit)
163 nv10_emit_scissor(struct gl_context *ctx, int emit)
176 nv10_emit_viewport(struct gl_context *ctx, int emit)
201 nv10_emit_zclear(struct gl_context *ctx, int emit)
nouveau_context.c 60 struct gl_context *ctx;
118 nouveau_context_init(struct gl_context *ctx, struct nouveau_screen *screen,
119 const struct gl_config *visual, struct gl_context *share_ctx)
208 nouveau_context_deinit(struct gl_context *ctx)
237 struct gl_context *ctx = &nctx->base;
246 struct gl_context *ctx = dri_ctx->driverPrivate;
332 struct gl_context *ctx = dri_ctx->driverPrivate;
352 struct gl_context *ctx = &nctx->base;
386 nouveau_fallback(struct gl_context *ctx, enum nouveau_fallback mode)
422 nouveau_validate_framebuffer(struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.h 139 intel_create_wrapped_renderbuffer(struct gl_context * ctx,
144 intel_alloc_renderbuffer_storage(struct gl_context * ctx,
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 80 _mesa_map_rgba( const struct gl_context *ctx, GLuint n, GLfloat rgba[][4] )
107 _mesa_map_ci_to_rgba( const struct gl_context *ctx, GLuint n,
129 _mesa_scale_and_bias_depth(const struct gl_context *ctx, GLuint n,
143 _mesa_scale_and_bias_depth_uint(const struct gl_context *ctx, GLuint n,
162 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
195 _mesa_shift_and_offset_ci(const struct gl_context *ctx,
226 _mesa_apply_ci_transfer_ops(const struct gl_context *ctx,
249 _mesa_apply_stencil_transfer_ops(const struct gl_context *ctx, GLuint n,
renderbuffer.c 65 _mesa_new_renderbuffer(struct gl_context *ctx, GLuint name)
83 _mesa_delete_renderbuffer(struct gl_context *ctx, struct gl_renderbuffer *rb)
version.c 36 override_version(struct gl_context *ctx)
63 _mesa_override_glsl_version(struct gl_context *ctx)
85 compute_version(struct gl_context *ctx)
240 compute_version_es1(struct gl_context *ctx)
272 compute_version_es2(struct gl_context *ctx)
309 _mesa_compute_version(struct gl_context *ctx)
framebuffer.c 104 _mesa_new_framebuffer(struct gl_context *ctx, GLuint name)
275 _mesa_resize_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb,
335 _mesa_resizebuffers( struct gl_context *ctx )
405 update_framebuffer_size(struct gl_context *ctx, struct gl_framebuffer *fb)
440 _mesa_update_draw_buffer_bounds(struct gl_context *ctx)
498 _mesa_update_framebuffer_visual(struct gl_context *ctx,
636 update_color_draw_buffers(struct gl_context *ctx, struct gl_framebuffer *fb)
660 update_color_read_buffer(struct gl_context *ctx, struct gl_framebuffer *fb)
693 update_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb)
730 _mesa_update_framebuffer(struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_points.c 50 run_point_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
80 alloc_point_data(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
t_vb_texmat.c 56 static GLboolean run_texmat_stage( struct gl_context *ctx,
85 static GLboolean alloc_texmat_data( struct gl_context *ctx,
t_draw.c 42 static GLubyte *get_space(struct gl_context *ctx, GLuint bytes)
52 static void free_space(struct gl_context *ctx)
169 static void _tnl_import_array( struct gl_context *ctx,
246 static GLboolean *_tnl_import_edgeflag( struct gl_context *ctx,
265 static void bind_inputs( struct gl_context *ctx,
335 static void bind_indices( struct gl_context *ctx,
388 static void bind_prims( struct gl_context *ctx,
399 static void unmap_vbos( struct gl_context *ctx,
410 void _tnl_vbo_draw_prims(struct gl_context *ctx,
431 void _tnl_draw_prims( struct gl_context *ctx
    [all...]
t_vb_program.c 82 userclip( struct gl_context *ctx,
128 do_ndc_cliptest(struct gl_context *ctx, struct vp_stage_data *store)
195 vp_fetch_texel(struct gl_context *ctx, const GLfloat texcoord[4], GLfloat lambda,
213 _tnl_program_string(struct gl_context *ctx, GLenum target, struct gl_program *program)
227 init_machine(struct gl_context *ctx, struct gl_program_machine *machine,
273 map_textures(struct gl_context *ctx, const struct gl_vertex_program *vp)
292 unmap_textures(struct gl_context *ctx, const struct gl_vertex_program *vp)
311 run_vp( struct gl_context *ctx, struct tnl_pipeline_stage *stage )
510 init_vp(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
556 validate_vp_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program.c 44 static void brwBindProgram( struct gl_context *ctx,
60 static struct gl_program *brwNewProgram( struct gl_context *ctx,
96 static void brwDeleteProgram( struct gl_context *ctx,
104 brwIsProgramNative(struct gl_context *ctx,
112 shader_error(struct gl_context *ctx, struct gl_program *prog, const char *msg)
125 brwProgramStringNotify(struct gl_context *ctx,
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp.h 76 static void *TAG(emit_elts)( struct gl_context *ctx, GLuint *elts, GLuint nr,
97 static __inline void *TAG(emit_verts)( struct gl_context *ctx, GLuint start,
107 static void TAG(render_points_verts)( struct gl_context *ctx,
136 static void TAG(render_lines_verts)( struct gl_context *ctx,
172 static void TAG(render_line_strip_verts)( struct gl_context *ctx,
204 static void TAG(render_line_loop_verts)( struct gl_context *ctx,
270 static void TAG(render_triangles_verts)( struct gl_context *ctx,
301 static void TAG(render_tri_strip_verts)( struct gl_context *ctx,
339 static void TAG(render_tri_fan_verts)( struct gl_context *ctx,
379 static void TAG(render_poly_verts)( struct gl_context *ctx
    [all...]
t_dd_dmatmp2.h 73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx,
92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx,
117 static void TAG(render_points_verts)( struct gl_context *ctx,
129 static void TAG(render_lines_verts)( struct gl_context *ctx,
153 static void TAG(render_line_strip_verts)( struct gl_context *ctx,
200 static void TAG(render_line_loop_verts)( struct gl_context *ctx,
289 static void TAG(render_triangles_verts)( struct gl_context *ctx,
310 static void TAG(render_tri_strip_verts)( struct gl_context *ctx,
355 static void TAG(render_tri_fan_verts)( struct gl_context *ctx,
398 static void TAG(render_poly_verts)( struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 264 swrast_delete_renderbuffer(struct gl_context *ctx, struct gl_renderbuffer *rb)
284 swrast_alloc_front_storage(struct gl_context *ctx, struct gl_renderbuffer *rb,
303 swrast_alloc_back_storage(struct gl_context *ctx, struct gl_renderbuffer *rb,
380 swrast_map_renderbuffer(struct gl_context *ctx,
429 swrast_unmap_renderbuffer(struct gl_context *ctx,
586 swrast_check_and_update_window_size( struct gl_context *ctx, struct gl_framebuffer *fb )
597 get_string(struct gl_context *ctx, GLenum pname)
611 update_state( struct gl_context *ctx, GLuint new_state )
621 viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei w, GLsizei h)
634 static gl_format swrastChooseTextureFormat(struct gl_context * ctx
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 53 finish_or_flush( struct gl_context *ctx )
66 color_mask(struct gl_context *ctx,
105 clear_pixmap(struct gl_context *ctx, struct xmesa_renderbuffer *xrb,
125 clear_16bit_ximage( struct gl_context *ctx, struct xmesa_renderbuffer *xrb,
147 clear_24bit_ximage(struct gl_context *ctx, struct xmesa_renderbuffer *xrb,
180 clear_32bit_ximage(struct gl_context *ctx, struct xmesa_renderbuffer *xrb,
224 clear_nbit_ximage(struct gl_context *ctx, struct xmesa_renderbuffer *xrb,
243 clear_buffers(struct gl_context *ctx, GLbitfield buffers)
304 can_do_DrawPixels_8R8G8B(struct gl_context *ctx, GLenum format, GLenum type)
340 xmesa_DrawPixels_8R8G8B( struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 258 static void radeonTexEnv( struct gl_context *ctx, GLenum target,
315 void radeonTexUpdateParameters(struct gl_context *ctx, GLuint unit)
332 static void radeonTexParameter( struct gl_context *ctx, GLenum target,
354 static void radeonDeleteTexture( struct gl_context *ctx,
392 static void radeonTexGen( struct gl_context *ctx,
409 radeonNewTextureObject( struct gl_context *ctx, GLuint name, GLenum target )
432 radeonNewSamplerObject(struct gl_context *ctx, GLuint name)

Completed in 2104 milliseconds

<<11121314151617181920>>