Home
last modified time | relevance | path

Searched refs:_face (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp193 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocation2DWrite() local
199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite()
262 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocation2DRead() local
268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead()
352 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocationGetPointer() local
356 …void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _ar… in allocationGetPointer()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1221 …D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, in nAllocationData2D() argument
1226 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationData2D()
1341 …D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, in nAllocationRead2D() argument
1346 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationRead2D()
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1425 …D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, in nAllocationData2D() argument
1430 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationData2D()
1566 …D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, in nAllocationRead2D() argument
1571 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationRead2D()