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

  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_eval.c 90 else if (ctx->Eval.Map1TextureCoord2)
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 90 else if (ctx->Eval.Map1TextureCoord2)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 92 GLboolean Map1TextureCoord2;
286 attr->Map1TextureCoord2 = ctx->Eval.Map1TextureCoord2;
541 TEST_AND_UPDATE(ctx->Eval.Map1TextureCoord2, enable->Map1TextureCoord2,
    [all...]
enable.c 479 if (ctx->Eval.Map1TextureCoord2 == state)
482 ctx->Eval.Map1TextureCoord2 = state;
    [all...]
eval.c 982 ctx->Eval.Map1TextureCoord2 = GL_FALSE;
mtypes.h 856 GLboolean Map1TextureCoord2;
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 92 GLboolean Map1TextureCoord2;
286 attr->Map1TextureCoord2 = ctx->Eval.Map1TextureCoord2;
541 TEST_AND_UPDATE(ctx->Eval.Map1TextureCoord2, enable->Map1TextureCoord2,
    [all...]
enable.c 479 if (ctx->Eval.Map1TextureCoord2 == state)
482 ctx->Eval.Map1TextureCoord2 = state;
    [all...]
eval.c 982 ctx->Eval.Map1TextureCoord2 = GL_FALSE;
mtypes.h 856 GLboolean Map1TextureCoord2;
    [all...]
get.c     [all...]

Completed in 57 milliseconds