HomeSort by: relevance | last modified time | path
    Searched defs:Fog (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/demos/
drawpix.c 26 static int Fog = 0;
41 Fog = 0;
67 if (Fog)
95 if (Fog)
207 Fog = !Fog;
208 printf("Fog %d\n", Fog);
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
program_parser.h 210 unsigned Fog:2;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
program_parser.h 209 unsigned Fog:2;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
attrib.c 39 #include "fog.h"
79 GLboolean Fog;
344 attr->Fog = ctx->Fog.Enabled;
423 (void*)&ctx->Fog))
646 TEST_AND_UPDATE(ctx->Fog.Enabled, enable->Fog, GL_FOG);
1183 const struct gl_fog_attrib *fog; local
1184 fog = (const struct gl_fog_attrib *) attr->data;
1185 _mesa_set_enable(ctx, GL_FOG, fog->Enabled)
    [all...]
mtypes.h 559 * Compressed fog mode.
571 * Fog attribute group (GL_FOG_BIT).
575 GLboolean Enabled; /**< Fog enabled flag */
577 uint8_t _PackedMode; /**< Fog mode as 2 bits */
579 GLfloat ColorUnclamped[4]; /**< Fog color */
580 GLfloat Color[4]; /**< Fog color */
584 GLfloat Index; /**< Fog index */
585 GLenum16 Mode; /**< Fog mode */
602 GLenum16 Fog;
4433 #define _NEW_FOG (1u << 6) /**< gl_context::Fog */
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta.h 99 GLboolean Fog;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta.h 99 GLboolean Fog;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 509 * Compressed fog mode.
521 * Fog attribute group (GL_FOG_BIT).
525 GLboolean Enabled; /**< Fog enabled flag */
527 uint8_t _PackedMode; /**< Fog mode as 2 bits */
529 GLfloat ColorUnclamped[4]; /**< Fog color */
530 GLfloat Color[4]; /**< Fog color */
534 GLfloat Index; /**< Fog index */
535 GLenum16 Mode; /**< Fog mode */
552 GLenum16 Fog;
4625 #define _NEW_FOG (1u << 6) /**< gl_context::Fog */
    [all...]

Completed in 54 milliseconds