Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DType.java66 int mElementCount; field in Type
152 return mElementCount; in getCount()
189 mElementCount = count; in calcElementCount()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DType.java58 int mElementCount; field in Type
154 return mElementCount; in getCount()
229 mElementCount = count; in calcElementCount()
/aosp12/frameworks/rs/cpp/
H A DType.cpp67 mElementCount = count; in calcElementCount()
H A DrsCppStructs.h1575 size_t mElementCount; variable
1646 return mElementCount; in getCount()
1654 return mElementCount * mElement->getSizeBytes(); in getSizeBytes()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50421 Landroid/renderscript/Type;->mElementCount:I