aboutsummaryrefslogtreecommitdiff
path: root/tests/util/piglit-util-gl-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/util/piglit-util-gl-common.h')
-rw-r--r--tests/util/piglit-util-gl-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/util/piglit-util-gl-common.h b/tests/util/piglit-util-gl-common.h
index 2d6bb1a8..336953d2 100644
--- a/tests/util/piglit-util-gl-common.h
+++ b/tests/util/piglit-util-gl-common.h
@@ -159,6 +159,10 @@ void piglit_gen_ortho_projection(double left, double right, double bottom,
void piglit_ortho_projection(int w, int h, GLboolean push);
void piglit_frustum_projection(GLboolean push, double l, double r, double b,
double t, double n, double f);
+void piglit_gen_ortho_uniform(GLint location, double left, double right,
+ double bottom, double top, double near_val,
+ double far_val);
+void piglit_ortho_uniform(GLint location, int w, int h);
GLuint piglit_checkerboard_texture(GLuint tex, unsigned level,
unsigned width, unsigned height,