Searched refs:_mesa_geometric_width (Results 1 – 5 of 5) sorted by relevance
227 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex()325 const GLfloat width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex()
134 framebuffer.width = _mesa_geometric_width(fb); in st_update_framebuffer_state()
51 const unsigned int fb_width = _mesa_geometric_width(fb); in st_update_scissor()
746 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer); in draw_textured_quad()
76 _mesa_geometric_width(const struct gl_framebuffer *buffer) in _mesa_geometric_width() function