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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 83 GLboolean LineSmooth;
278 attr->LineSmooth = ctx->Line.SmoothFlag;
528 TEST_AND_UPDATE(ctx->Line.SmoothFlag, enable->LineSmooth, GL_LINE_SMOOTH);
    [all...]
mtypes.h 917 GLenum LineSmooth;
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 83 GLboolean LineSmooth;
278 attr->LineSmooth = ctx->Line.SmoothFlag;
528 TEST_AND_UPDATE(ctx->Line.SmoothFlag, enable->LineSmooth, GL_LINE_SMOOTH);
    [all...]
mtypes.h 917 GLenum LineSmooth;
    [all...]

Completed in 73 milliseconds