Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsElement.cpp31 mFieldCount = 0; in Element()
50 mFieldCount = 0; in clear()
55 if (!mFieldCount) { in getSizeBits()
60 for (size_t ct=0; ct < mFieldCount; ct++) { in getSizeBits()
78 LOGV("%s Element: components %i, size %i", prefix, mFieldCount, mBits); in dumpLOGV()
79 for (uint32_t ct = 0; ct < mFieldCount; ct++) { in dumpLOGV()
136 e->mFieldCount = count; in create()
155 for (uint32_t ct = 0; ct < mFieldCount; ct++) { in getCStructBody()
174 if (!mFieldCount) { in getCType()
192 if (!mFieldCount) { in getGLSLType()
DrsElement.h48 uint32_t getFieldCount() const {return mFieldCount;} in getFieldCount()
77 size_t mFieldCount; variable