Searched refs:target_str (Results 1 – 7 of 7) sorted by relevance
/third_party/rust/crates/bindgen/bindgen/ |
D | features.rs | 302 fn test_target(target_str: &str, target: RustTarget) { in test_target() 304 assert_eq!(target_str, target_string); in test_target() 305 assert_eq!(target, RustTarget::from_str(target_str).unwrap()); in test_target()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbufferpool.c | 184 const gchar *target_str = gst_structure_get_string (s, "texture-target"); in gst_gl_buffer_pool_set_config() local 188 if (target_str) in gst_gl_buffer_pool_set_config() 189 tex_target = gst_gl_texture_target_from_string (target_str); in gst_gl_buffer_pool_set_config()
|
D | gstglmemory.c | 325 const gchar *target_str; in gst_gl_memory_init() local 362 target_str = gst_gl_texture_target_to_string (target); in gst_gl_memory_init() 365 "stride:%u size:%" G_GSIZE_FORMAT, context, mem, target_str, in gst_gl_memory_init()
|
D | gstglupload.c | 77 const gchar *target_str = gst_structure_get_string (s, "texture-target"); in _caps_get_texture_target() local 78 ret = gst_gl_texture_target_from_string (target_str); in _caps_get_texture_target()
|
/third_party/gn/src/gn/ |
D | command_gen.cc | 137 const std::string target_str = targets.size() > 1 ? "targets" : "target"; in PrintInvalidGeneratedInput() local 140 err += "is listed as an input or source for the " + target_str + ":\n"; in PrintInvalidGeneratedInput() 146 target_str + ". The target\nthat generates the file is:\n "; in PrintInvalidGeneratedInput() 152 Err(Location(), "Input to " + target_str + " not generated by a dependency.", in PrintInvalidGeneratedInput()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglimagesink.c | 1494 const gchar *target_str; in update_output_format() local 1558 target_str = gst_structure_get_string (s, "texture-target"); in update_output_format() 1560 if (!target_str) in update_output_format() 1561 target_str = GST_GL_TEXTURE_TARGET_2D_STR; in update_output_format() 1563 glimage_sink->texture_target = gst_gl_texture_target_from_string (target_str); in update_output_format() 1571 target_str, NULL); in update_output_format()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackTests.cpp | 1215 static const glw::GLchar* target_str[] = { STR(GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN), in testExtension3() local 1228 << target_str[i] << " and " in testExtension3() 1241 << target_str[i] << " and " in testExtension3() 1255 << target_str[i] << " and " in testExtension3()
|