Searched refs:out_names (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderBarrier.hpp | 70 virtual void getXFBProperties(int* out_n_names, const char*** out_names) = 0; 110 void getXFBProperties(int* out_n_names, const char*** out_names); 148 void getXFBProperties(int* out_n_names, const char*** out_names); 192 void getXFBProperties(int* out_n_names, const char*** out_names);
|
D | esextcTessellationShaderBarrier.cpp | 471 void TessellationShaderBarrier1::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument 476 *out_names = names; in getXFBProperties() 673 void TessellationShaderBarrier2::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument 678 *out_names = names; in getXFBProperties() 872 void TessellationShaderBarrier3::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument 877 *out_names = names; in getXFBProperties()
|
D | esextcTessellationShaderTCTE.hpp | 331 …void getXFBProperties(const glw::GLchar*** out_names, glw::GLint* out_n_names, glw::GLint* out_xfb…
|
D | esextcTessellationShaderInvariance.hpp | 94 …oid getXFBProperties(unsigned int n_iteration, unsigned int* out_n_names, const char*** out_names);
|
D | esextcTessellationShaderTCTE.cpp | 1520 void TessellationShaderTCTEgl_in::getXFBProperties(const glw::GLchar*** out_names, glw::GLint* out_… in getXFBProperties() argument 1541 if (out_names != NULL) in getXFBProperties() 1543 *out_names = xfb_varyings; in getXFBProperties()
|
D | esextcTessellationShaderInvariance.cpp | 258 const char*** out_names) in getXFBProperties() argument 265 *out_names = names; in getXFBProperties()
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | calf-lv2-port-groups.patch | 59 - const char *out_names[] = { "out_l", "out_r" }; 67 - add_port(ports, out_names[i], out_names[i], "Output", pn++);
|
/third_party/glib/gio/ |
D | gdbus-daemon-generated.h | 350 gchar ***out_names, 356 gchar ***out_names,
|
D | gdbus-daemon-generated.c | 2131 gchar ***out_names, in _g_freedesktop_dbus_call_list_names_finish() argument 2141 out_names); in _g_freedesktop_dbus_call_list_names_finish() 2163 gchar ***out_names, in _g_freedesktop_dbus_call_list_names_sync() argument 2179 out_names); in _g_freedesktop_dbus_call_list_names_sync()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blitter.c | 474 static const char *out_names[] = { in pan_blitter_get_blit_shader() local 482 out_names[active_count]); in pan_blitter_get_blit_shader()
|