Lines Matching defs:vertex
1501 struct vertex { in blitframebuffer_texture() struct
1502 GLfloat x, y, s, t; in blitframebuffer_texture()
1588 struct vertex { in _mesa_meta_BlitFramebuffer() struct
1589 GLfloat x, y, s, t; in _mesa_meta_BlitFramebuffer()
1758 struct vertex { in _mesa_meta_Clear() struct
1759 GLfloat x, y, z, r, g, b, a; in _mesa_meta_Clear()
1997 struct vertex { in _mesa_meta_glsl_Clear() struct
1998 GLfloat x, y, z; in _mesa_meta_glsl_Clear()
2107 struct vertex { in _mesa_meta_CopyPixels() struct
2108 GLfloat x, y, z, s, t; in _mesa_meta_CopyPixels()
2361 struct vertex { in _mesa_meta_DrawPixels() struct
2362 GLfloat x, y, z, s, t; in _mesa_meta_DrawPixels()
2630 struct vertex { in _mesa_meta_Bitmap() struct
2631 GLfloat x, y, z, s, t, r, g, b, a; in _mesa_meta_Bitmap()
3009 struct vertex { in setup_ff_generate_mipmap() struct
3010 GLfloat x, y, tex[3]; in setup_ff_generate_mipmap()
3086 struct vertex { in setup_glsl_generate_mipmap() struct
3087 GLfloat x, y, tex[3]; in setup_glsl_generate_mipmap()
3237 struct vertex { in _mesa_meta_GenerateMipmap() struct
3238 GLfloat x, y, tex[3]; in _mesa_meta_GenerateMipmap()
3610 struct vertex { in decompress_texture_image() struct
3611 GLfloat x, y, tex[3]; in decompress_texture_image()
3849 struct vertex { in _mesa_meta_DrawTex() struct
3850 GLfloat x, y, z, st[MAX_TEXTURE_UNITS][2]; in _mesa_meta_DrawTex()