Searched refs:mAttrsEnabledSize (Results 1 – 2 of 2) sorted by relevance
88 uint32_t maxAttrs = state->mAttrsEnabledSize; in setup()121 mAttrsEnabledSize = 0; in RsdVertexArrayState()131 mAttrsEnabledSize = maxAttrs; in init()132 mAttrsEnabled = new bool[mAttrsEnabledSize]; in init()133 for (uint32_t ct = 0; ct < mAttrsEnabledSize; ct++) { in init()
74 uint32_t mAttrsEnabledSize; variable