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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
hint.c 88 if (ctx->Hint.PolygonSmooth == mode)
91 ctx->Hint.PolygonSmooth = mode;
160 ctx->Hint.PolygonSmooth = GL_DONT_CARE;
attrib.c 115 GLboolean PolygonSmooth;
309 attr->PolygonSmooth = ctx->Polygon.SmoothFlag;
595 TEST_AND_UPDATE(ctx->Polygon.SmoothFlag, enable->PolygonSmooth,
    [all...]
mtypes.h 918 GLenum PolygonSmooth;
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/main/
hint.c 88 if (ctx->Hint.PolygonSmooth == mode)
91 ctx->Hint.PolygonSmooth = mode;
160 ctx->Hint.PolygonSmooth = GL_DONT_CARE;
attrib.c 115 GLboolean PolygonSmooth;
309 attr->PolygonSmooth = ctx->Polygon.SmoothFlag;
595 TEST_AND_UPDATE(ctx->Polygon.SmoothFlag, enable->PolygonSmooth,
    [all...]
mtypes.h 918 GLenum PolygonSmooth;
    [all...]
get.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 124 GLboolean PolygonSmooth;
598 save->PolygonSmooth = ctx->Polygon.SmoothFlag;
922 _mesa_set_enable(ctx, GL_POLYGON_SMOOTH, save->PolygonSmooth);
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 124 GLboolean PolygonSmooth;
598 save->PolygonSmooth = ctx->Polygon.SmoothFlag;
922 _mesa_set_enable(ctx, GL_POLYGON_SMOOTH, save->PolygonSmooth);
    [all...]

Completed in 85 milliseconds