OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxArrays
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/rs/java/android/renderscript/
Type.java
57
static final int
mMaxArrays
= 4;
160
if ((arrayNum < 0) || (arrayNum >=
mMaxArrays
)) {
340
int[] mArray = new int[
mMaxArrays
];
396
if(dim < 0 || dim >=
mMaxArrays
) {
468
for (int ct =
mMaxArrays
- 1; ct >= 0; ct--) {
/frameworks/rs/
rsType.h
38
const static uint32_t
mMaxArrays
= 4;
rsAllocation.h
80
uint32_t originArray[Type::
mMaxArrays
];
102
uint32_t dimArray[Type::
mMaxArrays
];
Completed in 79 milliseconds