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

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 103 static GLboolean r200VertexProgUpdateParams(struct gl_context *ctx, struct r200_vertex_program *vp)
399 static GLboolean r200_translate_vertex_program(struct gl_context *ctx, struct r200_vertex_program *vp)
    [all...]
r200_context.c 72 static const GLubyte *r200GetString( struct gl_context *ctx, GLenum name )
211 struct gl_context *ctx;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c 126 static void r100_vtbl_free_context(struct gl_context *ctx)
177 struct gl_context *ctx;
radeon_maos_verts.c 57 void (*emit)( struct gl_context *, GLuint, GLuint, void * );
310 void radeonEmitArrays( struct gl_context *ctx, GLuint inputs )
radeon_texstate.c 263 static GLboolean radeonUpdateTextureEnv( struct gl_context *ctx, int unit )
861 static GLboolean radeon_validate_texgen( struct gl_context *ctx, GLuint unit )
    [all...]
radeon_common_context.c 76 static const GLubyte *radeonGetString(struct gl_context * ctx, GLenum name)
136 struct gl_context* ctx;
137 struct gl_context* shareCtx;
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy)
106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1)
s_fog.c 38 _swrast_z_to_fogfactor(struct gl_context *ctx, GLfloat z)
132 _swrast_fog_rgba_span( const struct gl_context *ctx, SWspan *span )
s_aaline.c 326 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line,
335 segment(struct gl_context *ctx,
475 _swrast_choose_aa_line_function(struct gl_context *ctx)
s_triangle.c 54 _swrast_culltriangle( struct gl_context *ctx,
270 affine_span(struct gl_context *ctx, SWspan *span,
607 fast_persp_span(struct gl_context *ctx, SWspan *span,
912 nodraw_triangle( struct gl_context *ctx,
928 _swrast_add_spec_terms_triangle(struct gl_context *ctx, const SWvertex *v0,
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 33 static void TAG(triangle)(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
216 static void TAG(quadfunc)( struct gl_context *ctx, GLuint v0,
  /external/mesa3d/src/mesa/main/
blend.c 46 legal_src_factor(const struct gl_context *ctx, GLenum factor)
84 legal_dst_factor(const struct gl_context *ctx, GLenum factor)
126 validate_blend_factors(struct gl_context *ctx, const char *func,
186 update_uses_dual_src(struct gl_context *ctx, int buf)
326 legal_blend_equation(const struct gl_context *ctx, GLenum mode)
822 void _mesa_init_color( struct gl_context * ctx )
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 470 struct gl_context *ctx = &intel->ctx;
713 brw_update_buffer_texture_surface(struct gl_context *ctx,
    [all...]
brw_wm.c 435 brw_populate_sampler_prog_key_data(struct gl_context *ctx,
487 struct gl_context *ctx = &brw->intel.ctx;
623 struct gl_context *ctx = &intel->ctx;
brw_fs.h 344 struct gl_context *ctx;
410 bool brw_fs_precompile(struct gl_context *ctx, struct gl_shader_program *prog);
brw_clip.c 139 struct gl_context *ctx = &intel->ctx;
brw_vs_constval.c 187 struct gl_context *ctx = &brw->intel.ctx;
gen6_sf_state.c 120 struct gl_context *ctx = &intel->ctx;
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 870 static void NAME( struct gl_context *ctx, \
933 void _tnl_generate_hardwired_emit( struct gl_context *ctx )
991 void _tnl_generic_emit( struct gl_context *ctx,
1011 void _tnl_generic_interp( struct gl_context *ctx,
1062 void _tnl_generic_copy_pv( struct gl_context *ctx, GLuint edst, GLuint esrc )
1086 void _tnl_generic_interp_extras( struct gl_context *ctx,
1129 void _tnl_generic_copy_pv_extras( struct gl_context *ctx,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 119 make_bitmap_fragment_program(struct gl_context *ctx, GLuint samplerIndex)
181 struct gl_context *ctx = st->ctx;
284 make_bitmap_texture(struct gl_context *ctx, GLsizei width, GLsizei height,
408 draw_bitmap_quad(struct gl_context *ctx, GLint x, GLint y, GLfloat z,
757 st_Bitmap(struct gl_context *ctx, GLint x, GLint y,
st_atom_array.c 468 struct gl_context *ctx = st->ctx;
532 struct gl_context *ctx = st->ctx;
st_cb_blit.c 65 st_BlitFramebuffer_resolve(struct gl_context *ctx,
143 st_BlitFramebuffer(struct gl_context *ctx,
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 451 OpenGLContextStateP gl_context; member in struct:VASurfaceGLX
753 pSurfaceGLX->gl_context = NULL;
887 pSurfaceGLX->gl_context = new_cs;
908 new_cs = pSurfaceGLX->gl_context;
1041 if (!gl_set_current_context(pSurfaceGLX->gl_context, &old_cs))
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 228 intelClearWithBlit(struct gl_context *ctx, GLbitfield mask)
530 intel_set_teximage_alpha_to_one(struct gl_context *ctx,
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 79 struct gl_context *ctx = &intel->ctx;
617 struct gl_context *ctx = &intel->ctx;
717 struct gl_context *ctx = &intel->ctx;
874 struct gl_context *ctx = &intel->ctx;

Completed in 345 milliseconds

<<11121314151617181920>>