| /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ | 
| D | ortho.h | 19   const T zoff = -(zfar + znear) / (zfar - znear);  in OrthoMatrix()  local
  | 
| /frameworks/rs/cpp/ | 
| D | Allocation.cpp | 365 void Allocation::validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,  in validate3DRange() 376 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,  in copy3DRangeFrom() 396 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t …  in copy3DRangeFrom() 404 void Allocation::copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,  in copy3DRangeTo()
  | 
| /frameworks/base/rs/java/android/renderscript/ | 
| D | Allocation.java | 1075 …public void setFromFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp)…  in setFromFieldPacker() 1100         mRS.nAllocationElementData(getIDSafe(), xoff, yoff, zoff, mSelectedLOD,  in setFromFieldPacker()  local 1726     private void validate3DRange(int xoff, int yoff, int zoff, int w, int h, int d) {  in validate3DRange() 1750     private void copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d,  in copy3DRangeFromUnchecked() 1771             mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d,  in copy3DRangeFromUnchecked()  local 1807     public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) {  in copy3DRangeFrom() 1833     public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d,  in copy3DRangeFrom() 1837         mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD,  in copy3DRangeFrom()  local 2032 …public void copyToFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp) {  in copyToFieldPacker() 2057         mRS.nAllocationElementRead(getIDSafe(), xoff, yoff, zoff, mSelectedLOD,  in copyToFieldPacker()  local [all …] 
 | 
| D | RenderScript.java | 549 …native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int …  in rsnAllocationElementData() 550 …synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compI…  in nAllocationElementData() 609     native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip,  in rsnAllocationData3D() 612     synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip,  in nAllocationData3D() 634     native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff,  in rsnAllocationElementRead() 636     synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff,  in nAllocationElementRead() 652     native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip,  in rsnAllocationRead3D() 655     synchronized void nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip,  in nAllocationRead3D()
  | 
| /frameworks/rs/support/java/src/androidx/renderscript/ | 
| D | Allocation.java | 1682     private void validate3DRange(int xoff, int yoff, int zoff, int w, int h, int d) {  in validate3DRange() 1706     private void copy3DRangeFromUnchecked(int xoff, int yoff, int zoff, int w, int h, int d,  in copy3DRangeFromUnchecked() 1725         mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, w, h, d,  in copy3DRangeFromUnchecked()  local 1758     public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) {  in copy3DRangeFrom() 1779     public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d,  in copy3DRangeFrom() 1783         mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD,  in copy3DRangeFrom()  local
  | 
| D | RenderScript.java | 554     native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip,  in rsnAllocationData3D() 557     synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip,  in nAllocationData3D()
  | 
| /frameworks/rs/ | 
| D | rsAllocation.cpp | 218 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff,  in data() 261 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,  in read() 707 …ion3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,  in rsi_Allocation3DData() 917                           uint32_t xoff, uint32_t yoff, uint32_t zoff,  in rsi_Allocation3DRead()
  | 
| D | rsApiStubs.cpp | 422 …location3DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff,  in rsAllocation3DData() 458 …location3DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff,  in rsAllocation3DRead()
  | 
| D | rsHidlAdaptation.cpp | 600 …ontext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,  in Allocation3DData() 650 …ontext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,  in Allocation3DRead()
  | 
| /frameworks/rs/driver/ | 
| D | rsdAllocation.cpp | 88                       uint32_t xoff, uint32_t yoff, uint32_t zoff,  in GetOffsetPtr() 911                          uint32_t xoff, uint32_t yoff, uint32_t zoff,  in rsdAllocationData3D() 991                          uint32_t xoff, uint32_t yoff, uint32_t zoff,  in rsdAllocationRead3D()
  | 
| /frameworks/base/rs/jni/ | 
| D | android_renderscript_RenderScript.cpp | 1402                        jint xoff, jint yoff, jint zoff,  in nAllocationElementData() 1470 …3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod,  in nAllocationData3D() 1544                        jint xoff, jint yoff, jint zoff,  in nAllocationElementRead() 1583 …3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod,  in nAllocationRead3D()
  | 
| /frameworks/rs/support/jni/ | 
| D | android_renderscript_RenderScript.cpp | 1260 …3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod,  in nAllocationData3D()
  |