Home | History | Annotate | Download | only in common

Lines Matching defs:DrawTex

344    struct drawtex_state DrawTex;  /**< For _mesa_meta_DrawTex() */
3840 * Meta implementation of ctx->Driver.DrawTex() in terms
3848 struct drawtex_state *drawtex = &ctx->Meta->DrawTex;
3861 if (drawtex->ArrayObj == 0) {
3866 _mesa_GenVertexArrays(1, &drawtex->ArrayObj);
3867 _mesa_BindVertexArray(drawtex->ArrayObj);
3870 _mesa_GenBuffersARB(1, &drawtex->VBO);
3871 _mesa_BindBufferARB(GL_ARRAY_BUFFER_ARB, drawtex->VBO);
3891 _mesa_BindVertexArray(drawtex->ArrayObj);
3892 _mesa_BindBufferARB(GL_ARRAY_BUFFER_ARB, drawtex->VBO);