OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxAttrs
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/driver/
rsdVertexArray.cpp
89
uint32_t
maxAttrs
= state->mAttrsEnabledSize;
91
for (uint32_t ct=1; ct <
maxAttrs
; ct++) {
104
if (slot < 0 || slot >= (int32_t)
maxAttrs
) {
131
void RsdVertexArrayState::init(uint32_t
maxAttrs
) {
132
mAttrsEnabledSize =
maxAttrs
;
/external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingStateQueryTests.cpp
91
glw::GLint
maxAttrs
= -1;
96
gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &
maxAttrs
);
103
for (int attr = 0; attr < de::max(16,
maxAttrs
); ++attr)
139
const int va = rnd.getInt(0, de::max(16,
maxAttrs
)-1);
166
glw::GLint
maxAttrs
= -1;
171
gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &
maxAttrs
);
178
for (int attr = 0; attr < de::max(16,
maxAttrs
); ++attr)
213
const int va = rnd.getInt(0, de::max(16,
maxAttrs
)-1);
/external/libxml2/
parser.c
1082
int
maxAttrs
; /* the size of the array */
[
all
...]
relaxng.c
306
int
maxAttrs
; /* the size of attrs */
[
all
...]
Completed in 1221 milliseconds