Searched refs:mByteCount (Results 1 – 1 of 1) sorted by relevance
40 , 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