Searched refs:RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/
H A DrsAdapter.cpp37 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X;
107 mFace = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X;
H A DrsDefines.h128 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0, enumerator in enum:RsAllocationCubemapFace
H A DrsAllocation.cpp102 ((face != RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) && !mHal.state.hasFaces) ||
578 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
617 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
658 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
H A DrsFont.cpp477 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight,
/frameworks/rs/driver/
H A DrsdAllocation.cpp463 rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.state.userProvidedPtr, allocSize, 0);
801 uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
892 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
918 const uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
969 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
1031 dstLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
1033 srcLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
1083 uint8_t * ptr = GetOffsetPtr(alloc, x, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
1103 uint8_t * ptr = GetOffsetPtr(alloc, x, y, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
/frameworks/rs/cpp/
H A DAllocation.cpp42 mSelectedFace(RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) {
186 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, stride);
/frameworks/rs/scriptc/
H A Drs_types.rsh413 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0,
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp414 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp654 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,

Completed in 87 milliseconds