| /third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
| H A D | SimpleMultiPlayer.cpp | 143 void SimpleMultiPlayer::addSampleSource(SampleSource* source, SampleBuffer* buffer) { in addSampleSource() argument
|
| /third_party/skia/third_party/externals/oboe/src/common/ |
| H A D | Utilities.cpp | 34 void convertFloatToPcm16(const float *source, int16_t *destination, int32_t numSamples) { in convertFloatToPcm16() argument 48 void convertPcm16ToFloat(const int16_t *source, float *destination, int32_t numSamples) { in convertPcm16ToFloat() argument
|
| /third_party/skia/third_party/externals/oboe/src/fifo/ |
| H A D | FifoBuffer.cpp | 80 uint8_t *source = &mStorage[convertFramesToBytes(readIndex)]; in read() local 122 const uint8_t *source = reinterpret_cast<const uint8_t *>(buffer); in write() local [all...] |
| /third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
| H A D | BrotliInputStream.cs | 42 public BrotliInputStream(System.IO.Stream source)
in BrotliInputStream() argument 63 BrotliInputStream(System.IO.Stream source, int byteReadBufferSize) BrotliInputStream() argument 89 BrotliInputStream(System.IO.Stream source, int byteReadBufferSize, byte[] customDictionary) BrotliInputStream() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | StackContainer.h | 98 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPUQueue.cpp | 117 copyExternalImageToTexture(Napi::Env, interop::GPUImageCopyExternalImage source, interop::GPUImageCopyTextureTagged destination, interop::GPUExtent3D copySize) copyExternalImageToTexture() argument
|
| H A D | GPUCommandEncoder.cpp | 59 copyBufferToBuffer(Napi::Env env, interop::Interface<interop::GPUBuffer> source, interop::GPUSize64 sourceOffset, interop::Interface<interop::GPUBuffer> destination, interop::GPUSize64 destinationOffset, interop::GPUSize64 size) copyBufferToBuffer() argument 77 copyBufferToTexture(Napi::Env env, interop::GPUImageCopyBuffer source, interop::GPUImageCopyTexture destination, interop::GPUExtent3D copySize) copyBufferToTexture() argument 95 copyTextureToBuffer(Napi::Env env, interop::GPUImageCopyTexture source, interop::GPUImageCopyBuffer destination, interop::GPUExtent3D copySize) copyTextureToBuffer() argument 113 copyTextureToTexture(Napi::Env env, interop::GPUImageCopyTexture source, interop::GPUImageCopyTexture destination, interop::GPUExtent3D copySize) copyTextureToTexture() argument
|
| /third_party/openssl/crypto/ct/ |
| H A D | ct_local.h | 80 sct_source_t source; member
|
| /third_party/skia/third_party/externals/freetype/src/lzw/ |
| H A D | ftlzw.c | 67 FT_Stream source; /* parent/source stream */ member [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-subset.cc | 222 _is_table_present (hb_face_t *source, hb_tag_t tag) in _is_table_present() argument 346 hb_subset_or_fail (hb_face_t *source, const hb_subset_input_t *input) in hb_subset_or_fail() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
| H A D | index_sub_table_format2.cc | 195 ReadableFontDataPtr source; in SubSerialize() local
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-pipe-source.c | 68 pa_source *source; member [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | ConvertUTF.h | 245 convertUTF8Sequence(const UTF8 **source, const UTF8 *sourceEnd, UTF32 *target, ConversionFlags flags) convertUTF8Sequence() argument [all...] |
| /third_party/skia/third_party/externals/zlib/google/ |
| H A D | compression_utils_portable.cc | 62 GzipCompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) GzipCompressHelper() argument 79 CompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, int compression_level, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) CompressHelper() argument 156 GzipUncompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) GzipUncompressHelper() argument 167 UncompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) UncompressHelper() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucnvlat1.cpp | 38 const uint8_t *source; in _Latin1ToUnicodeWithOffsets() local 124 const uint8_t *source=(const uint8_t *)pArgs->source; _Latin1GetNextUChar() local 140 const UChar *source, *sourceLimit; _Latin1FromUnicodeWithOffsets() local 328 const uint8_t *source, *sourceLimit; ucnv_Latin1FromUTF8() local 484 const uint8_t *source, *sourceLimit; _ASCIIToUnicodeWithOffsets() local 593 const uint8_t *source; _ASCIIGetNextUChar() local 621 const uint8_t *source, *sourceLimit; ucnv_ASCIIFromUTF8() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | CopyTextureForBrowserTests.cpp | 72 wgpu::Texture source = in TEST_F() local 162 wgpu::Texture source = TEST_F() local 222 wgpu::Texture source = TEST_F() local [all...] |
| /third_party/python/Python/ |
| H A D | Python-tokenize.c | 39 tokenizeriter_new_impl(PyTypeObject *type, const char *source) in tokenizeriter_new_impl() argument
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | UnknownFieldSchema.java | 127 abstract T merge(T destination, T source); in merge() argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | device-port.c | 111 pa_source *source; in pa_device_port_set_available() local 234 pa_source *source; pa_device_port_set_latency_offset() local 294 pa_source *source; pa_device_port_get_source() local [all...] |
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | bytestream.cc | 161 LimitByteSource::LimitByteSource(ByteSource *source, size_t limit) in LimitByteSource() argument
|
| /third_party/skia/experimental/webgpu-bazel/src/ |
| H A D | bindings.cpp | 26 wgpu::ShaderModule createShaderModule(wgpu::Device device, const char* source) { in createShaderModule() argument 106 wgpu::ShaderModule makeShader(std::string source) { in makeShader() argument
|
| /third_party/skia/modules/skottie/src/effects/ |
| H A D | GlowStyles.cpp | 113 sk_sp<SkImageFilter> source; variable
|
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| H A D | error.rs | 126 fn source(&self) -> Option<&(dyn error::Error + 'static)> { in source() functions 150 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() functions
|
| /third_party/spirv-tools/source/opt/ |
| H A D | control_dependence.h | 53 ControlDependence(uint32_t source, uint32_t target) in ControlDependence() argument 59 ControlDependence(uint32_t source, uint32_ argument [all...] |
| H A D | copy_prop_arrays.cpp | 93 std::unique_ptr<MemoryObject> source = GetSourceObjectIfAny( in FindSourceObjectIfPossible() local 132 PropagateObject(Instruction* var_inst, MemoryObject* source, Instruction* insertion_point) PropagateObject() argument [all...] |