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

  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 92 else if (ctx->Eval.Map1TextureCoord1)
  /external/mesa3d/src/mesa/main/
attrib.c 91 GLboolean Map1TextureCoord1;
285 attr->Map1TextureCoord1 = ctx->Eval.Map1TextureCoord1;
539 TEST_AND_UPDATE(ctx->Eval.Map1TextureCoord1, enable->Map1TextureCoord1,
    [all...]
enable.c 471 if (ctx->Eval.Map1TextureCoord1 == state)
474 ctx->Eval.Map1TextureCoord1 = state;
    [all...]
eval.c 981 ctx->Eval.Map1TextureCoord1 = GL_FALSE;
mtypes.h 855 GLboolean Map1TextureCoord1;
    [all...]
get.c     [all...]

Completed in 44 milliseconds