Home
last modified time | relevance | path

Searched refs:rasterpos (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Drastpos.c525 rasterpos(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in rasterpos() function
548 rasterpos((GLfloat)x, (GLfloat)y, (GLfloat)0.0, (GLfloat)1.0); in _mesa_RasterPos2d()
554 rasterpos(x, y, 0.0F, 1.0F); in _mesa_RasterPos2f()
560 rasterpos((GLfloat) x, (GLfloat) y, 0.0F, 1.0F); in _mesa_RasterPos2i()
566 rasterpos(x, y, 0.0F, 1.0F); in _mesa_RasterPos2s()
572 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_RasterPos3d()
578 rasterpos(x, y, z, 1.0F); in _mesa_RasterPos3f()
584 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_RasterPos3i()
590 rasterpos(x, y, z, 1.0F); in _mesa_RasterPos3s()
596 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, (GLfloat) w); in _mesa_RasterPos4d()
[all …]
/external/mesa3d/.gitlab-ci/piglit/
Dquick_gl.txt94 spec/!opengl 1.0/rasterpos/glsl_vs_gs_linked: skip
95 spec/!opengl 1.0/rasterpos/glsl_vs_gs_sso: skip
96 spec/!opengl 1.0/rasterpos/glsl_vs_image1d: skip
97 spec/!opengl 1.0/rasterpos/glsl_vs_image_bo: skip
98 spec/!opengl 1.0/rasterpos/glsl_vs_ssbo: skip
99 spec/!opengl 1.0/rasterpos/glsl_vs_tes_linked: skip
100 spec/!opengl 1.0/rasterpos/glsl_vs_tes_sso: skip