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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
hint.c 80 if (ctx->Hint.PointSmooth == mode)
83 ctx->Hint.PointSmooth = mode;
158 ctx->Hint.PointSmooth = GL_DONT_CARE;
attrib.c 111 GLboolean PointSmooth;
304 attr->PointSmooth = ctx->Point.SmoothFlag;
583 TEST_AND_UPDATE(ctx->Point.SmoothFlag, enable->PointSmooth,
    [all...]
mtypes.h 916 GLenum PointSmooth;
    [all...]
get.c 609 { GL_POINT_SMOOTH_HINT, CONTEXT_ENUM(Hint.PointSmooth), NO_EXTRA },
    [all...]
  /external/mesa3d/src/mesa/main/
hint.c 80 if (ctx->Hint.PointSmooth == mode)
83 ctx->Hint.PointSmooth = mode;
158 ctx->Hint.PointSmooth = GL_DONT_CARE;
attrib.c 111 GLboolean PointSmooth;
304 attr->PointSmooth = ctx->Point.SmoothFlag;
583 TEST_AND_UPDATE(ctx->Point.SmoothFlag, enable->PointSmooth,
    [all...]
mtypes.h 916 GLenum PointSmooth;
    [all...]
get.c 609 { GL_POINT_SMOOTH_HINT, CONTEXT_ENUM(Hint.PointSmooth), NO_EXTRA },
    [all...]

Completed in 1209 milliseconds