Home
last modified time | relevance | path

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

/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp2209 size_t strideIn; in nIncAllocationCreateTyped() local
2215 &strideIn, sizeof(size_t)); in nIncAllocationCreateTyped()
2228 size_t minRequiredAlignment = strideIn - xBytesSize; in nIncAllocationCreateTyped()
2244 size_t strideIn = xBytesSize; in nAllocationGetByteBuffer() local
2249 &strideIn, sizeof(size_t)); in nAllocationGetByteBuffer()
2252 size_t bufferSize = strideIn; in nAllocationGetByteBuffer()
2270 size_t strideIn = 0; in nAllocationGetStride() local
2274 &strideIn, sizeof(size_t)); in nAllocationGetStride()
2276 return (jlong)strideIn; in nAllocationGetStride()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2784 size_t strideIn = xBytesSize; in nAllocationGetByteBuffer() local
2789 &strideIn, sizeof(size_t)); in nAllocationGetByteBuffer()
2794 size_t bufferSize = strideIn; in nAllocationGetByteBuffer()
2795 jStridePtr[0] = strideIn; in nAllocationGetByteBuffer()