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

  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_eval.c 95 if (ctx->Eval.Map2TextureCoord4)
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 95 if (ctx->Eval.Map2TextureCoord4)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 104 GLboolean Map2TextureCoord4;
298 attr->Map2TextureCoord4 = ctx->Eval.Map2TextureCoord4;
565 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord4, enable->Map2TextureCoord4,
    [all...]
enable.c 567 if (ctx->Eval.Map2TextureCoord4 == state)
570 ctx->Eval.Map2TextureCoord4 = state;
    [all...]
eval.c 994 ctx->Eval.Map2TextureCoord4 = GL_FALSE;
mtypes.h 868 GLboolean Map2TextureCoord4;
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 104 GLboolean Map2TextureCoord4;
298 attr->Map2TextureCoord4 = ctx->Eval.Map2TextureCoord4;
565 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord4, enable->Map2TextureCoord4,
    [all...]
enable.c 567 if (ctx->Eval.Map2TextureCoord4 == state)
570 ctx->Eval.Map2TextureCoord4 = state;
    [all...]
eval.c 994 ctx->Eval.Map2TextureCoord4 = GL_FALSE;
mtypes.h 868 GLboolean Map2TextureCoord4;
    [all...]
get.c     [all...]

Completed in 511 milliseconds