Searched refs:mFieldCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsElement.cpp27 mFieldCount = 0;
55 for (size_t i = 0; i < mFieldCount; i++) {
61 mFieldCount = 0;
72 if (!mFieldCount) {
77 for (size_t ct=0; ct < mFieldCount; ct++) {
84 if (!mFieldCount) {
89 for (size_t ct=0; ct < mFieldCount; ct++) {
97 ALOGV("%s Element: fieldCount: %zu, size bytes: %zu", prefix, mFieldCount, getSizeBytes());
99 for (uint32_t ct = 0; ct < mFieldCount; ct++) {
115 stream->addU32(mFieldCount);
[all...]
H A DrsElement.h88 uint32_t getFieldCount() const {return mFieldCount;}
152 size_t mFieldCount; member in class:android::renderscript::Element

Completed in 200 milliseconds