Searched refs:radeon_viewport (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.h | 26 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height);
|
D | radeon_common.c | 412 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) in radeon_viewport() function
|
D | radeon_state.c | 1392 radeon_viewport(ctx, x, y, width, height); in radeonViewport()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.h | 26 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height);
|
D | radeon_common.c | 412 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) in radeon_viewport() function
|
D | r200_state.c | 1610 radeon_viewport(ctx, x, y, width, height); in r200Viewport()
|