| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| hint.c | 30 #include "hint.h" 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 [all...] |
| attrib.c | 40 #include "hint.h" 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) [all...] |
| context.c | 105 #include "hint.h" 1373 dst->Hint = src->Hint;
|
| mtypes.h | 542 * Hint attribute group (GL_HINT_BIT). 3034 * BinaryRetrievableHint is the currently active hint that gets set 3036 * is the hint set by the user to be active when program is linked next time. 4626 #define _NEW_HINT (1u << 7) /**< gl_context::Hint */ 5144 struct gl_hint_attrib Hint; 5314 struct gl_hint_attrib Hint; /**< Hint attributes */
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| hint.c | 30 #include "hint.h" 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 [all...] |
| context.c | 105 #include "hint.h" 1474 dst->Hint = src->Hint;
|
| attrib.c | 40 #include "hint.h" 430 (void*)&ctx->Hint)) 1196 const struct gl_hint_attrib *hint; local 1197 hint = (const struct gl_hint_attrib *) attr->data; 1199 hint->PerspectiveCorrection); 1200 _mesa_Hint(GL_POINT_SMOOTH_HINT, hint->PointSmooth); 1201 _mesa_Hint(GL_LINE_SMOOTH_HINT, hint->LineSmooth); 1202 _mesa_Hint(GL_POLYGON_SMOOTH_HINT, hint->PolygonSmooth); 1203 _mesa_Hint(GL_FOG_HINT, hint->Fog); 1205 hint->TextureCompression) [all...] |
| mtypes.h | 592 * Hint attribute group (GL_HINT_BIT). 4434 #define _NEW_HINT (1u << 7) /**< gl_context::Hint */ 4898 struct gl_hint_attrib Hint; /**< Hint attributes */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| 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/tnl/ |
| 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/drivers/dri/nouveau/ |
| nv10_state_polygon.c | 64 ctx->Hint.LineSmooth == GL_NICEST;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nv10_state_polygon.c | 64 ctx->Hint.LineSmooth == GL_NICEST;
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| 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/MesaLib.old/src/mesa/ |
| 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/dist/src/mesa/drivers/dri/i965/ |
| brw_wm.c | 473 ctx->Hint.FragmentShaderDerivative == GL_NICEST;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_wm.c | 431 ctx->Hint.FragmentShaderDerivative == GL_NICEST;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_context.c | 170 (ctx->Hint.Fog == GL_NICEST &&
|
| s_triangle.c | 1090 if (ctx->Hint.PerspectiveCorrection==GL_FASTEST) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| stw_icd.h | 208 void (GLAPIENTRY * Hint)(GLenum, GLenum);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_context.c | 170 (ctx->Hint.Fog == GL_NICEST &&
|
| s_triangle.c | 1090 if (ctx->Hint.PerspectiveCorrection==GL_FASTEST) {
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| check_table.cpp | 722 { "glHint", _O(Hint) },
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| check_table.cpp | 722 { "glHint", _O(Hint) },
|
| /xsrc/external/mit/MesaLib/src/intel/genxml/ |
| gen7_pack.h | 2383 uint32_t Hint; 2445 __gen_uint(values->Hint, 3, 3) |
|
| /xsrc/external/mit/MesaLib.old/src/intel/genxml/ |
| gen7_pack.h | 2367 uint32_t Hint; 2429 __gen_uint(values->Hint, 3, 3) |
|