HomeSort by relevance Sort by last modified time
    Searched refs:Fog (Results 76 - 91 of 91) sorted by null

1 2 34

  /external/mesa3d/src/mesa/drivers/common/
meta.c 108 GLboolean Fog;
559 save->Fog = ctx->Fog.Enabled;
560 if (ctx->Fog.Enabled)
889 _mesa_set_enable(ctx, GL_FOG, save->Fog);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
rastpos.c 245 if (ctx->Fog.FogCoordinateSource == GL_FOG_COORDINATE_EXT)
context.c 98 #include "fog.h"
    [all...]
ffvertex_prog.c 224 if (ctx->Fog.FogCoordinateSource == GL_FRAGMENT_DEPTH_EXT) {
226 key->fog_distance_mode = translate_fog_distance_mode(ctx->Fog.FogDistanceMode);
1312 struct ureg fog = register_output(p, VERT_RESULT_FOGC); local
    [all...]
mtypes.h 889 * Fog attribute group (GL_FOG_BIT).
893 GLboolean Enabled; /**< Fog enabled flag */
894 GLfloat ColorUnclamped[4]; /**< Fog color */
895 GLfloat Color[4]; /**< Fog color */
899 GLfloat Index; /**< Fog index */
900 GLenum Mode; /**< Fog mode */
919 GLenum Fog;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 485 || ctx->Fog.ColorSumEnabled
s_span.c 113 if (ctx->Light.Enabled || ctx->Fog.ColorSumEnabled)
120 /* fog */
125 /* fog blend factors will be computed from fog coordinates per pixel */
129 /* fog blend factor should be computed from fogcoord now */
    [all...]
  /external/mesa3d/src/mesa/main/
rastpos.c 245 if (ctx->Fog.FogCoordinateSource == GL_FOG_COORDINATE_EXT)
context.c 98 #include "fog.h"
    [all...]
ffvertex_prog.c 224 if (ctx->Fog.FogCoordinateSource == GL_FRAGMENT_DEPTH_EXT) {
226 key->fog_distance_mode = translate_fog_distance_mode(ctx->Fog.FogDistanceMode);
1312 struct ureg fog = register_output(p, VERT_RESULT_FOGC); local
    [all...]
mtypes.h 889 * Fog attribute group (GL_FOG_BIT).
893 GLboolean Enabled; /**< Fog enabled flag */
894 GLfloat ColorUnclamped[4]; /**< Fog color */
895 GLfloat Color[4]; /**< Fog color */
899 GLfloat Index; /**< Fog index */
900 GLenum Mode; /**< Fog mode */
919 GLenum Fog;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 485 || ctx->Fog.ColorSumEnabled
s_span.c 113 if (ctx->Light.Enabled || ctx->Fog.ColorSumEnabled)
120 /* fog */
125 /* fog blend factors will be computed from fog coordinates per pixel */
129 /* fog blend factor should be computed from fogcoord now */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 412 milliseconds

1 2 34