Searched refs:RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X (Results 1 – 14 of 14) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsAdapter.cpp | 37 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset() 107 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset()
|
D | rsDefines.h | 120 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0, enumerator
|
D | rsAllocation.cpp | 438 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCopyToBitmap() 470 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationRead() 511 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCreateFromBitmap()
|
/frameworks/rs/ |
D | rsAdapter.cpp | 37 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset() 107 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset()
|
D | rsDefines.h | 120 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0, enumerator
|
D | rsAllocation.cpp | 500 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCopyToBitmap() 532 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationRead() 573 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCreateFromBitmap()
|
D | rsFont.cpp | 471 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight, in cacheBitmap()
|
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
D | fbosync.rs | 204 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, w, h, 205 gOffscreen, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdAllocation.cpp | 273 uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData1D() 325 const uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationRead1D() 428 uint8_t * ptr = GetOffsetPtr(alloc, x, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationElementData1D() 448 uint8_t * ptr = GetOffsetPtr(alloc, x, y, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationElementData2D()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 580 uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData1D() 632 const uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationRead1D() 735 uint8_t * ptr = GetOffsetPtr(alloc, x, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationElementData1D() 755 uint8_t * ptr = GetOffsetPtr(alloc, x, y, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationElementData2D()
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 394 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0,
|
/frameworks/support/renderscript/v8/rs_support/scriptc/ |
D | rs_types.rsh | 394 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0,
|
/frameworks/support/renderscript/v8/jni/ |
D | android_renderscript_RenderScript.cpp | 395 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in nAllocationCopyFromBitmap()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 569 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in nAllocationCopyFromBitmap()
|