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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/mesa/main/
feedback.h 40 _mesa_feedback_vertex( struct gl_context *ctx,
47 _mesa_feedback_token( struct gl_context *ctx, GLfloat token )
57 _mesa_update_hitflag( struct gl_context *ctx, GLfloat z );
68 _mesa_feedback_vertex( struct gl_context *ctx,
79 _mesa_feedback_token( struct gl_context *ctx, GLfloat token )
86 _mesa_update_hitflag( struct gl_context *ctx, GLfloat z )
100 _mesa_init_feedback( struct gl_context *ctx );
api_validate.h 35 struct gl_context;
40 _mesa_max_buffer_index(struct gl_context *ctx, GLuint count, GLenum type,
46 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name);
50 _mesa_validate_DrawArrays(struct gl_context *ctx,
54 _mesa_validate_DrawElements(struct gl_context *ctx,
59 _mesa_validate_MultiDrawElements(struct gl_context *ctx,
65 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode,
72 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first,
76 _mesa_validate_DrawElementsInstanced(struct gl_context *ctx,
84 _mesa_validate_DrawTransformFeedback(struct gl_context *ctx
    [all...]
context.h 32 * - struct gl_context: this contains the Mesa rendering state
41 * In OOP terms, struct gl_context, struct gl_config, and struct gl_framebuffer
108 _mesa_initialize_context( struct gl_context *ctx,
111 struct gl_context *share_list,
115 extern struct gl_context *
118 struct gl_context *share_list,
123 _mesa_free_context_data( struct gl_context *ctx );
126 _mesa_destroy_context( struct gl_context *ctx );
130 _mesa_copy_context(const struct gl_context *src, struct gl_context *dst, GLuint mask)
    [all...]
attrib.h 34 struct gl_context;
75 _mesa_init_attrib( struct gl_context *ctx );
78 _mesa_free_attrib_data( struct gl_context *ctx );
api_loopback.h 38 _mesa_loopback_init_api_table(const struct gl_context *ctx,
condrender.h 42 _mesa_check_conditional_render(struct gl_context *ctx);
viewport.h 32 struct gl_context;
39 _mesa_set_viewport(struct gl_context *ctx, GLint x, GLint y,
51 _mesa_init_viewport(struct gl_context *ctx);
55 _mesa_free_viewport_data(struct gl_context *ctx);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
api_validate.h 35 struct gl_context;
40 _mesa_max_buffer_index(struct gl_context *ctx, GLuint count, GLenum type,
46 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name);
50 _mesa_validate_DrawArrays(struct gl_context *ctx,
54 _mesa_validate_DrawElements(struct gl_context *ctx,
59 _mesa_validate_MultiDrawElements(struct gl_context *ctx,
65 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode,
72 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first,
76 _mesa_validate_DrawElementsInstanced(struct gl_context *ctx,
84 _mesa_validate_DrawTransformFeedback(struct gl_context *ctx
    [all...]
context.h 32 * - struct gl_context: this contains the Mesa rendering state
41 * In OOP terms, struct gl_context, struct gl_config, and struct gl_framebuffer
108 _mesa_initialize_context( struct gl_context *ctx,
111 struct gl_context *share_list,
115 extern struct gl_context *
118 struct gl_context *share_list,
123 _mesa_free_context_data( struct gl_context *ctx );
126 _mesa_destroy_context( struct gl_context *ctx );
130 _mesa_copy_context(const struct gl_context *src, struct gl_context *dst, GLuint mask)
    [all...]
attrib.h 34 struct gl_context;
75 _mesa_init_attrib( struct gl_context *ctx );
78 _mesa_free_attrib_data( struct gl_context *ctx );
api_loopback.h 38 _mesa_loopback_init_api_table(const struct gl_context *ctx,
condrender.h 42 _mesa_check_conditional_render(struct gl_context *ctx);
viewport.h 32 struct gl_context;
39 _mesa_set_viewport(struct gl_context *ctx, GLint x, GLint y,
51 _mesa_init_viewport(struct gl_context *ctx);
55 _mesa_free_viewport_data(struct gl_context *ctx);
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
mmx.h 32 struct gl_context;
35 _mesa_mmx_blend_transparency( struct gl_context *ctx, GLuint n, const GLubyte mask[],
40 _mesa_mmx_blend_add( struct gl_context *ctx, GLuint n, const GLubyte mask[],
45 _mesa_mmx_blend_min( struct gl_context *ctx, GLuint n, const GLubyte mask[],
50 _mesa_mmx_blend_max( struct gl_context *ctx, GLuint n, const GLubyte mask[],
55 _mesa_mmx_blend_modulate( struct gl_context *ctx, GLuint n, const GLubyte mask[],
  /external/mesa3d/src/mesa/x86/
mmx.h 32 struct gl_context;
35 _mesa_mmx_blend_transparency( struct gl_context *ctx, GLuint n, const GLubyte mask[],
40 _mesa_mmx_blend_add( struct gl_context *ctx, GLuint n, const GLubyte mask[],
45 _mesa_mmx_blend_min( struct gl_context *ctx, GLuint n, const GLubyte mask[],
50 _mesa_mmx_blend_max( struct gl_context *ctx, GLuint n, const GLubyte mask[],
55 _mesa_mmx_blend_modulate( struct gl_context *ctx, GLuint n, const GLubyte mask[],
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw.h 31 #include "main/mtypes.h" /* for struct gl_context... */
37 void brw_draw_prims( struct gl_context *ctx,
51 void brw_init_current_values(struct gl_context *ctx,
56 brw_handle_primitive_restart(struct gl_context *ctx,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.h 31 #include "main/mtypes.h" /* for struct gl_context... */
37 void brw_draw_prims( struct gl_context *ctx,
51 void brw_init_current_values(struct gl_context *ctx,
56 brw_handle_primitive_restart(struct gl_context *ctx,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.h 62 _mesa_meta_init(struct gl_context *ctx);
65 _mesa_meta_free(struct gl_context *ctx);
68 _mesa_meta_begin(struct gl_context *ctx, GLbitfield state);
71 _mesa_meta_end(struct gl_context *ctx);
74 _mesa_meta_in_progress(struct gl_context *ctx);
77 _mesa_meta_BlitFramebuffer(struct gl_context *ctx,
83 _mesa_meta_Clear(struct gl_context *ctx, GLbitfield buffers);
86 _mesa_meta_glsl_Clear(struct gl_context *ctx, GLbitfield buffers);
89 _mesa_meta_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy,
94 _mesa_meta_DrawPixels(struct gl_context *ctx
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tex.h 42 extern void r200UpdateTextureState( struct gl_context *ctx );
50 extern void r200UpdateFragmentShader( struct gl_context *ctx );
51 extern void r200TexUpdateParameters(struct gl_context *ctx, GLuint unit);
53 extern void set_re_cntl_d3d( struct gl_context *ctx, int unit, GLboolean use_d3d );
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.h 32 struct gl_context;
38 _swrast_new_soft_renderbuffer(struct gl_context *ctx, GLuint name);
41 _swrast_map_soft_renderbuffer(struct gl_context *ctx,
49 _swrast_unmap_soft_renderbuffer(struct gl_context *ctx,
s_texfetch.h 36 _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit);
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save.h 124 struct gl_context *ctx;
165 void vbo_save_init( struct gl_context *ctx );
166 void vbo_save_destroy( struct gl_context *ctx );
167 void vbo_save_fallback( struct gl_context *ctx, GLboolean fallback );
171 void vbo_loopback_vertex_list( struct gl_context *ctx,
181 void vbo_save_EndList( struct gl_context *ctx );
182 void vbo_save_NewList( struct gl_context *ctx, GLuint list, GLenum mode );
183 void vbo_save_EndCallList( struct gl_context *ctx );
184 void vbo_save_BeginCallList( struct gl_context *ctx, struct gl_display_list *list );
185 void vbo_save_SaveFlushVertices( struct gl_context *ctx )
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.h 62 _mesa_meta_init(struct gl_context *ctx);
65 _mesa_meta_free(struct gl_context *ctx);
68 _mesa_meta_begin(struct gl_context *ctx, GLbitfield state);
71 _mesa_meta_end(struct gl_context *ctx);
74 _mesa_meta_in_progress(struct gl_context *ctx);
77 _mesa_meta_BlitFramebuffer(struct gl_context *ctx,
83 _mesa_meta_Clear(struct gl_context *ctx, GLbitfield buffers);
86 _mesa_meta_glsl_Clear(struct gl_context *ctx, GLbitfield buffers);
89 _mesa_meta_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy,
94 _mesa_meta_DrawPixels(struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.h 42 extern void r200UpdateTextureState( struct gl_context *ctx );
50 extern void r200UpdateFragmentShader( struct gl_context *ctx );
51 extern void r200TexUpdateParameters(struct gl_context *ctx, GLuint unit);
53 extern void set_re_cntl_d3d( struct gl_context *ctx, int unit, GLboolean use_d3d );
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.h 32 struct gl_context;
38 _swrast_new_soft_renderbuffer(struct gl_context *ctx, GLuint name);
41 _swrast_map_soft_renderbuffer(struct gl_context *ctx,
49 _swrast_unmap_soft_renderbuffer(struct gl_context *ctx,

Completed in 2242 milliseconds

1 2 3 4 5 67 8 91011>>