/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Buffer.hpp | 44 vk::Buffer buffer; // Owning handle member in Buffer
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_cpu_x86.c | 41 unsigned char *buffer; in ossl_prov_acquire_entropy_from_cpu() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | bocsu.cpp | 107 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity); in u_writeIdenticalLevelRun() local
|
/third_party/skia/third_party/externals/icu/source/samples/props/ |
H A D | props.cpp | 36 char buffer[100]; in printProps() local
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | SawPingGenerator.cpp | 37 float *buffer = output.getBuffer(); in onProcess() local
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/ |
H A D | TriangleOscillator.cpp | 29 float *buffer = output.getBuffer(); in onProcess() local
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | AudioSourceCaller.cpp | 22 int32_t AudioSourceCaller::onProcessFixedBlock(uint8_t *buffer, int32_t numBytes) { in onProcessFixedBlock() argument
|
H A D | FixedBlockWriter.cpp | 27 int32_t FixedBlockWriter::writeToStorage(uint8_t *buffer, int32_t numBytes) { in writeToStorage() argument 38 int32_t FixedBlockWriter::write(uint8_t *buffer, int32_t numBytes) { in write() argument
|
/third_party/skia/src/sksl/ |
H A D | SkSLOutputStream.cpp | 26 char buffer[kBufferSize]; in appendVAList() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | Converter.cpp | 937 auto buffer = res->buffer.As<GPUBuffer>(); in Convert() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | WireDeserializeAllocator.cpp | 31 char* buffer = mCurrentBuffer; in GetSpace() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-gdi.cc | 44 char *buffer = nullptr; in _hb_gdi_reference_table() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
H A D | memory_output_stream.cc | 27 void MemoryOutputStream::Write(std::vector<uint8_t>* buffer) { in Write() argument 31 void MemoryOutputStream::Write(std::vector<uint8_t>* buffer, in Write() argument 46 void MemoryOutputStream::Write(uint8_t* buffer, int32_t offset, int32_t length) { in Write() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | AlignOf.h | 49 alignas(::llvm::detail::AlignerImpl<T, Ts...>) char buffer[sizeof( member
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustrfmt.cpp | 30 uprv_itou (UChar * buffer, int32_t capacity, in uprv_itou() argument [all...] |
/third_party/unity/extras/memory/test/ |
H A D | unity_output_Spy.c | 16 static char* buffer; variable
|
/third_party/vixl/test/ |
H A D | test-code-buffer.cc | 53 static void TestDefaultsHelper(const CodeBuffer& buffer) { in TestDefaultsHelper() argument 68 CodeBuffer buffer; TEST() local 73 CodeBuffer buffer; TEST() local 101 CodeBuffer buffer; TEST() local [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | D3D12ResourceHeapTests.cpp | 88 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_P() local
|
H A D | BufferAllocatedSizeTests.cpp | 55 wgpu::Buffer buffer = CreateBuffer(wgpu::BufferUsage::Uniform, bufferSize); in TEST_P() local 64 wgpu::Buffer buffer = in TEST_P() local 73 wgpu::Buffer buffer = in TEST_P() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | WriteBufferTests.cpp | 31 wgpu::CommandBuffer EncodeWriteBuffer(wgpu::Buffer buffer, in EncodeWriteBuffer() argument 43 wgpu::Buffer buffer = CreateWritableBuffer(64); in TEST_F() local 56 wgpu::Buffer buffer = CreateWritableBuffer(64); TEST_F() local 68 wgpu::Buffer buffer = CreateWritableBuffer(64); TEST_F() local 83 wgpu::Buffer buffer = device.CreateBuffer(&desc); TEST_F() local 94 wgpu::Buffer buffer = device.CreateBuffer(&desc); TEST_F() local [all...] |
H A D | OverridableConstantsValidationTests.cpp | 91 wgpu::Buffer buffer; member in ComputePipelineOverridableConstantsValidationTest
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | chardata.c | 83 char buffer[1024]; in CharData_CheckXMLChars() local
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_lexer.c | 40 char *buffer = malloc(str_size + 2); in test_cil_lexer_setup() local 54 char *buffer = malloc(str_size + 2); in test_cil_lexer_next() local [all...] |
/third_party/elfutils/libelf/ |
H A D | elf_getdata_rawchunk.c | 134 void *buffer; in elf_getdata_rawchunk() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mediacodec.c | 88 int av_mediacodec_release_buffer(AVMediaCodecBuffer *buffer, int render) in av_mediacodec_release_buffer() argument 104 int av_mediacodec_render_buffer_at_time(AVMediaCodecBuffer *buffer, int64_ argument 138 av_mediacodec_release_buffer(AVMediaCodecBuffer *buffer, int render) av_mediacodec_release_buffer() argument 143 av_mediacodec_render_buffer_at_time(AVMediaCodecBuffer *buffer, int64_t time) av_mediacodec_render_buffer_at_time() argument [all...] |