Searched refs:radeonReleaseArrays (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_dma.h | 59 void radeonReleaseArrays( struct gl_context *ctx, GLuint newinputs );
|
D | radeon_screen.h | 209 #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_dma.c | 495 void radeonReleaseArrays( struct gl_context *ctx, GLuint newinputs ) in radeonReleaseArrays() function
|
D | radeon_common_context.c | 264 radeonReleaseArrays(&radeon->glCtx, ~0); in radeonDestroyContext()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_dma.h | 59 void radeonReleaseArrays( struct gl_context *ctx, GLuint newinputs );
|
D | radeon_tcl.c | 398 radeonReleaseArrays( ctx, ~0 ); in radeon_run_tcl_render() 470 radeonReleaseArrays( ctx, ~0 ); in transition_to_swtnl()
|
D | radeon_screen.h | 209 #define radeonReleaseArrays r200_radeonReleaseArrays macro
|
D | radeon_maos_verts.c | 381 radeonReleaseArrays( ctx, ~0 ); in radeonEmitArrays()
|
D | radeon_dma.c | 495 void radeonReleaseArrays( struct gl_context *ctx, GLuint newinputs ) in radeonReleaseArrays() function
|
D | radeon_common_context.c | 264 radeonReleaseArrays(&radeon->glCtx, ~0); in radeonDestroyContext()
|