Searched refs:n_types (Results 1 – 3 of 3) sorted by relevance
1602 const GLint n_types = configuration.m_n_types; in calculateAttributeLocation() local1606 for (GLint i = n_types - 1; i > n_type; --i) in calculateAttributeLocation()1823 GLint n_types = 0; in getProgramDetails() local1831 n_types = configuration.m_n_types; in getProgramDetails()1842 for (GLint n_type = 0; n_type < n_types; ++n_type) in getProgramDetails()1885 for (GLint n_type = 0; n_type < n_types; ++n_type) in getProgramDetails()2046 static const GLint n_types = sizeof(n_elements) / sizeof(n_elements[0]); in getVertexArrayConfiguration() local2059 out_configuration.m_n_types = n_types; in getVertexArrayConfiguration()2066 static const GLint n_types = sizeof(n_elements) / sizeof(n_elements[0]); in getVertexArrayConfiguration() local2079 out_configuration.m_n_types = n_types; in getVertexArrayConfiguration()[all …]
9541 const GLuint n_types = getTypesNumber(); in test() local9549 for (GLuint i = 0; i < n_types; ++i) in test()9993 const GLuint n_types = getTypesNumber(); in test() local10001 for (GLuint i = 0; i < n_types; ++i) in test()10006 for (GLuint j = 0; j < n_types; ++j) in test()10486 const GLuint n_types = getTypesNumber(); in test() local10494 for (GLuint j = 0; j < n_types; ++j) in test()14804 const GLuint n_types = getTypesNumber(); in test() local14806 for (GLuint i = 0; i < n_types; ++i) in test()15752 const GLuint n_types = getTypesNumber(); in test() local[all …]
353 const size_t n_types = tinfo.size(); in allocate_layout() local355 if (n_types == 0) in allocate_layout()359 n_types == 1 && tinfo.front()->holder_size_in_ptrs <= instance_simple_holder_in_ptrs(); in allocate_layout()378 space += size_in_ptrs(n_types); // status bytes (holder_constructed and instance_registered) in allocate_layout()