Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdVertexArray.cpp89 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()
DrsdVertexArray.h72 uint32_t mAttrsEnabledSize; variable