/frameworks/rs/ |
rsAdapter.h | 36 void setAllocation(Allocation *a) {mAllocation.set(a);} 38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} 40 const Type * getBaseType() const {return mAllocation->getType();} 54 ObjectBaseRef<Allocation> mAllocation; 70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} 71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} 72 const Type * getBaseType() const {return mAllocation->getType();} 74 void setAllocation(Allocation *a) {mAllocation.set(a);} 87 ObjectBaseRef<Allocation> mAllocation;
|
rsAdapter.cpp | 41 mAllocation->data(rsc, x, mY, mLOD, mFace, count, 1, data, sizeBytes, 0); 113 mAllocation->data(rsc, x, y, mLOD, mFace, w, h, data, sizeBytes, 0);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
Buffer.java | 30 private Allocation mAllocation; 42 mAllocation = Allocation.createFromBitmap(rs, mBitmap, 69 return mAllocation; 74 mAllocation.copyTo(mBitmap);
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
BlockingInputAllocation.java | 40 private final Allocation mAllocation; 77 return mAllocation; 96 mAllocation.ioReceive(); 116 mAllocation.ioReceive(); 137 mAllocation.setOnBufferAvailableListener(/*callback*/null); 157 mAllocation = allocation; 160 mAllocation.setOnBufferAvailableListener(mListener);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
BackingStore.java | 799 private Allocation mAllocation = null; 823 mAllocation = Allocation.createTyped(mRenderScript, imageType); 848 mAllocation.copyFrom(pixels.array()); 851 mAllocation.copyFrom(bitmap); 866 mAllocation.copyFromUnchecked(bytes); 876 return mAllocation; 895 if (mAllocation != null) { 896 mAllocation.destroy(); 897 mAllocation = null;
|
/frameworks/rs/cpp/ |
Script.cpp | 58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
|
rsCppStructs.h | [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptGroup.java | 55 Allocation mAllocation; 79 Allocation mAllocation; 482 mInputs[ct].mAllocation = a; 506 mOutputs[ct].mAllocation = a; 536 if (l.mAllocation !=null) { 545 l.mAllocation = alloc; 548 n.mOutputs.get(ct3).mAllocation = alloc; 560 ain = nodeInput.mAllocation; 566 ain = sgInput.mAllocation; 572 aout = nodeOutput.mAllocation; [all...] |
Script.java | 428 protected Allocation mAllocation; 431 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT); 435 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages); 446 return mAllocation.getType(); 450 return mAllocation;
|
/frameworks/base/rs/java/android/renderscript/ |
Script.java | 441 protected Allocation mAllocation; 444 mAllocation = Allocation.createSized(rs, mElement, dimx, 449 mAllocation = 462 return mAllocation.getType(); 466 return mAllocation;
|
ScriptGroup.java | 48 Allocation mAllocation; 461 mInputs[ct].mAllocation = a; 483 mOutputs[ct].mAllocation = a; [all...] |
/frameworks/base/docs/html/guide/topics/renderscript/ |
advanced.jd | 264 mAllocation.setFromFieldPacker(index, mIOBuffer); 283 mAllocation.setFromFieldPacker(index, 0, fp); 297 mAllocation.setFromFieldPacker(index, 1, fp); 313 mAllocation.setFromFieldPacker(0, mIOBuffer); 325 mAllocation.resize(newSize);
|
/frameworks/compile/slang/ |
slang_rs_reflection.cpp | [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/ |
rsCppStructs.h | [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/ |
rsCppStructs.h | [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/ |
rsCppStructs.h | [all...] |
/ndk/docs/Additional_library_docs/renderscript/ |
rsCppStructs_8h_source.html | [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |
/frameworks/support/v8/renderscript/api/ |
23.txt | [all...] |
current.txt | [all...] |
/prebuilts/sdk/support-api/ |
23.txt | [all...] |