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

  /xsrc/external/mit/mesa-demos/dist/src/samples/
eval.c 64 GLenum lighting = GL_FALSE; variable
386 lighting =! lighting;
387 if (lighting) {
wave.c 48 GLenum lighting = GL_TRUE; variable
139 if (!smooth && lighting) {
142 if (lighting) {
167 if (smooth && lighting) {
173 if (smooth && lighting) {
180 if (smooth && lighting) {
186 if (smooth && lighting) {
483 lighting = !lighting;
484 if (lighting) {
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
nine_ff.c 42 uint32_t lighting : 1; member in struct:nine_ff_vs_key::__anon2151::__anon2152
43 uint32_t darkness : 1; /* lighting enabled but no active lights */
251 * NOTE: no lighting code is generated if there are no active lights
340 boolean need_aNrm = key->lighting || key->passthrough & (1 << NINE_DECLUSAGE_NORMAL);
342 boolean need_aVtx = key->lighting || key->fog_mode || key->pointscale || key->ucp;
382 if (key->lighting || key->darkness) {
435 if (key->lighting || key->vertexblend)
736 /* === Lighting:
777 if (key->lighting) {
1629 key.lighting = !!context->rs[D3DRS_LIGHTING] && context->ff.num_lights_active
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
nine_ff.c 42 uint32_t lighting : 1; member in struct:nine_ff_vs_key::__anon4533::__anon4534
43 uint32_t darkness : 1; /* lighting enabled but no active lights */
251 * NOTE: no lighting code is generated if there are no active lights
340 boolean need_aNrm = key->lighting || key->passthrough & (1 << NINE_DECLUSAGE_NORMAL);
342 boolean need_aVtx = key->lighting || key->fog_mode || key->pointscale || key->ucp;
380 if (key->lighting || key->darkness) {
433 if (key->lighting || key->vertexblend)
734 /* === Lighting:
775 if (key->lighting) {
1624 key.lighting = !!context->rs[D3DRS_LIGHTING] && context->ff.num_lights_active
    [all...]

Completed in 10 milliseconds