Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp2228 size_t minRequiredAlignment = strideIn - xBytesSize; in nIncAllocationCreateTyped() local
2229 while (requiredAlignment <= minRequiredAlignment) { in nIncAllocationCreateTyped()