Searched refs:RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X (Results 1 – 16 of 16) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 482 …rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->… in rsdAllocationInitStrided() 834 uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData1D() 927 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D() 953 const uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationRead1D() 1004 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationRead3D() 1066 dstLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D_alloc_script() 1068 srcLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D_alloc_script() 1117 uint8_t * ptr = GetOffsetPtr(alloc, x, y, z, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationElementData() 1136 uint8_t * ptr = GetOffsetPtr(alloc, x, y, z, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationElementRead()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | ctxt_default.rscript | 33 _RS_ASSERT_EQU(rsGetFace(context), RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | ctxt_default.rscript | 35 _RS_ASSERT_EQU(rsGetFace(context), RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
|
D | apitest.rscript | 1372 rsAllocationCopy2DRange(allocDst, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 1373 x, 1, a, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
|
/frameworks/rs/ |
D | rsDefines.h | 109 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0, enumerator
|
D | rsAllocation.cpp | 177 ((face != RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) && !mHal.state.hasFaces) || in getPointer() 679 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCopyToBitmap() 721 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationRead() 775 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCreateFromBitmap()
|
D | rsAllocation.h | 196 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
|
D | rsFont.cpp | 476 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight, in cacheBitmap()
|
/frameworks/rs/script_api/ |
D | rs_object_types.spec | 90 value: RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 43 mSelectedFace(RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) { in Allocation() 182 … RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, stride, sizeof(size_t)); in getPointer()
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 99 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0,
|
D | rs_for_each.rsh | 412 * Returns RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X if the face dimension is not
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1148 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, info.width, in nAllocationCopyFromBitmap() 2214 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, in nIncAllocationCreateTyped() 2248 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, dimZ, 0, in nAllocationGetByteBuffer() 2273 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, in nAllocationGetStride()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 1370 rsAllocationCopy2DRange(allocDst, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 1371 x, 1, a, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 333 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in FepPtrSetup()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1374 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in nAllocationCopyFromBitmap() 2792 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, in nAllocationGetByteBuffer()
|