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

  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 88 else if (ctx->Eval.Map1TextureCoord3)
  /external/mesa3d/src/mesa/main/
attrib.c 93 GLboolean Map1TextureCoord3;
287 attr->Map1TextureCoord3 = ctx->Eval.Map1TextureCoord3;
543 TEST_AND_UPDATE(ctx->Eval.Map1TextureCoord3, enable->Map1TextureCoord3,
    [all...]
enable.c 487 if (ctx->Eval.Map1TextureCoord3 == state)
490 ctx->Eval.Map1TextureCoord3 = state;
    [all...]
eval.c 983 ctx->Eval.Map1TextureCoord3 = GL_FALSE;
mtypes.h 857 GLboolean Map1TextureCoord3;
    [all...]
get.c     [all...]

Completed in 52 milliseconds