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

  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_eval.c 101 else if (ctx->Eval.Map2TextureCoord1)
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 101 else if (ctx->Eval.Map2TextureCoord1)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 101 GLboolean Map2TextureCoord1;
295 attr->Map2TextureCoord1 = ctx->Eval.Map2TextureCoord1;
559 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord1, enable->Map2TextureCoord1,
    [all...]
enable.c 543 if (ctx->Eval.Map2TextureCoord1 == state)
546 ctx->Eval.Map2TextureCoord1 = state;
    [all...]
eval.c 991 ctx->Eval.Map2TextureCoord1 = GL_FALSE;
mtypes.h 865 GLboolean Map2TextureCoord1;
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 101 GLboolean Map2TextureCoord1;
295 attr->Map2TextureCoord1 = ctx->Eval.Map2TextureCoord1;
559 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord1, enable->Map2TextureCoord1,
    [all...]
enable.c 543 if (ctx->Eval.Map2TextureCoord1 == state)
546 ctx->Eval.Map2TextureCoord1 = state;
    [all...]
eval.c 991 ctx->Eval.Map2TextureCoord1 = GL_FALSE;
mtypes.h 865 GLboolean Map2TextureCoord1;
    [all...]
get.c     [all...]

Completed in 295 milliseconds