OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxAttrs
(Results
1 - 6
of
6
) 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/chromium_org/third_party/libxml/src/
relaxng.c
305
int
maxAttrs
; /* the size of attrs */
[
all
...]
parser.c
1005
int
maxAttrs
; /* the size of the array */
[
all
...]
/external/libxml2/
relaxng.c
305
int
maxAttrs
; /* the size of attrs */
[
all
...]
parser.c
1015
int
maxAttrs
; /* the size of the array */
[
all
...]
Completed in 83 milliseconds