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

  /frameworks/base/tools/aapt2/xml/
XmlPullParser.cpp 182 size_t XmlPullParser::attribute_count() const { function in class:aapt::xml::XmlPullParser
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp 815 int attribute_count = 16; local
816 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
820 for (int index = 0; index < attribute_count; ++index)
853 int attribute_count = 16; local
854 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
858 for (int index = 0; index < attribute_count; ++index)
868 for (int index = 0; index < attribute_count; ++index)
878 for (int index = 0; index < attribute_count; ++index)
888 for (int index = 0; index < attribute_count; ++index)
915 int attribute_count = 16 local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp 977 int attribute_count = 16; local
978 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
982 for (int index = 0; index < attribute_count; ++index)
1015 int attribute_count = 16; local
1016 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
1020 for (int index = 0; index < attribute_count; ++index)
1030 for (int index = 0; index < attribute_count; ++index)
1040 for (int index = 0; index < attribute_count; ++index)
1050 for (int index = 0; index < attribute_count; ++index)
1077 int attribute_count = 16 local
1109 int attribute_count = 16; local
1141 int attribute_count = 16; local
    [all...]

Completed in 219 milliseconds