Home
last modified time | relevance | path

Searched defs:buffer (Results 151 - 175 of 3556) sorted by relevance

12345678910>>...143

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DBuffer.hpp44 vk::Buffer buffer; // Owning handle member in Buffer
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_cpu_x86.c41 unsigned char *buffer; in ossl_prov_acquire_entropy_from_cpu() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dbocsu.cpp107 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 Dprops.cpp36 char buffer[100]; in printProps() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DSawPingGenerator.cpp37 float *buffer = output.getBuffer(); in onProcess() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
H A DTriangleOscillator.cpp29 float *buffer = output.getBuffer(); in onProcess() local
/third_party/skia/third_party/externals/oboe/src/common/
H A DAudioSourceCaller.cpp22 int32_t AudioSourceCaller::onProcessFixedBlock(uint8_t *buffer, int32_t numBytes) { in onProcessFixedBlock() argument
H A DFixedBlockWriter.cpp27 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 DSkSLOutputStream.cpp26 char buffer[kBufferSize]; in appendVAList() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DConverter.cpp937 auto buffer = res->buffer.As<GPUBuffer>(); in Convert() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DWireDeserializeAllocator.cpp31 char* buffer = mCurrentBuffer; in GetSpace() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-gdi.cc44 char *buffer = nullptr; in _hb_gdi_reference_table() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc27 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 DAlignOf.h49 alignas(::llvm::detail::AlignerImpl<T, Ts...>) char buffer[sizeof( member
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrfmt.cpp30 uprv_itou (UChar * buffer, int32_t capacity, in uprv_itou() argument
[all...]
/third_party/unity/extras/memory/test/
H A Dunity_output_Spy.c16 static char* buffer; variable
/third_party/vixl/test/
H A Dtest-code-buffer.cc53 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 DD3D12ResourceHeapTests.cpp88 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_P() local
H A DBufferAllocatedSizeTests.cpp55 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 DWriteBufferTests.cpp31 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 DOverridableConstantsValidationTests.cpp91 wgpu::Buffer buffer; member in ComputePipelineOverridableConstantsValidationTest
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dchardata.c83 char buffer[1024]; in CharData_CheckXMLChars() local
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_lexer.c40 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 Delf_getdata_rawchunk.c134 void *buffer; in elf_getdata_rawchunk() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmediacodec.c88 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...]

Completed in 8 milliseconds

12345678910>>...143