OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxLights
(Results
1 - 23
of
23
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glsl/
standalone_scaffolding.cpp
87
ctx->Const.
MaxLights
= 8;
glsl_parser_extras.h
118
unsigned
MaxLights
;
glsl_parser_extras.cpp
74
this->Const.
MaxLights
= ctx->Const.
MaxLights
;
builtin_variables.cpp
548
state->Const.
MaxLights
);
598
glsl_type::get_array_instance(symtab->get_type("gl_LightSourceParameters"), state->Const.
MaxLights
);
611
state->Const.
MaxLights
);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parser.h
175
unsigned
MaxLights
;
program_parse.y
[
all
...]
/external/mesa3d/src/glsl/
standalone_scaffolding.cpp
87
ctx->Const.
MaxLights
= 8;
glsl_parser_extras.h
118
unsigned
MaxLights
;
glsl_parser_extras.cpp
74
this->Const.
MaxLights
= ctx->Const.
MaxLights
;
builtin_variables.cpp
548
state->Const.
MaxLights
);
598
glsl_type::get_array_instance(symtab->get_type("gl_LightSourceParameters"), state->Const.
MaxLights
);
611
state->Const.
MaxLights
);
[
all
...]
/external/mesa3d/src/mesa/program/
program_parser.h
175
unsigned
MaxLights
;
program_parse.y
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
light.c
217
if (i < 0 || i >= (GLint) ctx->Const.
MaxLights
) {
340
if (l < 0 || l >= (GLint) ctx->Const.
MaxLights
) {
390
if (l < 0 || l >= (GLint) ctx->Const.
MaxLights
) {
[
all
...]
attrib.c
274
for (i = 0; i < ctx->Const.
MaxLights
; i++) {
[
all
...]
context.c
589
ctx->Const.
MaxLights
= MAX_LIGHTS;
[
all
...]
mtypes.h
[
all
...]
get.c
549
{ GL_MAX_LIGHTS, CONTEXT_INT(Const.
MaxLights
), NO_EXTRA },
[
all
...]
/external/mesa3d/src/mesa/main/
light.c
217
if (i < 0 || i >= (GLint) ctx->Const.
MaxLights
) {
340
if (l < 0 || l >= (GLint) ctx->Const.
MaxLights
) {
390
if (l < 0 || l >= (GLint) ctx->Const.
MaxLights
) {
[
all
...]
attrib.c
274
for (i = 0; i < ctx->Const.
MaxLights
; i++) {
[
all
...]
context.c
589
ctx->Const.
MaxLights
= MAX_LIGHTS;
[
all
...]
mtypes.h
[
all
...]
get.c
549
{ GL_MAX_LIGHTS, CONTEXT_INT(Const.
MaxLights
), NO_EXTRA },
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c
[
all
...]
Completed in 1052 milliseconds