Searched refs:gl_context (Results 1 - 25 of 1293) sorted by relevance

1234567891011>>

/external/chromium_org/content/test/data/gpu/functional_files/
H A Dcontext.js6 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
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_triangle.h32 struct gl_context;
35 void _swsetup_trifuncs_init( struct gl_context *ctx );
36 void _swsetup_choose_trifuncs( struct gl_context *ctx );
H A Dss_vb.h32 struct gl_context;
34 void _swsetup_vb_init( struct gl_context *ctx );
35 void _swsetup_choose_rastersetup_func( struct gl_context *ctx );
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.h32 struct gl_context;
35 void _swsetup_trifuncs_init( struct gl_context *ctx );
36 void _swsetup_choose_trifuncs( struct gl_context *ctx );
H A Dss_vb.h32 struct gl_context;
34 void _swsetup_vb_init( struct gl_context *ctx );
35 void _swsetup_choose_rastersetup_func( struct gl_context *ctx );
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.h33 struct gl_context;
36 _mesa_get_fixed_func_vertex_program(struct gl_context *ctx);
H A Dtexenvprogram.h30 struct gl_context;
33 _mesa_get_fixed_func_fragment_program(struct gl_context *ctx);
H A Dshared.h28 struct gl_context;
31 _mesa_reference_shared_state(struct gl_context *ctx,
37 _mesa_alloc_shared_state(struct gl_context *ctx);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.h31 struct gl_context;
35 _swrast_choose_aa_line_function(struct gl_context *ctx);
H A Ds_aatriangle.h31 struct gl_context;
35 _swrast_set_aa_triangle_function(struct gl_context *ctx);
H A Ds_atifragshader.h32 struct gl_context;
35 _swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span );
H A Ds_texcombine.h32 struct gl_context;
35 _swrast_texture_span( struct gl_context *ctx, SWspan *span );
H A Ds_fog.h34 struct gl_context;
37 _swrast_z_to_fogfactor(struct gl_context *ctx, GLfloat z);
40 _swrast_fog_rgba_span( const struct gl_context *ctx, SWspan *span );
H A Ds_fragprog.h32 struct gl_context;
35 _swrast_use_fragment_program(struct gl_context *ctx);
38 _swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span);
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.h33 struct gl_context;
36 _mesa_get_fixed_func_vertex_program(struct gl_context *ctx);
H A Dtexenvprogram.h30 struct gl_context;
33 _mesa_get_fixed_func_fragment_program(struct gl_context *ctx);
H A Dshared.h28 struct gl_context;
31 _mesa_reference_shared_state(struct gl_context *ctx,
37 _mesa_alloc_shared_state(struct gl_context *ctx);
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.h31 struct gl_context;
35 _swrast_choose_aa_line_function(struct gl_context *ctx);
H A Ds_aatriangle.h31 struct gl_context;
35 _swrast_set_aa_triangle_function(struct gl_context *ctx);
H A Ds_atifragshader.h32 struct gl_context;
35 _swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span );
H A Ds_texcombine.h32 struct gl_context;
35 _swrast_texture_span( struct gl_context *ctx, SWspan *span );
H A Ds_fog.h34 struct gl_context;
37 _swrast_z_to_fogfactor(struct gl_context *ctx, GLfloat z);
40 _swrast_fog_rgba_span( const struct gl_context *ctx, SWspan *span );
H A Ds_fragprog.h32 struct gl_context;
35 _swrast_use_fragment_program(struct gl_context *ctx);
38 _swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_extensions.h33 intelInitExtensions(struct gl_context *ctx);
36 intelInitExtensionsES1(struct gl_context *ctx);
39 intelInitExtensionsES2(struct gl_context *ctx);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_extensions.h33 intelInitExtensions(struct gl_context *ctx);
36 intelInitExtensionsES1(struct gl_context *ctx);
39 intelInitExtensionsES2(struct gl_context *ctx);

Completed in 3344 milliseconds

1234567891011>>