Home | History | Annotate | Download | only in main

Lines Matching refs:GL_LIGHT0

389       case GL_LIGHT0:
399 if (ctx->Light.Light[cap-GL_LIGHT0].Enabled == state)
402 ctx->Light.Light[cap-GL_LIGHT0].Enabled = state;
404 ctx->Light._EnabledLights |= 1u << (cap - GL_LIGHT0);
407 ctx->Light._EnabledLights &= ~(1u << (cap - GL_LIGHT0));
1266 case GL_LIGHT0:
1276 return ctx->Light.Light[cap-GL_LIGHT0].Enabled;