Searched refs:radeonScissor (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.h | 11 void radeonScissor(struct gl_context* ctx, GLint x, GLint y, GLsizei w, GLsizei h);
|
D | radeon_common.c | 147 void radeonScissor(struct gl_context* ctx, GLint x, GLint y, GLsizei w, GLsizei h) in radeonScissor() function
|
D | radeon_state.c | 2209 ctx->Driver.Scissor = radeonScissor; in radeonInitStateFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.h | 11 void radeonScissor(struct gl_context* ctx, GLint x, GLint y, GLsizei w, GLsizei h);
|
D | radeon_common.c | 147 void radeonScissor(struct gl_context* ctx, GLint x, GLint y, GLsizei w, GLsizei h) in radeonScissor() function
|
D | r200_state.c | 2455 functions->Scissor = radeonScissor; in r200InitStateFuncs()
|