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

  /external/mesa3d/src/mesa/main/
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...]
  /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 87 milliseconds