OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxattrs
(Results
1 - 7
of
7
) 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
;
rsdVertexArray.h
69
void init(uint32_t
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/opencv3/3rdparty/libjasper/jasper/
jas_icc.h
347
int
maxattrs
;
member in struct:__anon20823
/external/libxml2/
relaxng.c
306
int
maxAttrs
; /* the size of attrs */
[
all
...]
parser.c
1082
int
maxAttrs
; /* the size of the array */
[
all
...]
/external/opencv3/3rdparty/libjasper/
jas_icc.c
677
tab->
maxattrs
= 0;
750
tab->
maxattrs
= maxents;
765
if (attrtab->numattrs >= attrtab->
maxattrs
) {
[
all
...]
Completed in 247 milliseconds