Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsAdapter.cpp37 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset()
107 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset()
DrsDefines.h120 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0, enumerator
DrsAllocation.cpp438 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/
DrsAdapter.cpp37 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset()
107 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X; in reset()
DrsDefines.h120 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0, enumerator
DrsAllocation.cpp500 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()
DrsFont.cpp471 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight, in cacheBitmap()
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
Dfbosync.rs204 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/
DrsdAllocation.cpp273 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/
DrsdAllocation.cpp580 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/
Drs_types.rsh394 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0,
/frameworks/support/renderscript/v8/rs_support/scriptc/
Drs_types.rsh394 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0,
/frameworks/support/renderscript/v8/jni/
Dandroid_renderscript_RenderScript.cpp395 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in nAllocationCopyFromBitmap()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp569 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in nAllocationCopyFromBitmap()