Home
last modified time | relevance | path

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

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