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

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.h 34 _mesa_init_driver_state(struct gl_context *ctx);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos.h 40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
r200_state.h 42 extern void r200InitTnlFuncs( struct gl_context *ctx );
44 extern void r200UpdateMaterial( struct gl_context *ctx );
46 extern void r200UpdateViewportOffset( struct gl_context *ctx );
47 extern void r200UpdateWindow( struct gl_context *ctx );
48 extern void r200UpdateDrawBuffer(struct gl_context *ctx);
50 extern GLboolean r200ValidateState( struct gl_context *ctx );
52 extern void r200_vtbl_update_scissor( struct gl_context *ctx );
54 extern void r200Fallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
61 extern void r200LightingSpaceChange( struct gl_context *ctx );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fog.h 42 radeonComputeFogBlendFactor( struct gl_context *ctx, GLfloat fogcoord );
radeon_maos.h 40 extern void radeonEmitArrays( struct gl_context *ctx, GLuint inputs );
  /external/mesa3d/src/mesa/main/
vtxfmt.h 42 extern void _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
43 extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
48 _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt )
53 _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt )
shaderobj.h 46 _mesa_init_shader_state(struct gl_context * ctx);
49 _mesa_free_shader_state(struct gl_context *ctx);
53 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
57 _mesa_lookup_shader(struct gl_context *ctx, GLuint name);
60 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller);
65 _mesa_reference_shader_program(struct gl_context *ctx,
69 _mesa_init_shader(struct gl_context *ctx, struct gl_shader *shader);
72 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
75 _mesa_init_shader_program(struct gl_context *ctx, struct gl_shader_program *prog);
78 _mesa_lookup_shader_program(struct gl_context *ctx, GLuint name)
    [all...]
accum.h 44 struct gl_context;
56 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value);
59 _mesa_clear_accum_buffer(struct gl_context *ctx);
78 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value)
83 _mesa_clear_accum_buffer(struct gl_context *ctx)
91 _mesa_init_accum( struct gl_context *ctx );
  /external/chromium_org/content/test/data/gpu/functional_files/
