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

  /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 307 int maxAttrs; /* the size of attrs */
    [all...]
parser.c 1089 int maxAttrs; /* the size of the array */
    [all...]

Completed in 115 milliseconds