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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/mesa/main/
dd.h 39 struct gl_context;
85 const GLubyte * (*GetString)( struct gl_context *ctx, GLenum name );
93 void (*UpdateState)( struct gl_context *ctx, GLbitfield new_state );
108 void (*ResizeBuffers)( struct gl_context *ctx, struct gl_framebuffer *fb,
115 void (*Error)( struct gl_context *ctx );
120 void (*Finish)( struct gl_context *ctx );
125 void (*Flush)( struct gl_context *ctx );
132 void (*Clear)( struct gl_context *ctx, GLbitfield buffers );
137 void (*Accum)( struct gl_context *ctx, GLenum op, GLfloat value );
143 void (*RasterPos)( struct gl_context *ctx, const GLfloat v[4] )
    [all...]
arrayobj.h 35 struct gl_context;
50 _mesa_new_array_object( struct gl_context *ctx, GLuint name );
53 _mesa_delete_array_object( struct gl_context *ctx, struct gl_array_object *obj );
56 _mesa_reference_array_object_(struct gl_context *ctx,
61 _mesa_reference_array_object(struct gl_context *ctx,
71 _mesa_initialize_array_object( struct gl_context *ctx,
76 _mesa_update_array_object_max_element(struct gl_context *ctx,
pbo.h 41 _mesa_map_pbo_source(struct gl_context *ctx,
46 _mesa_map_validate_pbo_source(struct gl_context *ctx,
54 _mesa_unmap_pbo_source(struct gl_context *ctx,
58 _mesa_map_pbo_dest(struct gl_context *ctx,
63 _mesa_map_validate_pbo_dest(struct gl_context *ctx,
71 _mesa_unmap_pbo_dest(struct gl_context *ctx,
76 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions,
83 _mesa_validate_pbo_compressed_teximage(struct gl_context *ctx,
89 _mesa_unmap_teximage_pbo(struct gl_context *ctx,
transformfeedback.h 34 struct gl_context;
37 _mesa_init_transform_feedback(struct gl_context *ctx);
40 _mesa_free_transform_feedback(struct gl_context *ctx);
45 _mesa_validate_transform_feedback_buffers(struct gl_context *ctx);
64 _mesa_bind_buffer_range_transform_feedback(struct gl_context *ctx,
71 _mesa_bind_buffer_base_transform_feedback(struct gl_context *ctx,
93 _mesa_lookup_transform_feedback_object(struct gl_context *ctx, GLuint name);
116 _mesa_validate_primitive_mode(struct gl_context *ctx, GLenum mode)
122 _mesa_validate_transform_feedback_buffers(struct gl_context *ctx)
polygon.h 37 struct gl_context;
43 _mesa_polygon_stipple(struct gl_context *ctx, const GLubyte *pattern);
68 _mesa_init_polygon( struct gl_context * ctx );
renderbuffer.h 32 struct gl_context;
40 _mesa_new_renderbuffer(struct gl_context *ctx, GLuint name);
43 _mesa_delete_renderbuffer(struct gl_context *ctx, struct gl_renderbuffer *rb);
texturebarrier.c 36 _mesa_texture_barrier(struct gl_context *ctx)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
arrayobj.h 35 struct gl_context;
50 _mesa_new_array_object( struct gl_context *ctx, GLuint name );
53 _mesa_delete_array_object( struct gl_context *ctx, struct gl_array_object *obj );
56 _mesa_reference_array_object_(struct gl_context *ctx,
61 _mesa_reference_array_object(struct gl_context *ctx,
71 _mesa_initialize_array_object( struct gl_context *ctx,
76 _mesa_update_array_object_max_element(struct gl_context *ctx,
pbo.h 41 _mesa_map_pbo_source(struct gl_context *ctx,
46 _mesa_map_validate_pbo_source(struct gl_context *ctx,
54 _mesa_unmap_pbo_source(struct gl_context *ctx,
58 _mesa_map_pbo_dest(struct gl_context *ctx,
63 _mesa_map_validate_pbo_dest(struct gl_context *ctx,
71 _mesa_unmap_pbo_dest(struct gl_context *ctx,
76 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions,
83 _mesa_validate_pbo_compressed_teximage(struct gl_context *ctx,
89 _mesa_unmap_teximage_pbo(struct gl_context *ctx,
transformfeedback.h 34 struct gl_context;
37 _mesa_init_transform_feedback(struct gl_context *ctx);
40 _mesa_free_transform_feedback(struct gl_context *ctx);
45 _mesa_validate_transform_feedback_buffers(struct gl_context *ctx);
64 _mesa_bind_buffer_range_transform_feedback(struct gl_context *ctx,
71 _mesa_bind_buffer_base_transform_feedback(struct gl_context *ctx,
93 _mesa_lookup_transform_feedback_object(struct gl_context *ctx, GLuint name);
116 _mesa_validate_primitive_mode(struct gl_context *ctx, GLenum mode)
122 _mesa_validate_transform_feedback_buffers(struct gl_context *ctx)
polygon.h 37 struct gl_context;
43 _mesa_polygon_stipple(struct gl_context *ctx, const GLubyte *pattern);
68 _mesa_init_polygon( struct gl_context * ctx );
renderbuffer.h 32 struct gl_context;
40 _mesa_new_renderbuffer(struct gl_context *ctx, GLuint name);
43 _mesa_delete_renderbuffer(struct gl_context *ctx, struct gl_renderbuffer *rb);
texturebarrier.c 36 _mesa_texture_barrier(struct gl_context *ctx)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.h 8 void radeonUserClear(struct gl_context *ctx, GLuint mask);
10 void radeonUpdateScissor( struct gl_context *ctx );
11 void radeonScissor(struct gl_context* ctx, GLint x, GLint y, GLsizei w, GLsizei h);
15 void radeonFlush(struct gl_context *ctx);
16 void radeonFinish(struct gl_context * ctx);
20 void radeon_clear_tris(struct gl_context *ctx, GLbitfield mask);
23 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb);
24 void radeonDrawBuffer( struct gl_context *ctx, GLenum mode );
25 void radeonReadBuffer( struct gl_context *ctx, GLenum mode );
26 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height)
    [all...]
radeon_queryobj.h 32 extern void radeonEmitQueryBegin(struct gl_context *ctx);
33 extern void radeonEmitQueryEnd(struct gl_context *ctx);
39 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom);
40 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom);
radeon_tcl.h 41 extern void radeonTclPrimitive( struct gl_context *ctx, GLenum prim, int hw_prim );
42 extern void radeonEmitEltPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
44 extern void radeonEmitPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
47 extern void radeonTclFallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_draw.h 43 struct gl_context;
51 st_draw_vbo(struct gl_context *ctx,
61 st_feedback_draw_vbo(struct gl_context *ctx,
st_cb_texturebarrier.c 49 st_TextureBarrier(struct gl_context *ctx)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.h 8 void radeonUserClear(struct gl_context *ctx, GLuint mask);
10 void radeonUpdateScissor( struct gl_context *ctx );
11 void radeonScissor(struct gl_context* ctx, GLint x, GLint y, GLsizei w, GLsizei h);
15 void radeonFlush(struct gl_context *ctx);
16 void radeonFinish(struct gl_context * ctx);
20 void radeon_clear_tris(struct gl_context *ctx, GLbitfield mask);
23 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb);
24 void radeonDrawBuffer( struct gl_context *ctx, GLenum mode );
25 void radeonReadBuffer( struct gl_context *ctx, GLenum mode );
26 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height)
    [all...]
radeon_queryobj.h 32 extern void radeonEmitQueryBegin(struct gl_context *ctx);
33 extern void radeonEmitQueryEnd(struct gl_context *ctx);
39 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom);
40 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom);
radeon_tcl.h 41 extern void radeonTclPrimitive( struct gl_context *ctx, GLenum prim, int hw_prim );
42 extern void radeonEmitEltPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
44 extern void radeonEmitPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
47 extern void radeonTclFallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
  /external/mesa3d/src/mesa/state_tracker/
st_draw.h 43 struct gl_context;
51 st_draw_vbo(struct gl_context *ctx,
61 st_feedback_draw_vbo(struct gl_context *ctx,
st_cb_texturebarrier.c 49 st_TextureBarrier(struct gl_context *ctx)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tcl.h 40 extern void r200TclPrimitive( struct gl_context *ctx, GLenum prim, int hw_prim );
41 extern void r200EmitEltPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
43 extern void r200EmitPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
46 extern void r200TclFallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.h 40 extern void r200TclPrimitive( struct gl_context *ctx, GLenum prim, int hw_prim );
41 extern void r200EmitEltPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
43 extern void r200EmitPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
46 extern void r200TclFallback( struct gl_context *ctx, GLuint bit, GLboolean mode );

Completed in 698 milliseconds

1 2 3 4 5 6 7 891011>>