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