HomeSort by relevance Sort by last modified time
    Searched defs:maxAttrs (Results 1 - 5 of 5) 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;
  /external/chromium_org/third_party/libxml/src/
parser.c 1005 int maxAttrs; /* the size of the array */
    [all...]
relaxng.c 305 int maxAttrs; /* the size of attrs */
    [all...]
  /external/libxml2/
parser.c 1015 int maxAttrs; /* the size of the array */
    [all...]
relaxng.c 305 int maxAttrs; /* the size of attrs */
    [all...]

Completed in 93 milliseconds