Home
last modified time | relevance | path

Searched refs:buffer (Results 4351 - 4375 of 11096) sorted by relevance

1...<<171172173174175176177178179180>>...444

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexArray.cpp80 void VertexArray::setElementArrayBuffer(Buffer *buffer)
82 mElementArrayBuffer = buffer;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalAndroid.hpp65 static VkResult GetAndroidHardwareBufferProperties(VkDevice &device, const AHardwareBuffer *buffer, VkAndroidHardwareBufferPropertiesANDROID *pProperties);
80 VkResult importAndroidHardwareBuffer(AHardwareBuffer *buffer, void **pBuffer);
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dwebpi_dec.h10 // Internal header: WebP decoding parameters and custom IO on buffer
35 WebPDecBuffer* output; // output buffer.
58 const uint8_t* data; // input buffer
59 size_t data_size; // input buffer size
94 // Internal functions regarding WebPDecBuffer memory (in buffer.c).
97 // Prepare 'buffer' with the requested initial dimensions width/height.
98 // If no external storage is supplied, initializes buffer by allocating output
103 // output buffer. This takes cropping / scaling / rotation into account.
104 // Also incorporates the options->flip flag to flip the buffer parameters if
108 WebPDecBuffer* const buffer);
[all...]
/third_party/skia/third_party/externals/icu/source/samples/legacy/
H A Dnewcol.cpp31 // Very simple example code - sticks a sortkey in the buffer
33 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_current() argument
39 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_current()
H A Doldcol.cpp32 // Very simple example code - sticks a sortkey in the buffer
34 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_legacy() argument
40 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_legacy()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.h87 UBool mappingHasCompBoundaryAfter(const BuilderReorderingBuffer &buffer,
90 UBool mappingRecomposes(const BuilderReorderingBuffer &buffer) const;
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dfilestrm.h63 T_FileStream_readLine(FileStream* fileStream, char* buffer, int32_t length);
66 T_FileStream_writeLine(FileStream* fileStream, const char* buffer);
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
H A DWaveFileWriter.cpp30 void WaveFileWriter::write(float *buffer, int32_t startSample, int32_t numSamples) { in write() argument
32 write(buffer[startSample + i]); in write()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioRecordThread.java26 * Call processBuffer(buffer) when data is read.
152 public int readMostRecent(float[] buffer) { in readMostRecent() argument
153 return mCaptureBuffer.readMostRecent(buffer); in readMostRecent()
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAudioStreamAAudio.h60 ResultWithValue<int32_t> write(const void *buffer,
64 ResultWithValue<int32_t> read(void *buffer,
/third_party/skia/src/ports/
H A DSkImageEncoder_CG.cpp32 static size_t consumer_put(void* info, const void* buffer, size_t count) { in consumer_put() argument
34 return stream->write(buffer, count) ? count : 0; in consumer_put()
/third_party/skia/tests/
H A DFakeStreams.h58 size_t read(void* buffer, size_t size) override {
63 return fStream.read(buffer, size);
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DUtils.java92 static void flipBuffer(Buffer buffer) { in flipBuffer() argument
93 buffer.flip(); in flipBuffer()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DUtilsD3D12.h69 Buffer* buffer,
81 Buffer* buffer,
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUBuffer.h29 GPUBuffer(wgpu::Buffer buffer,
34 // Desc() returns the wgpu::BufferDescriptor used to construct the buffer
64 Napi::Reference<interop::ArrayBuffer> buffer; member
67 // https://www.w3.org/TR/webgpu/#buffer-interface
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DQueue.cpp58 Buffer* buffer = FromAPI(cBuffer); in WriteBuffer() local
62 cmd.bufferId = buffer->id; in WriteBuffer()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape.hh141 HB_INTERNAL void substitute (hb_font_t *font, hb_buffer_t *buffer) const;
142 HB_INTERNAL void position (hb_font_t *font, hb_buffer_t *buffer) const;
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.h59 uint32 Get_SystemEncoding (dng_memory_data &buffer) const;
75 uint32 Get_UTF16 (dng_memory_data &buffer) const;
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A Dwriter_test.js32 * @fileoverview Test cases for jspb's binary protocol buffer writer. In
108 * Basic test of retrieving the result as a Uint8Array buffer
119 var buffer = writer.getResultBuffer();
120 assertEquals(expected, goog.crypt.byteArrayToHex(buffer));
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A Dwriter_test.js32 * @fileoverview Test cases for jspb's binary protocol buffer writer. In
108 * Basic test of retrieving the result as a Uint8Array buffer
119 var buffer = writer.getResultBuffer();
120 assertEquals(expected, goog.crypt.byteArrayToHex(buffer));
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Doutput.h18 // `BufferRawSink` is a simple output sink for a char buffer. Used by SnprintF.
35 // RawSink implementation that writes into a char* buffer.
36 // It will not overflow the buffer, but will keep the total count of chars
40 BufferRawSink(char* buffer, size_t size) : buffer_(buffer), size_(size) {} in BufferRawSink() argument
/third_party/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h43 // (e.g. uniform or vertex buffers). CPU writes will generally be sequential in the buffer
81 virtual VkResult allocateBufferMemory(VkBuffer buffer, in allocateBufferMemory() argument
85 bool result = this->allocateMemoryForBuffer(buffer, usage, flags, memory); in allocateBufferMemory()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-pt.c183 struct auxtrace_buffer *buffer; member
401 struct auxtrace_buffer *buffer, in intel_pt_get_buffer()
407 if (!buffer->data) { in intel_pt_get_buffer()
410 buffer->data = auxtrace_buffer__get_data(buffer, fd); in intel_pt_get_buffer()
411 if (!buffer->data) in intel_pt_get_buffer()
416 if (might_overlap && !buffer->consecutive && old_buffer && in intel_pt_get_buffer()
417 intel_pt_do_fix_overlap(ptq->pt, old_buffer, buffer)) in intel_pt_get_buffer()
420 if (buffer->use_data) { in intel_pt_get_buffer()
421 b->len = buffer in intel_pt_get_buffer()
400 intel_pt_get_buffer(struct intel_pt_queue *ptq, struct auxtrace_buffer *buffer, struct auxtrace_buffer *old_buffer, struct intel_pt_buffer *b) intel_pt_get_buffer() argument
440 intel_pt_lookahead_drop_buffer(struct intel_pt_queue *ptq, struct auxtrace_buffer *buffer) intel_pt_lookahead_drop_buffer() argument
454 struct auxtrace_buffer *buffer = ptq->buffer; intel_pt_lookahead() local
499 struct auxtrace_buffer *buffer = ptq->buffer; intel_pt_get_trace() local
3607 struct auxtrace_buffer *buffer; intel_pt_process_auxtrace_event() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp51 byte *element = (byte*)buffer + (x + border) * bytes + (y + border) * pitchB + z * samples * sliceB; in write()
65 byte *element = (byte*)buffer + (x + border) * bytes + (y + border) * pitchB; in write()
410 void *element = (unsigned char*)buffer + (x + border) * bytes + (y + border) * pitchB + z * samples * sliceB; in read()
420 void *element = (unsigned char*)buffer + (x + border) * bytes + (y + border) * pitchB; in read()
1146 if(buffer) in lockRect()
1162 return (unsigned char*)buffer + 8 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()
1167 return (unsigned char*)buffer + 16 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()
1171 return (unsigned char*)buffer + 16 * (x / 4) + (y / 4) * pitchB + z * sliceB; in lockRect()
1173 return (unsigned char*)buffer + x * bytes + y * pitchB + z * samples * sliceB; in lockRect()
1222 external.buffer in Surface()
3042 memfill4(void *buffer, int pattern, int bytes) memfill4() argument
3180 float *buffer = (float*)lockInternal(0, 0, 0, lock, PUBLIC); clearDepth() local
3294 char *buffer = (char*)lockStencil(0, 0, 0, PUBLIC); clearStencil() local
3340 Buffer *buffer; fill() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/misc/sisusbvga/
H A Dsisusbvga.c220 /* Declare this urb/buffer in use */ in sisusb_bulkout_msg()
307 * buffer "sisusb->obuf[index]" is set up with the data to send.
324 char *buffer; in sisusb_send_bulk_msg() local
333 * allocation of a buffer/urb. If we have the data in in sisusb_send_bulk_msg()
334 * the transfer buffer[index] already, reuse the buffer/URB in sisusb_send_bulk_msg()
335 * if the length is > buffer size. (So, transmitting in sisusb_send_bulk_msg()
336 * large data amounts directly from the transfer buffer in sisusb_send_bulk_msg()
337 * treats the buffer as a ring buffer in sisusb_send_bulk_msg()
443 char *buffer; sisusb_recv_bulk_msg() local
2296 sisusb_read(struct file *file, char __user *buffer, size_t count, loff_t *ppos) sisusb_read() argument
2432 sisusb_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) sisusb_write() argument
[all...]

Completed in 20 milliseconds

1...<<171172173174175176177178179180>>...444