HomeSort by relevance Sort by last modified time
    Searched refs:DrawTex (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
drawtex.c 24 #include "main/drawtex.h"
53 ASSERT(ctx->Driver.DrawTex);
54 ctx->Driver.DrawTex(ctx, x, y, z, width, height);
dd.h 783 void (*DrawTex)(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 292 functions->DrawTex = st_DrawTex;
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 112 driver->DrawTex = _mesa_meta_DrawTex;
meta.c 344 struct drawtex_state DrawTex; /**< For _mesa_meta_DrawTex() */
3848 struct drawtex_state *drawtex = &ctx->Meta->DrawTex; local
    [all...]

Completed in 142 milliseconds