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

  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 99 else if (ctx->Eval.Map2TextureCoord2)
  /external/mesa3d/src/mesa/main/
attrib.c 102 GLboolean Map2TextureCoord2;
296 attr->Map2TextureCoord2 = ctx->Eval.Map2TextureCoord2;
561 TEST_AND_UPDATE(ctx->Eval.Map2TextureCoord2, enable->Map2TextureCoord2,
    [all...]
enable.c 551 if (ctx->Eval.Map2TextureCoord2 == state)
554 ctx->Eval.Map2TextureCoord2 = state;
    [all...]
eval.c 992 ctx->Eval.Map2TextureCoord2 = GL_FALSE;
mtypes.h 866 GLboolean Map2TextureCoord2;
    [all...]
get.c     [all...]

Completed in 46 milliseconds