Searched refs:PointSmooth (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dhint.c80 if (ctx->Hint.PointSmooth == mode)
83 ctx->Hint.PointSmooth = mode;
158 ctx->Hint.PointSmooth = GL_DONT_CARE;
H A Dattrib.c111 GLboolean PointSmooth; member in struct:gl_enable_attrib
304 attr->PointSmooth = ctx->Point.SmoothFlag;
583 TEST_AND_UPDATE(ctx->Point.SmoothFlag, enable->PointSmooth,
1042 _mesa_Hint(GL_POINT_SMOOTH_HINT, hint->PointSmooth);
H A Dmtypes.h916 GLenum PointSmooth; member in struct:gl_hint_attrib
H A Dget.c609 { GL_POINT_SMOOTH_HINT, CONTEXT_ENUM(Hint.PointSmooth), NO_EXTRA },

Completed in 87 milliseconds