context.js 6 var gl_context; variable
9 gl_context = null;
11 gl_context = canvas.getContext("webgl") ||
14 if (!gl_context) {
25 if (gl_context) {
26 gl_context.clearColor(0.0, 0.0, 0.0, 1.0);
27 gl_context.enable(gl_context.DEPTH_TEST);
28 gl_context.depthFunc(gl_context.LEQUAL)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderobj.h 46 _mesa_init_shader_state(struct gl_context * ctx);
49 _mesa_free_shader_state(struct gl_context *ctx);
53 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
57 _mesa_lookup_shader(struct gl_context *ctx, GLuint name);
60 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller);
65 _mesa_reference_shader_program(struct gl_context *ctx,
69 _mesa_init_shader(struct gl_context *ctx, struct gl_shader *shader);
72 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
75 _mesa_init_shader_program(struct gl_context *ctx, struct gl_shader_program *prog);
78 _mesa_lookup_shader_program(struct gl_context *ctx, GLuint name)
    [all...]
accum.h 44 struct gl_context;
56 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value);
59 _mesa_clear_accum_buffer(struct gl_context *ctx);
78 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value)
83 _mesa_clear_accum_buffer(struct gl_context *ctx)
91 _mesa_init_accum( struct gl_context *ctx );
api_arrayelt.h 41 extern GLboolean _ae_create_context( struct gl_context *ctx );
42 extern void _ae_destroy_context( struct gl_context *ctx );
43 extern void _ae_invalidate_state( struct gl_context *ctx, GLuint new_state );
48 extern void _ae_map_vbos( struct gl_context *ctx );
49 extern void _ae_unmap_vbos( struct gl_context *ctx );
60 _ae_create_context( struct gl_context *ctx )
66 _ae_destroy_context( struct gl_context *ctx )
71 _ae_invalidate_state( struct gl_context *ctx, GLuint new_state )
api_exec.h 31 struct gl_context;
37 _mesa_create_exec_table(struct gl_context *ctx);
clip.h 36 struct gl_context;
39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane);
hint.h 42 struct gl_context;
50 _mesa_init_hint( struct gl_context * ctx );
lines.h 38 struct gl_context;
47 _mesa_init_line( struct gl_context * ctx );
pixelstore.h 37 struct gl_context;
49 _mesa_init_pixelstore( struct gl_context *ctx );
texformat.h 32 struct gl_context;
35 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.h 42 extern void r200InitTnlFuncs( struct gl_context *ctx );
44 extern void r200UpdateMaterial( struct gl_context *ctx );
46 extern void r200UpdateViewportOffset( struct gl_context *ctx );
47 extern void r200UpdateWindow( struct gl_context *ctx );
48 extern void r200UpdateDrawBuffer(struct gl_context *ctx);
50 extern GLboolean r200ValidateState( struct gl_context *ctx );
52 extern void r200_vtbl_update_scissor( struct gl_context *ctx );
54 extern void r200Fallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
61 extern void r200LightingSpaceChange( struct gl_context *ctx );
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
tnl.h 34 struct gl_context;
43 _tnl_CreateContext( struct gl_context *ctx );
46 _tnl_DestroyContext( struct gl_context *ctx );
49 _tnl_InvalidateState( struct gl_context *ctx, GLuint new_state );
56 _tnl_wakeup( struct gl_context *ctx );
61 _tnl_need_projected_coords( struct gl_context *ctx, GLboolean flag );
67 _tnl_allow_vertex_fog( struct gl_context *ctx, GLboolean value );
70 _tnl_allow_pixel_fog( struct gl_context *ctx, GLboolean value );
73 _tnl_program_string(struct gl_context *ctx, GLenum target, struct gl_program *program);
79 _tnl_draw_prims( struct gl_context *ctx
    [all...]
  /external/mesa3d/src/mesa/tnl/
tnl.h 34 struct gl_context;
43 _tnl_CreateContext( struct gl_context *ctx );
46 _tnl_DestroyContext( struct gl_context *ctx );
49 _tnl_InvalidateState( struct gl_context *ctx, GLuint new_state );
56 _tnl_wakeup( struct gl_context *ctx );
61 _tnl_need_projected_coords( struct gl_context *ctx, GLboolean flag );
67 _tnl_allow_vertex_fog( struct gl_context *ctx, GLboolean value );
70 _tnl_allow_pixel_fog( struct gl_context *ctx, GLboolean value );
73 _tnl_program_string(struct gl_context *ctx, GLenum target, struct gl_program *program);
79 _tnl_draw_prims( struct gl_context *ctx
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
swrast.h 117 _swrast_CreateContext( struct gl_context *ctx );
120 _swrast_DestroyContext( struct gl_context *ctx );
125 _swrast_GetDeviceDriverReference( struct gl_context *ctx );
128 _swrast_Bitmap( struct gl_context *ctx,
135 _swrast_CopyPixels( struct gl_context *ctx,
142 swrast_fast_copy_pixels(struct gl_context *ctx,
147 _swrast_DrawPixels( struct gl_context *ctx,
155 _swrast_BlitFramebuffer(struct gl_context *ctx,
161 _swrast_Clear(struct gl_context *ctx, GLbitfield buffers);
168 _swrast_ResetLineStipple( struct gl_context *ctx )
    [all...]
s_feedback.h 34 extern void _swrast_feedback_point( struct gl_context *ctx, const SWvertex *v );
36 extern void _swrast_feedback_line( struct gl_context *ctx,
39 extern void _swrast_feedback_triangle( struct gl_context *ctx, const SWvertex *v0,
42 extern void _swrast_select_point( struct gl_context *ctx, const SWvertex *v );
44 extern void _swrast_select_line( struct gl_context *ctx,
47 extern void _swrast_select_triangle( struct gl_context *ctx, const SWvertex *v0,
  /external/mesa3d/src/mesa/swrast/
swrast.h 117 _swrast_CreateContext( struct gl_context *ctx );
120 _swrast_DestroyContext( struct gl_context *ctx );
125 _swrast_GetDeviceDriverReference( struct gl_context *ctx );
128 _swrast_Bitmap( struct gl_context *ctx,
135 _swrast_CopyPixels( struct gl_context *ctx,
142 swrast_fast_copy_pixels(struct gl_context *ctx,
147 _swrast_DrawPixels( struct gl_context *ctx,
155 _swrast_BlitFramebuffer(struct gl_context *ctx,
161 _swrast_Clear(struct gl_context *ctx, GLbitfield buffers);
168 _swrast_ResetLineStipple( struct gl_context *ctx )
    [all...]
s_feedback.h 34 extern void _swrast_feedback_point( struct gl_context *ctx, const SWvertex *v );
36 extern void _swrast_feedback_line( struct gl_context *ctx,
39 extern void _swrast_feedback_triangle( struct gl_context *ctx, const SWvertex *v0,
42 extern void _swrast_select_point( struct gl_context *ctx, const SWvertex *v );
44 extern void _swrast_select_line( struct gl_context *ctx,
47 extern void _swrast_select_triangle( struct gl_context *ctx, const SWvertex *v0,

Completed in 1338 milliseconds

1 2 34 5 6 7 8 91011>>