Home
last modified time | relevance | path

Searched refs:n_types (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1602 const GLint n_types = configuration.m_n_types; in calculateAttributeLocation() local
1606 for (GLint i = n_types - 1; i > n_type; --i) in calculateAttributeLocation()
1823 GLint n_types = 0; in getProgramDetails() local
1831 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() local
2059 out_configuration.m_n_types = n_types; in getVertexArrayConfiguration()
2066 static const GLint n_types = sizeof(n_elements) / sizeof(n_elements[0]); in getVertexArrayConfiguration() local
2079 out_configuration.m_n_types = n_types; in getVertexArrayConfiguration()
[all …]
Dgl4cEnhancedLayoutsTests.cpp9535 const GLuint n_types = getTypesNumber(); in test() local
9543 for (GLuint i = 0; i < n_types; ++i) in test()
9987 const GLuint n_types = getTypesNumber(); in test() local
9995 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() local
10488 for (GLuint j = 0; j < n_types; ++j) in test()
14798 const GLuint n_types = getTypesNumber(); in test() local
14800 for (GLuint i = 0; i < n_types; ++i) in test()
15746 const GLuint n_types = getTypesNumber(); in test() local
[all …]
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamc.c1713 gint n_types; in register_codecs() local
1725 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()
/third_party/glib/gobject/
Dgparamspecs.c1198 const guint n_types = 23; in _g_param_spec_types_init() local
1204 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()