OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAttrsEnabledSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/driver/
rsdVertexArray.cpp
89
uint32_t maxAttrs = state->
mAttrsEnabledSize
;
122
mAttrsEnabledSize
= 0;
132
mAttrsEnabledSize
= maxAttrs;
133
mAttrsEnabled = new bool[
mAttrsEnabledSize
];
134
for (uint32_t ct = 0; ct <
mAttrsEnabledSize
; ct++) {
rsdVertexArray.h
72
uint32_t
mAttrsEnabledSize
;
Completed in 198 milliseconds