Searched refs:n_types (Results 1 – 4 of 4) 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 …]
9535 const GLuint n_types = getTypesNumber(); in test() local9543 for (GLuint i = 0; i < n_types; ++i) in test()9987 const GLuint n_types = getTypesNumber(); in test() local9995 for (GLuint i = 0; i < n_types; ++i) in test()10000 for (GLuint j = 0; j < n_types; ++j) in test()10480 const GLuint n_types = getTypesNumber(); in test() local10488 for (GLuint j = 0; j < n_types; ++j) in test()14798 const GLuint n_types = getTypesNumber(); in test() local14800 for (GLuint i = 0; i < n_types; ++i) in test()15746 const GLuint n_types = getTypesNumber(); in test() local[all …]
1713 gint n_types; in register_codecs() local1725 n_types = 0; in register_codecs()1727 n_types++; in register_codecs()1729 n_types++; in register_codecs()1731 for (i = 0; i < n_types; i++) { in register_codecs()
1198 const guint n_types = 23; in _g_param_spec_types_init() local1204 g_param_spec_types = g_new0 (GType, n_types); in _g_param_spec_types_init()1207 spec_types_bound = g_param_spec_types + n_types; in _g_param_spec_types_init()