HomeSort by relevance Sort by last modified time
    Searched refs: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;
rsdVertexArray.h 69 void init(uint32_t maxAttrs);
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingStateQueryTests.cpp 91 glw::GLint maxAttrs = -1;
96 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttrs);
103 for (int attr = 0; attr < de::max(16, maxAttrs); ++attr)
139 const int va = rnd.getInt(0, de::max(16, maxAttrs)-1);
166 glw::GLint maxAttrs = -1;
171 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttrs);
178 for (int attr = 0; attr < de::max(16, maxAttrs); ++attr)
213 const int va = rnd.getInt(0, de::max(16, maxAttrs)-1);
  /external/libxml2/
relaxng.c 306 int maxAttrs; /* the size of attrs */
    [all...]
parser.c 1080 int maxAttrs; /* the size of the array */
    [all...]

Completed in 504 milliseconds