OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:infoArray
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
KernelDataForRenderScript.java
70
protected float[]
infoArray
;
119
infoArray
= new float[4 * numDepths];
127
infoArray
[m * 4] = offset;
128
infoArray
[m * 4 + 1] = kernelRadius;
129
infoArray
[m * 4 + 2] = kernelRadius;
135
infoAllocation.copyFrom(
infoArray
);
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
KernelDataForRenderScript.java
55
protected float[]
infoArray
;
102
infoArray
= new float[4*numDepths];
110
infoArray
[m*4] = offset;
111
infoArray
[m*4 + 1] = kernelRadius;
112
infoArray
[m*4 + 2] = kernelRadius;
118
infoAllocation.copyFrom(
infoArray
);
/external/google-breakpad/src/client/mac/handler/
dynamic_images.h
77
uint32_t
infoArray
; // const struct dyld_image_info*
85
uint64_t
infoArray
; // const struct dyld_image_info*
Completed in 925 milliseconds