HomeSort by relevance Sort by last modified time
    Searched refs:fog_mode (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/program/
programopt.h 42 GLenum fog_mode, GLboolean saturate);
programopt.c 237 * \param fog_mode Fog mode. One of \c GL_EXP, \c GL_EXP2, or \c GL_LINEAR.
248 GLenum fog_mode, GLboolean saturate)
261 if (fog_mode == GL_NONE) {
263 " with fog_mode == GL_NONE");
316 if (fog_mode == GL_LINEAR) {
335 assert(fog_mode == GL_EXP || fog_mode == GL_EXP2);
346 = (fog_mode == GL_EXP) ? SWIZZLE_ZZZZ : SWIZZLE_WWWW;
351 if (fog_mode == GL_EXP2) {
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.h 67 uint8_t fog_mode; member in struct:nine_shader_info
pixelshader9.c 169 info.fog_mode = device->context.rs[D3DRS_FOGTABLEMODE];
nine_ff.c 54 uint32_t fog_mode : 2; member in struct:nine_ff_vs_key::__anon30206::__anon30207
113 uint32_t fog_mode : 2; member in struct:nine_ff_ps_key::__anon30208::__anon30209
343 boolean need_aVtx = key->lighting || key->fog_mode || key->pointscale || key->ucp;
    [all...]
nine_shader.c     [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 106 GLuint fog_mode:2; /**< FOG_x */ member in struct:state_key
465 key->fog_mode = translate_fog_mode(ctx->Fog.Mode);
1087 switch (key->fog_mode) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmobj.h     [all...]

Completed in 359 milliseconds