Searched refs:radeonReleaseArrays (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_dma.h | 59 void radeonReleaseArrays( struct gl_context *ctx, GLuint newinputs );
|
D | radeon_tcl.c | 399 radeonReleaseArrays( ctx, ~0 ); in radeon_run_tcl_render() 471 radeonReleaseArrays( ctx, ~0 ); in transition_to_swtnl()
|
D | radeon_screen.h | 158 #define radeonReleaseArrays r200_radeonReleaseArrays macro
|
D | radeon_maos_verts.c | 382 radeonReleaseArrays( ctx, ~0 ); in radeonEmitArrays()
|
D | radeon_common_context.c | 263 radeonReleaseArrays(&radeon->glCtx, ~0); in radeonDestroyContext()
|
D | radeon_dma.c | 494 void radeonReleaseArrays( struct gl_context *ctx, GLuint newinputs ) in radeonReleaseArrays() function
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_dma.h | 59 void radeonReleaseArrays( struct gl_context *ctx, GLuint newinputs );
|
D | radeon_screen.h | 158 #define radeonReleaseArrays r200_radeonReleaseArrays macro
|
D | r200_tcl.c | 460 radeonReleaseArrays( ctx, ~0 /* stage->changed_inputs */ ); in r200_run_tcl_render() 527 radeonReleaseArrays( ctx, ~0 ); in transition_to_swtnl()
|
D | radeon_common_context.c | 263 radeonReleaseArrays(&radeon->glCtx, ~0); in radeonDestroyContext()
|
D | radeon_dma.c | 494 void radeonReleaseArrays( struct gl_context *ctx, GLuint newinputs ) in radeonReleaseArrays() function
|