Home
last modified time | relevance | path

Searched refs:radeon_viewport (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.h26 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height);
Dradeon_common.c412 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) in radeon_viewport() function
Dradeon_state.c1392 radeon_viewport(ctx, x, y, width, height); in radeonViewport()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.h26 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height);
Dradeon_common.c412 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) in radeon_viewport() function
Dr200_state.c1610 radeon_viewport(ctx, x, y, width, height); in r200Viewport()