Home
last modified time | relevance | path

Searched refs:srcFace (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java560 int srcMip, int srcFace); in rsnAllocationData2D() argument
565 int srcMip, int srcFace) { in nAllocationData2D() argument
572 srcMip, srcFace); in nAllocationData2D()
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1448 jint srcMip, jint srcFace) in nAllocationData2D_alloc() argument
1455 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc()
1465 srcMip, srcFace); in nAllocationData2D_alloc()