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

  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_eval.c 97 else if (ctx->Eval.Map2TextureCoord3)
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 97 else if (ctx->Eval.Map2TextureCoord3)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 103 GLboolean Map2TextureCoord3;
297 attr->Map2TextureCoord3 = ctx->Eval.Map2TextureCoord3;
563 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord3, enable->Map2TextureCoord3,
    [all...]
enable.c 559 if (ctx->Eval.Map2TextureCoord3 == state)
562 ctx->Eval.Map2TextureCoord3 = state;
    [all...]
eval.c 993 ctx->Eval.Map2TextureCoord3 = GL_FALSE;
mtypes.h 867 GLboolean Map2TextureCoord3;
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 103 GLboolean Map2TextureCoord3;
297 attr->Map2TextureCoord3 = ctx->Eval.Map2TextureCoord3;
563 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord3, enable->Map2TextureCoord3,
    [all...]
enable.c 559 if (ctx->Eval.Map2TextureCoord3 == state)
562 ctx->Eval.Map2TextureCoord3 = state;
    [all...]
eval.c 993 ctx->Eval.Map2TextureCoord3 = GL_FALSE;
mtypes.h 867 GLboolean Map2TextureCoord3;
    [all...]
get.c     [all...]

Completed in 151 milliseconds