OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attribute_count
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp
815
int
attribute_count
= 16;
local
816
glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &
attribute_count
);
820
for (int index = 0; index <
attribute_count
; ++index)
853
int
attribute_count
= 16;
local
854
glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &
attribute_count
);
858
for (int index = 0; index <
attribute_count
; ++index)
868
for (int index = 0; index <
attribute_count
; ++index)
878
for (int index = 0; index <
attribute_count
; ++index)
888
for (int index = 0; index <
attribute_count
; ++index)
915
int
attribute_count
= 16
local
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp
977
int
attribute_count
= 16;
local
978
glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &
attribute_count
);
982
for (int index = 0; index <
attribute_count
; ++index)
1015
int
attribute_count
= 16;
local
1016
glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &
attribute_count
);
1020
for (int index = 0; index <
attribute_count
; ++index)
1030
for (int index = 0; index <
attribute_count
; ++index)
1040
for (int index = 0; index <
attribute_count
; ++index)
1050
for (int index = 0; index <
attribute_count
; ++index)
1077
int
attribute_count
= 16
local
1109
int
attribute_count
= 16;
local
1141
int
attribute_count
= 16;
local
[
all
...]
Completed in 187 milliseconds