| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | hint.c | 55 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 D | context.c | 1474 dst->Hint = src->Hint;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | hint.c | 55 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 D | attrib.c | 217 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 D | context.c | 1370 dst->Hint = src->Hint;
|
| H A D | mtypes.h | 542 * 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 D | t_context.c | 140 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 D | t_context.c | 142 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 D | nv10_state_polygon.c | 64 ctx->Hint.LineSmooth == GL_NICEST;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv10_state_polygon.c | 64 ctx->Hint.LineSmooth == GL_NICEST;
|
| /xsrc/external/mit/xf86-video-nouveau/dist/ |
| H A D | configure.ac | 47 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 D | get_hash.h | 71 { 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 D | get_hash.h | 71 { 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 D | configure.ac | 38 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 D | brw_wm.c | 431 ctx->Hint.FragmentShaderDerivative == GL_NICEST;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm.c | 473 ctx->Hint.FragmentShaderDerivative == GL_NICEST;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.1.0.rst | 125 - Texture Compression Hint not converted to enum16
|
| /xsrc/external/mit/xf86-video-intel/dist/ |
| H A D | configure.ac | 40 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 D | configure.ac | 40 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 D | stw_icd.h | 208 void (GLAPIENTRY * Hint)(GLenum, GLenum);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_context.c | 170 (ctx->Hint.Fog == GL_NICEST &&
|
| H A D | s_triangle.c | 1090 if (ctx->Hint.PerspectiveCorrection==GL_FASTEST) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_context.c | 170 (ctx->Hint.Fog == GL_NICEST &&
|
| H A D | s_triangle.c | 1090 if (ctx->Hint.PerspectiveCorrection==GL_FASTEST) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 722 { "glHint", _O(Hint) },
|