/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 6 dst->activeShaderProgram = src.activeShaderProgram; 7 dst->activeTexture = src.activeTexture; 8 dst->attachShader = src.attachShader; 9 dst->beginQuery = src.beginQuery; 10 dst->beginTransformFeedback = src.beginTransformFeedback; 11 dst->bindAttribLocation = src.bindAttribLocation; 12 dst->bindBuffer = src.bindBuffer; 13 dst->bindBufferBase = src.bindBufferBase; 14 dst->bindBufferRange = src.bindBufferRange; 15 dst->bindFramebuffer = src.bindFramebuffer; [all …]
|
/third_party/skia/third_party/externals/angle2/third_party/glmark2/ |
D | BUILD.gn | 10 "src/src/glad/include/glad/egl.h", 11 "src/src/glad/include/glad/wgl.h", 12 "src/src/glad/src/egl.c", 16 _glmark2_glad_common_sources += [ "src/src/glad/src/wgl.c" ] 20 include_dirs = [ "src/src/glad/include" ] 25 "src/src/glad/include/glad/gles2.h", 26 "src/src/glad/src/gles2.c", 33 "src/src/glad/include/glad/gl.h", 34 "src/src/glad/src/gl.c", 39 glmark_data_path = "${angle_root}/third_party/glmark2/src/data" [all …]
|
/third_party/musl/ |
D | musl_src.gni | 6 "src/exit/arm/__aeabi_atexit.c", 7 "src/fenv/arm/fenv-hf.S", 8 "src/fenv/arm/fenv.c", 9 "src/ldso/arm/dlsym.s", 10 "src/ldso/arm/dlsym_time64.S", 11 "src/ldso/arm/dlvsym.s", 12 "src/ldso/arm/find_exidx.c", 13 "src/ldso/arm/tlsdesc.S", 14 "src/math/arm/fabs.c", 15 "src/math/arm/fabsf.c", [all …]
|
/third_party/skia/third_party/externals/angle2/src/ |
D | libGLESv2.gni | 6 "src/common/CircularBuffer.h", 7 "src/common/Color.h", 8 "src/common/Color.inc", 9 "src/common/FastVector.h", 10 "src/common/FixedVector.h", 11 "src/common/Float16ToFloat32.cpp", 12 "src/common/MemoryBuffer.cpp", 13 "src/common/MemoryBuffer.h", 14 "src/common/Optional.h", 15 "src/common/PackedEGLEnums_autogen.cpp", [all …]
|
D | compiler.gni | 8 "src/compiler/translator/blocklayout.h", 9 "src/compiler/translator/blocklayoutHLSL.h", 25 "src/compiler/translator/BaseTypes.h", 26 "src/compiler/translator/BuiltInFunctionEmulator.cpp", 27 "src/compiler/translator/BuiltInFunctionEmulator.h", 28 "src/compiler/translator/CallDAG.cpp", 29 "src/compiler/translator/CallDAG.h", 30 "src/compiler/translator/CodeGen.cpp", 31 "src/compiler/translator/CollectVariables.cpp", 32 "src/compiler/translator/CollectVariables.h", [all …]
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 270 "../src/meson.build", 272 "../src/amd/meson.build", 274 "../src/amd/addrlib/meson.build", 276 "../src/amd/addrlib/inc/addrinterface.h", 277 "../src/amd/addrlib/inc/addrtypes.h", 279 "../src/amd/addrlib/src/addrinterface.cpp", 280 "../src/amd/addrlib/src/amdgpu_asic_addr.h", 282 "../src/amd/addrlib/src/chip/gfx10/gfx10_gb_reg.h", 284 "../src/amd/addrlib/src/chip/gfx9/gfx9_gb_reg.h", 286 "../src/amd/addrlib/src/chip/r800/si_gb_reg.h", [all …]
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouphttpsrc.c | 137 GSource *src; in gst_soup_session_finalize() local 143 src = g_idle_source_new (); in gst_soup_session_finalize() 145 g_source_set_callback (src, _soup_session_finalize_cb, sess, NULL); in gst_soup_session_finalize() 146 g_source_attach (src, g_main_loop_get_context (sess->loop)); in gst_soup_session_finalize() 147 g_source_unref (src); in gst_soup_session_finalize() 270 static gboolean gst_soup_http_src_set_location (GstSoupHTTPSrc * src, 272 static gboolean gst_soup_http_src_set_proxy (GstSoupHTTPSrc * src, 275 static gboolean gst_soup_http_src_build_message (GstSoupHTTPSrc * src, 277 static gboolean gst_soup_http_src_add_range_header (GstSoupHTTPSrc * src, 279 static gboolean gst_soup_http_src_session_open (GstSoupHTTPSrc * src); [all …]
|
/third_party/node/deps/v8/third_party/google_benchmark/ |
D | BUILD.gn | 11 "src/include", 19 public = [ "src/include/benchmark/benchmark.h" ] 22 "src/src/arraysize.h", 23 "src/src/benchmark.cc", 24 "src/src/benchmark_api_internal.cc", 25 "src/src/benchmark_api_internal.h", 26 "src/src/benchmark_name.cc", 27 "src/src/benchmark_register.cc", 28 "src/src/benchmark_register.h", 29 "src/src/benchmark_runner.cc", [all …]
|
/third_party/skia/third_party/externals/tint/test/ |
D | BUILD.gn | 38 sources = [ "${tint_googletest_dir}/googletest/src/gtest-all.cc" ] 52 sources = [ "${tint_googletest_dir}/googlemock/src/gmock-all.cc" ] 90 sources = [ "../src/test_main.cc" ] 96 "${tint_root_dir}/src:libtint", 111 "${tint_root_dir}/src:tint_common_config", 112 "${tint_root_dir}/src:tint_public_config", 136 "${tint_root_dir}/src:libtint", 137 "${tint_root_dir}/src:tint_utils_io", 144 "../src/ast/alias_test.cc", 145 "../src/ast/array_test.cc", [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | CMakeLists.txt | 9 include_directories(src/ap) 10 include_directories(src/common) 11 include_directories(src/crypto) 12 include_directories(src/drivers) 13 include_directories(src/eap_common) 14 include_directories(src/eap_peer) 15 include_directories(src/eap_server) 16 include_directories(src/eapol_auth) 17 include_directories(src/eapol_supp) 18 include_directories(src/fst) [all …]
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 33 "$MUSLPORTINGDIR/src/ctype/__ctype_get_mb_cur_max.c", 34 "$MUSLPORTINGDIR/src/ctype/isalpha.c", 35 "$MUSLPORTINGDIR/src/ctype/isdigit.c", 36 "$MUSLPORTINGDIR/src/ctype/islower.c", 37 "$MUSLPORTINGDIR/src/ctype/isspace.c", 38 "$MUSLPORTINGDIR/src/ctype/isupper.c", 39 "$MUSLPORTINGDIR/src/ctype/isxdigit.c", 40 "$MUSLPORTINGDIR/src/ctype/tolower.c", 41 "$MUSLPORTINGDIR/src/ctype/toupper.c", 42 "$MUSLPORTINGDIR/src/errno/strerror.c", [all …]
|
/third_party/pulseaudio/po/ |
D | POTFILES.in | 1 src/daemon/caps.c 2 src/daemon/cmdline.c 3 src/daemon/cpulimit.c 4 src/daemon/daemon-conf.c 5 src/daemon/dumpmodules.c 6 src/daemon/ltdl-bind-now.c 7 src/daemon/main.c 8 src/daemon/pulseaudio.desktop.in 9 src/daemon/systemd/user/pulseaudio.service.in 10 src/daemon/systemd/user/pulseaudio-x11.service.in [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | resindvdsrc.c | 111 static gboolean read_vts_info (resinDvdSrc * src); 132 static void rsn_dvdsrc_prepare_spu_stream_event (resinDvdSrc * src, 134 static void rsn_dvdsrc_prepare_audio_stream_event (resinDvdSrc * src, 136 static gboolean rsn_dvdsrc_prepare_streamsinfo_event (resinDvdSrc * src); 137 static void rsn_dvdsrc_prepare_clut_change_event (resinDvdSrc * src, 139 static void rsn_dvdsrc_update_highlight (resinDvdSrc * src); 141 static void rsn_dvdsrc_enqueue_nav_block (resinDvdSrc * src, 143 static void rsn_dvdsrc_activate_nav_block (resinDvdSrc * src, 145 static void rsn_dvdsrc_clear_nav_blocks (resinDvdSrc * src); 146 static void rsn_dvdsrc_check_nav_blocks (resinDvdSrc * src); [all …]
|
/third_party/node/deps/v8/ |
D | BUILD.bazel | 550 "src/flags/flag-definitions.h", 551 "src/flags/flags.h", 553 "is_v8_enable_webassembly": ["src/wasm/wasm-feature-flags.h"], 561 "src/common/globals.h", 565 "src/wasm/wasm-constants.h", 566 "src/wasm/wasm-limits.h", 578 "src/base/vlq.h", 579 "src/base/address-region.h", 580 "src/base/atomic-utils.h", 581 "src/base/atomicops.h", [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | remap.c | 36 static void remap_mono_to_stereo_s16ne_c(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned … in remap_mono_to_stereo_s16ne_c() argument 40 dst[0] = dst[1] = src[0]; in remap_mono_to_stereo_s16ne_c() 41 dst[2] = dst[3] = src[1]; in remap_mono_to_stereo_s16ne_c() 42 dst[4] = dst[5] = src[2]; in remap_mono_to_stereo_s16ne_c() 43 dst[6] = dst[7] = src[3]; in remap_mono_to_stereo_s16ne_c() 44 src += 4; in remap_mono_to_stereo_s16ne_c() 48 dst[0] = dst[1] = src[0]; in remap_mono_to_stereo_s16ne_c() 49 src++; in remap_mono_to_stereo_s16ne_c() 54 static void remap_mono_to_stereo_s32ne_c(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned … in remap_mono_to_stereo_s32ne_c() argument 58 dst[0] = dst[1] = src[0]; in remap_mono_to_stereo_s32ne_c() [all …]
|
/third_party/libffi/ |
D | Makefile.in | 95 @FFI_DEBUG_TRUE@am__append_2 = src/debug.c 157 am__libffi_la_SOURCES_DIST = src/prep_cif.c src/types.c src/raw_api.c \ 158 src/java_raw_api.c src/closures.c src/debug.c 160 @FFI_DEBUG_TRUE@am__objects_1 = src/debug.lo 161 am_libffi_la_OBJECTS = src/prep_cif.lo src/types.lo src/raw_api.lo \ 162 src/java_raw_api.lo src/closures.lo $(am__objects_1) 172 am__libffi_convenience_la_SOURCES_DIST = src/prep_cif.c src/types.c \ 173 src/raw_api.c src/java_raw_api.c src/closures.c src/debug.c 174 am__objects_2 = src/prep_cif.lo src/types.lo src/raw_api.lo \ 175 src/java_raw_api.lo src/closures.lo $(am__objects_1) [all …]
|
D | Makefile.am | 20 m4/ltversion.m4 src/debug.c msvcc.sh \ 40 libffi_la_SOURCES = src/prep_cif.c src/types.c \ 41 src/raw_api.c src/java_raw_api.c src/closures.c 44 libffi_la_SOURCES += src/debug.c 48 src/aarch64/ffitarget.h src/aarch64/internal.h \ 49 src/alpha/ffitarget.h src/alpha/internal.h \ 50 src/arc/ffitarget.h \ 51 src/arm/ffitarget.h src/arm/internal.h \ 52 src/avr32/ffitarget.h \ 53 src/bfin/ffitarget.h \ [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | qpeldsp.c | 43 static void OPNAME ## mpeg4_qpel8_h_lowpass(uint8_t *dst, const uint8_t *src, \ 51 …OP(dst[0], (src[0] + src[1]) * 20 - (src[0] + src[2]) * 6 + (src[1] + src[3]) * 3 - (src[2] + src[… 52 …OP(dst[1], (src[1] + src[2]) * 20 - (src[0] + src[3]) * 6 + (src[0] + src[4]) * 3 - (src[1] + src[… 53 …OP(dst[2], (src[2] + src[3]) * 20 - (src[1] + src[4]) * 6 + (src[0] + src[5]) * 3 - (src[0] + src[… 54 …OP(dst[3], (src[3] + src[4]) * 20 - (src[2] + src[5]) * 6 + (src[1] + src[6]) * 3 - (src[0] + src[… 55 …OP(dst[4], (src[4] + src[5]) * 20 - (src[3] + src[6]) * 6 + (src[2] + src[7]) * 3 - (src[1] + src[… 56 …OP(dst[5], (src[5] + src[6]) * 20 - (src[4] + src[7]) * 6 + (src[3] + src[8]) * 3 - (src[2] + src[… 57 …OP(dst[6], (src[6] + src[7]) * 20 - (src[5] + src[8]) * 6 + (src[4] + src[8]) * 3 - (src[3] + src[… 58 …OP(dst[7], (src[7] + src[8]) * 20 - (src[6] + src[8]) * 6 + (src[5] + src[7]) * 3 - (src[4] + src[… 60 src += srcStride; \ [all …]
|
D | h264chroma_template.c | 31 pixel *src = (pixel*)_src;\ 43 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\ 45 src+= stride;\ 51 OP(dst[0], (A*src[0] + E*src[step+0]));\ 53 src+= stride;\ 57 OP(dst[0], (A*src[0]));\ 59 src+= stride;\ 66 pixel *src = (pixel*)_src;\ 78 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\ 79 OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2]));\ [all …]
|
/third_party/libsnd/ |
D | BUILD.gn | 20 "src", 22 "src/GSM610", 23 "src/G72x", 24 "src/ALAC", 36 "src/ALAC/ALACBitUtilities.c", 37 "src/ALAC/ag_dec.c", 38 "src/ALAC/ag_enc.c", 39 "src/ALAC/alac_decoder.c", 40 "src/ALAC/alac_encoder.c", 41 "src/ALAC/dp_dec.c", [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpsource.c | 263 rtp_source_reset (RTPSource * src) in rtp_source_reset() argument 265 src->marked_bye = FALSE; in rtp_source_reset() 266 if (src->bye_reason) in rtp_source_reset() 267 g_free (src->bye_reason); in rtp_source_reset() 268 src->bye_reason = NULL; in rtp_source_reset() 269 src->sent_bye = FALSE; in rtp_source_reset() 270 g_hash_table_remove_all (src->reported_in_sr_of); in rtp_source_reset() 271 g_queue_foreach (src->retained_feedback, (GFunc) gst_buffer_unref, NULL); in rtp_source_reset() 272 g_queue_clear (src->retained_feedback); in rtp_source_reset() 273 src->last_rtptime = -1; in rtp_source_reset() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/spandsp/ |
D | gsttonegeneratesrc.c | 164 gst_tone_generate_src_init (GstToneGenerateSrc * src) in gst_tone_generate_src_init() argument 166 src->volume = DEFAULT_VOLUME; in gst_tone_generate_src_init() 167 src->freq = DEFAULT_FREQ; in gst_tone_generate_src_init() 168 src->on_time = DEFAULT_ON_TIME; in gst_tone_generate_src_init() 169 src->off_time = DEFAULT_OFF_TIME; in gst_tone_generate_src_init() 170 src->volume2 = DEFAULT_VOLUME; in gst_tone_generate_src_init() 171 src->freq2 = DEFAULT_FREQ; in gst_tone_generate_src_init() 172 src->on_time2 = DEFAULT_ON_TIME; in gst_tone_generate_src_init() 173 src->off_time2 = DEFAULT_OFF_TIME; in gst_tone_generate_src_init() 174 src->repeat = DEFAULT_REPEAT; in gst_tone_generate_src_init() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | test_http_src.c | 209 gst_test_http_src_init (GstTestHTTPSrc * src) in gst_test_http_src_init() argument 211 g_mutex_init (&src->mutex); in gst_test_http_src_init() 212 src->uri = NULL; in gst_test_http_src_init() 213 memset (&src->input, 0, sizeof (src->input)); in gst_test_http_src_init() 214 src->compress = FALSE; in gst_test_http_src_init() 215 src->keep_alive = FALSE; in gst_test_http_src_init() 216 src->http_method_name = NULL; in gst_test_http_src_init() 217 src->http_method = METHOD_GET; in gst_test_http_src_init() 218 src->user_agent = NULL; in gst_test_http_src_init() 219 src->position = 0; in gst_test_http_src_init() [all …]
|
/third_party/protobuf/ |
D | BUILD.gn | 20 include_dirs = [ "src" ] 25 "src/google/protobuf/any_lite.cc", 26 "src/google/protobuf/arena.cc", 27 "src/google/protobuf/extension_set.cc", 28 "src/google/protobuf/generated_enum_util.cc", 29 "src/google/protobuf/generated_message_table_driven_lite.cc", 30 "src/google/protobuf/generated_message_util.cc", 31 "src/google/protobuf/implicit_weak_message.cc", 32 "src/google/protobuf/io/coded_stream.cc", 33 "src/google/protobuf/io/io_win32.cc", [all …]
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gltestsrc.c | 126 _bind_buffer (struct SrcShader *src) in _bind_buffer() argument 128 GstGLContext *context = src->base.context; in _bind_buffer() 132 gl->BindBuffer (GL_ELEMENT_ARRAY_BUFFER, src->vbo_indices); in _bind_buffer() 133 gl->BindBuffer (GL_ARRAY_BUFFER, src->vbo); in _bind_buffer() 136 for (i = 0; i < src->n_attributes; i++) { in _bind_buffer() 137 struct attribute *attr = &src->attributes[i]; in _bind_buffer() 141 gst_gl_shader_get_attribute_location (src->shader, attr->name); in _bind_buffer() 152 _unbind_buffer (struct SrcShader *src) in _unbind_buffer() argument 154 GstGLContext *context = src->base.context; in _unbind_buffer() 161 for (i = 0; i < src->n_attributes; i++) { in _unbind_buffer() [all …]
|