Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DVertexBuffer.h40 , mByteCount(0) in VertexBuffer()
71 mByteCount = mVertexCount * sizeof(TYPE); in alloc()
128 unsigned int getSize() const { return mByteCount; } in getSize()
167 unsigned int mByteCount; variable