Searched refs:Hint (Results 1 - 25 of 49) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dhint.c55 if (ctx->Hint.Fog == mode)
58 ctx->Hint.Fog = mode;
63 if (ctx->Hint.LineSmooth == mode)
66 ctx->Hint.LineSmooth = mode;
71 if (ctx->Hint.PerspectiveCorrection == mode)
74 ctx->Hint.PerspectiveCorrection = mode;
79 if (ctx->Hint.PointSmooth == mode)
82 ctx->Hint.PointSmooth = mode;
87 if (ctx->Hint.PolygonSmooth == mode)
90 ctx->Hint
[all...]
H A Dcontext.c1474 dst->Hint = src->Hint;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dhint.c55 if (ctx->Hint.Fog == mode)
58 ctx->Hint.Fog = mode;
63 if (ctx->Hint.LineSmooth == mode)
66 ctx->Hint.LineSmooth = mode;
71 if (ctx->Hint.PerspectiveCorrection == mode)
74 ctx->Hint.PerspectiveCorrection = mode;
79 if (ctx->Hint.PointSmooth == mode)
82 ctx->Hint.PointSmooth = mode;
87 if (ctx->Hint.PolygonSmooth == mode)
90 ctx->Hint
[all...]
H A Dattrib.c217 memcpy(&head->Hint, &ctx->Hint, sizeof(head->Hint));
942 TEST_AND_CALL1_SEL(Hint.PerspectiveCorrection, Hint, GL_PERSPECTIVE_CORRECTION_HINT);
943 TEST_AND_CALL1_SEL(Hint.PointSmooth, Hint, GL_POINT_SMOOTH_HINT);
944 TEST_AND_CALL1_SEL(Hint.LineSmooth, Hint, GL_LINE_SMOOTH_HINT);
945 TEST_AND_CALL1_SEL(Hint
[all...]
H A Dcontext.c1370 dst->Hint = src->Hint;
H A Dmtypes.h542 * Hint attribute group (GL_HINT_BIT).
4626 #define _NEW_HINT (1u << 7) /**< gl_context::Hint */
5144 struct gl_hint_attrib Hint; member in struct:gl_attrib_node
5314 struct gl_hint_attrib Hint; /**< Hint attributes */ member in struct:gl_context
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_context.c140 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
238 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
248 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_context.c142 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
240 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
250 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_polygon.c64 ctx->Hint.LineSmooth == GL_NICEST;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_polygon.c64 ctx->Hint.LineSmooth == GL_NICEST;
/xsrc/external/mit/xf86-video-nouveau/dist/
H A Dconfigure.ac47 Hint: either install from source, https://gitlab.freedesktop.org/xorg/util/macros.git or,
56 Hint: either install from source, https://gitlab.freedesktop.org/xorg/xserver.git or,
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h71 { GL_GENERATE_MIPMAP_HINT_SGIS, CONTEXT_ENUM16(Hint.GenerateMipmap), NO_EXTRA },
133 { GL_FOG_HINT, CONTEXT_ENUM16(Hint.Fog), NO_EXTRA },
137 { GL_LINE_SMOOTH_HINT, CONTEXT_ENUM16(Hint.LineSmooth), NO_EXTRA },
149 { GL_PERSPECTIVE_CORRECTION_HINT, CONTEXT_ENUM16(Hint.PerspectiveCorrection), NO_EXTRA },
153 { GL_POINT_SMOOTH_HINT, CONTEXT_ENUM16(Hint.PointSmooth), NO_EXTRA },
206 { GL_MAX_SHADER_COMPILER_THREADS_ARB, CONTEXT_INT(Hint.MaxShaderCompilerThreads), NO_EXTRA },
231 { GL_FRAGMENT_SHADER_DERIVATIVE_HINT, CONTEXT_ENUM16(Hint.FragmentShaderDerivative), extra_ARB_fragment_shader },
524 { GL_POLYGON_SMOOTH_HINT, CONTEXT_ENUM16(Hint.PolygonSmooth), NO_EXTRA },
555 { GL_TEXTURE_COMPRESSION_HINT_ARB, CONTEXT_ENUM16(Hint.TextureCompression), NO_EXTRA },
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h71 { GL_GENERATE_MIPMAP_HINT_SGIS, CONTEXT_ENUM16(Hint.GenerateMipmap), NO_EXTRA },
133 { GL_FOG_HINT, CONTEXT_ENUM16(Hint.Fog), NO_EXTRA },
137 { GL_LINE_SMOOTH_HINT, CONTEXT_ENUM16(Hint.LineSmooth), NO_EXTRA },
149 { GL_PERSPECTIVE_CORRECTION_HINT, CONTEXT_ENUM16(Hint.PerspectiveCorrection), NO_EXTRA },
153 { GL_POINT_SMOOTH_HINT, CONTEXT_ENUM16(Hint.PointSmooth), NO_EXTRA },
209 { GL_MAX_SHADER_COMPILER_THREADS_ARB, CONTEXT_INT(Hint.MaxShaderCompilerThreads), NO_EXTRA },
234 { GL_FRAGMENT_SHADER_DERIVATIVE_HINT, CONTEXT_ENUM16(Hint.FragmentShaderDerivative), extra_ARB_fragment_shader },
532 { GL_POLYGON_SMOOTH_HINT, CONTEXT_ENUM16(Hint.PolygonSmooth), NO_EXTRA },
563 { GL_TEXTURE_COMPRESSION_HINT_ARB, CONTEXT_ENUM16(Hint.TextureCompression), NO_EXTRA },
/xsrc/external/mit/libepoxy/dist/
H A Dconfigure.ac38 Hint: either install from source, git://anongit.freedesktop.org/xorg/util/macros or,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c431 ctx->Hint.FragmentShaderDerivative == GL_NICEST;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c473 ctx->Hint.FragmentShaderDerivative == GL_NICEST;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.0.rst125 - Texture Compression Hint not converted to enum16
/xsrc/external/mit/xf86-video-intel/dist/
H A Dconfigure.ac40 Hint: either install from source, git://anongit.freedesktop.org/xorg/util/macros or,
57 Hint: either install from source, git://anongit.freedesktop.org/xorg/xserver or,
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dconfigure.ac40 Hint: either install from source, git://anongit.freedesktop.org/xorg/util/macros or,
57 Hint: either install from source, git://anongit.freedesktop.org/xorg/xserver or,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_icd.h208 void (GLAPIENTRY * Hint)(GLenum, GLenum);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.c170 (ctx->Hint.Fog == GL_NICEST &&
H A Ds_triangle.c1090 if (ctx->Hint.PerspectiveCorrection==GL_FASTEST) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.c170 (ctx->Hint.Fog == GL_NICEST &&
H A Ds_triangle.c1090 if (ctx->Hint.PerspectiveCorrection==GL_FASTEST) {
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp722 { "glHint", _O(Hint) },

Completed in 48 milliseconds

12