/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/flutter/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/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 | 5 "src/exit/arm/__aeabi_atexit.c", 6 "src/fenv/arm/fenv-hf.S", 7 "src/fenv/arm/fenv.c", 8 "src/ldso/arm/dlsym.s", 9 "src/ldso/arm/dlsym_time64.S", 10 "src/ldso/arm/dlvsym.s", 11 "src/ldso/arm/find_exidx.c", 12 "src/ldso/arm/tlsdesc.S", 13 "src/math/arm/fabs.c", 14 "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/flutter/skia/third_party/externals/angle2/src/ |
D | libGLESv2.gni | 6 "src/common/Color.h", 7 "src/common/Color.inc", 8 "src/common/FastVector.h", 9 "src/common/FixedVector.h", 10 "src/common/Float16ToFloat32.cpp", 11 "src/common/MemoryBuffer.cpp", 12 "src/common/MemoryBuffer.h", 13 "src/common/Optional.h", 14 "src/common/PackedEGLEnums_autogen.cpp", 15 "src/common/PackedEGLEnums_autogen.h", [all …]
|
D | compiler.gni | 20 "src/compiler/translator/BaseTypes.h", 21 "src/compiler/translator/BuiltInFunctionEmulator.cpp", 22 "src/compiler/translator/BuiltInFunctionEmulator.h", 23 "src/compiler/translator/CallDAG.cpp", 24 "src/compiler/translator/CallDAG.h", 25 "src/compiler/translator/CodeGen.cpp", 26 "src/compiler/translator/CollectVariables.cpp", 27 "src/compiler/translator/CollectVariables.h", 28 "src/compiler/translator/Common.h", 29 "src/compiler/translator/Compiler.cpp", [all …]
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 290 ../src/meson.build 292 ../src/amd/meson.build 294 ../src/amd/addrlib/meson.build 296 ../src/amd/addrlib/inc/addrinterface.h 297 ../src/amd/addrlib/inc/addrtypes.h 299 ../src/amd/addrlib/src/addrinterface.cpp 300 ../src/amd/addrlib/src/amdgpu_asic_addr.h 302 ../src/amd/addrlib/src/chip/gfx10/gfx10_gb_reg.h 304 ../src/amd/addrlib/src/chip/gfx9/gfx9_gb_reg.h 306 ../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/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/modules/alsa/alsa-mixer.c [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/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/mindspore/mindspore/lite/ |
D | BUILD.gn | 30 "src/c_api/context_c.cc", 31 "src/c_api/model_c.cc", 32 "src/c_api/tensor_c.cc", 33 "src/common/config_file.cc", 34 "src/common/context_util.cc", 35 "src/common/dynamic_library_loader.cc", 36 "src/common/file_utils.cc", 37 "src/common/graph_util.cc", 38 "src/common/lite_utils.cc", 39 "src/common/log.cc", [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/ |
D | BUILD.gn | 28 configs = [ "${dawn_root}/src/common:dawn_internal" ] 65 public_deps = [ "${dawn_root}/src/dawn:dawn_headers" ] 66 all_dependent_configs = [ "${dawn_root}/src/common:dawn_public_include_dirs" ] 68 "src/include/dawn_native/DawnNative.h", 69 "src/include/dawn_native/dawn_native_export.h", 73 "src/include/dawn_native/D3D12Backend.h", 74 "src/include/dawn_native/MetalBackend.h", 75 "src/include/dawn_native/NullBackend.h", 76 "src/include/dawn_native/OpenGLBackend.h", 77 "src/include/dawn_native/VulkanBackend.h", [all …]
|
/third_party/grpc/third_party/upb/bazel/ |
D | lua.BUILD | 8 "src/lauxlib.h", 9 "src/lua.h", 10 "src/lua.hpp", 11 "src/luaconf.h", 12 "src/lualib.h", 15 includes = ["src"], 21 "src/lapi.c", 22 "src/lapi.h", 23 "src/lauxlib.c", 24 "src/lauxlib.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/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/flutter/flutter/packages/flutter_tools/ |
D | BUILD.gn | 72 "src/android/adb.dart", 73 "src/android/android.dart", 74 "src/android/android_device.dart", 75 "src/android/android_emulator.dart", 76 "src/android/android_sdk.dart", 77 "src/android/android_studio.dart", 78 "src/android/android_studio_validator.dart", 79 "src/android/android_workflow.dart", 80 "src/android/apk.dart", 81 "src/android/gradle.dart", [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | Android.mk | 37 src/dec/alpha_dec.c \ 38 src/dec/buffer_dec.c \ 39 src/dec/frame_dec.c \ 40 src/dec/idec_dec.c \ 41 src/dec/io_dec.c \ 42 src/dec/quant_dec.c \ 43 src/dec/tree_dec.c \ 44 src/dec/vp8_dec.c \ 45 src/dec/vp8l_dec.c \ 46 src/dec/webp_dec.c \ [all …]
|
/third_party/gettext/gettext-tools/po/ |
D | POTFILES.in | 7 # $ LC_ALL=C grep -l '[^A-Za-z_]_(' {gnulib-lib,src,libgettextpo}/*.[chly] 33 src/cldr-plurals.c 34 src/file-list.c 35 src/format-awk.c 36 src/format-boost.c 37 src/format.c 38 src/format-c.c 39 src/format-c-parse.h 40 src/format-csharp.c 41 src/format-elisp.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 …]
|
/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 …]
|