Searched refs:n_ids (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 304 static const GLsizei n_ids = (GLsizei)(sizeof(ids) / sizeof(ids[0])); in iterate() local 326 GL_DONT_CARE /* severity */, n_ids /* count */, ids /* ids */, GL_TRUE /* enabled */); in iterate() 330 GL_DONT_CARE /* severity */, n_ids /* count */, ids /* ids */, GL_TRUE /* enabled */); in iterate() 334 GL_DEBUG_SEVERITY_LOW /* severity */, n_ids /* count */, ids /* ids */, in iterate()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 4000 guint n_vectors, n_memories, n_ids, drop_messages; in gst_rtsp_source_dispatch_write() local 4038 for (i = 0, n_vectors = 0, n_memories = 0, n_ids = 0; i < n_messages; i++) { in gst_rtsp_source_dispatch_write() 4041 n_ids++; in gst_rtsp_source_dispatch_write() 4071 ids = n_ids ? g_newa (guint, n_ids + 1) : NULL; in gst_rtsp_source_dispatch_write() 4073 memset (ids, 0, sizeof (guint) * (n_ids + 1)); in gst_rtsp_source_dispatch_write()
|