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

  /external/mesa3d/src/mesa/main/
hint.c 63 if (ctx->Hint.LineSmooth == mode)
66 ctx->Hint.LineSmooth = mode;
143 ctx->Hint.LineSmooth = GL_DONT_CARE;
attrib.c 81 GLboolean LineSmooth;
337 attr->LineSmooth = ctx->Line.SmoothFlag;
611 TEST_AND_UPDATE(ctx->Line.SmoothFlag, enable->LineSmooth, GL_LINE_SMOOTH);
    [all...]
mtypes.h 606 GLenum LineSmooth;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 64 ctx->Hint.LineSmooth == GL_NICEST;
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 134 { GL_LINE_SMOOTH_HINT, CONTEXT_ENUM(Hint.LineSmooth), NO_EXTRA },
    [all...]

Completed in 215 milliseconds