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

  /external/mesa3d/src/glsl/
glsl_parser_extras.h 81 unsigned MaxLights;
ir_variable.cpp 139 state->Const.MaxLights);
185 glsl_type::get_array_instance(state->symbols->get_type("gl_LightSourceParameters"), state->Const.MaxLights);
198 state->Const.MaxLights);
glsl_compiler.cpp 54 ctx->Const.MaxLights = 8;
glsl_parser_extras.cpp 69 this->Const.MaxLights = ctx->Const.MaxLights;
  /external/mesa3d/src/pixelflinger2/
shader.cpp 50 ctx->Const.MaxLights = 8;
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 2550 milliseconds