HomeSort by relevance Sort by last modified time
    Searched refs:maxAttrs (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/driver/
rsdVertexArray.cpp 89 uint32_t maxAttrs = state->mAttrsEnabledSize;
91 for (uint32_t ct=1; ct < maxAttrs; ct++) {
104 if (slot < 0 || slot >= (int32_t)maxAttrs) {
131 void RsdVertexArrayState::init(uint32_t maxAttrs) {
132 mAttrsEnabledSize = maxAttrs;
rsdVertexArray.h 69 void init(uint32_t maxAttrs);
  /external/libxml2/
relaxng.c 305 int maxAttrs; /* the size of attrs */
    [all...]
parser.c 1015 int maxAttrs; /* the size of the array */
    [all...]

Completed in 458 milliseconds