Home
last modified time | relevance | path

Searched refs:RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X (Results 1 – 16 of 16) sorted by relevance

/frameworks/rs/driver/
DrsdAllocation.cpp482 …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/
Dctxt_default.rscript33 _RS_ASSERT_EQU(rsGetFace(context), RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dctxt_default.rscript35 _RS_ASSERT_EQU(rsGetFace(context), RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
Dapitest.rscript1372 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/
DrsDefines.h109 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0, enumerator
DrsAllocation.cpp177 ((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()
DrsAllocation.h196 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
DrsFont.cpp476 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight, in cacheBitmap()
/frameworks/rs/script_api/
Drs_object_types.spec90 value: RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0
/frameworks/rs/cpp/
DAllocation.cpp43 mSelectedFace(RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) { in Allocation()
182RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, stride, sizeof(size_t)); in getPointer()
/frameworks/rs/script_api/include/
Drs_object_types.rsh99 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0,
Drs_for_each.rsh412 * Returns RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X if the face dimension is not
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1148 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/
Dapitest.rscript1370 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/
DrsCpuCore.cpp333 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in FepPtrSetup()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1374 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in nAllocationCopyFromBitmap()
2792 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, in nAllocationGetByteBuffer()