/system/core/include/cutils/ |
aref.h | 27 #define AREF_TO_ITEM(aref, container, member) \ 28 (container *) (((char*) (aref)) - offsetof(container, member)) 30 struct aref struct 35 static inline void aref_init(struct aref *r) 40 static inline int32_t aref_count(struct aref *r) 45 static inline void aref_get(struct aref *r) 50 static inline void aref_put(struct aref *r, void (*release)(struct aref *))
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSYuvTest.java | 86 Allocation aref = makeOutput(); local 107 aref.copyFromUnchecked(nativeByteAlloc); 109 mVerify.invoke_verify(aref, aout, ay); 119 Allocation aref = makeOutput(); local 145 aref.copyFromUnchecked(nativeByteAlloc); 147 mVerify.invoke_verify(aref, aout, ay); 157 Allocation aref = makeOutput(); local 181 aref.copyFromUnchecked(nativeByteAlloc); 183 mVerify.invoke_verify(aref, aout, ay);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
YuvTest.java | 85 Allocation aref = makeOutput(); local 106 script.invoke_makeRef(ay, au, av, aref); 108 mVerify.invoke_verify(aref, aout, ay); 124 Allocation aref = makeOutput(); local 143 script.invoke_makeRef(ay, au, av, aref); 148 mVerify.invoke_verify(aref, aout, ay); 152 mVerify.invoke_verify(aref, aout, ay); 168 Allocation aref = makeOutput(); local 189 script.invoke_makeRef(ay, au, av, aref); 194 mVerify.invoke_verify(aref, aout, ay) 213 Allocation aref = makeOutput_f4(); local 254 Allocation aref = makeOutput_f4(); local [all...] |
/system/core/libpixelflinger/include/private/pixelflinger/ |
ggl_context.h | 496 int32_t aref; member in struct:android::generated_vars_t
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |