Searched refs:RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X (Results 1 – 15 of 15) sorted by relevance
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | ctxt_default.rs | 17 _RS_ASSERT_EQU(rsGetFace(context), RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 489 …rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->… in rsdAllocationInitStrided() 876 uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData1D() 969 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D() 995 const uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationRead1D() 1046 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationRead3D() 1108 dstLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D_alloc_script() 1110 srcLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D_alloc_script() 1159 uint8_t * ptr = GetOffsetPtr(alloc, x, y, z, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationElementData() 1178 uint8_t * ptr = GetOffsetPtr(alloc, x, y, z, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationElementRead()
|
/frameworks/rs/ |
D | rsDefines.h | 109 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0, enumerator
|
D | rsAllocation.cpp | 175 ((face != RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) && !mHal.state.hasFaces) || in getPointer() 719 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCopyToBitmap() 761 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationRead() 815 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCreateFromBitmap()
|
D | rsAllocation.h | 200 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
|
D | rsFont.cpp | 477 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight, in cacheBitmap()
|
/frameworks/rs/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/scriptc/ |
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/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1146 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, info.width, in nAllocationCopyFromBitmap() 2212 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, in nIncAllocationCreateTyped() 2246 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, dimZ, 0, in nAllocationGetByteBuffer() 2271 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, in nAllocationGetStride()
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_types.jd | 122 <tr><th>RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0</th><td></td></tr>
|
D | rs_for_each.jd | 827 <p> Returns RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X if the face dimension is not
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 342 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in FepPtrSetup()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1367 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in nAllocationCopyFromBitmap() 2781 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, in nAllocationGetByteBuffer()
|