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

/external/chromium_org/third_party/mesa/src/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 },
/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 122 milliseconds