/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_3_autogen.h | 22 ANGLE_EXPORT void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer); 24 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); 43 ANGLE_EXPORT void GL_APIENTRY GL_ClearBufferfi(GLenum buffer, 47 ANGLE_EXPORT void GL_APIENTRY GL_ClearBufferfv(GLenum buffer, 50 ANGLE_EXPORT void GL_APIENTRY GL_ClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value); 51 ANGLE_EXPORT void GL_APIENTRY GL_ClearBufferuiv(GLenum buffer, 217 ANGLE_EXPORT void GL_APIENTRY GL_TexBuffer(GLenum target, GLenum internalformat, GLuint buffer);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_autogen.h | 172 cl_mem buffer, 181 cl_mem buffer, 248 cl_mem buffer, 339 cl_mem CL_API_CALL clCreateSubBuffer(cl_mem buffer, 357 cl_mem buffer, 371 cl_mem buffer, 445 cl_mem buffer,
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-buffer.c | 29 /* Unit tests for hb-buffer.h */ 56 hb_buffer_t *buffer; member 65 b = fixture->buffer = hb_buffer_create (); in fixture_init() 97 hb_buffer_destroy (fixture->buffer); in fixture_finish() 104 hb_buffer_t *b = fixture->buffer; in test_buffer_properties() 182 hb_buffer_t *b = fixture->buffer; in test_buffer_contents() 299 hb_buffer_t *b = fixture->buffer; in test_buffer_positions() 324 hb_buffer_t *b = fixture->buffer; in test_buffer_allocation() 370 /* note: we skip the first and last byte when adding to buffer */ 715 /* note: we skip the first and last item from utf16 when adding to buffer */ [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_ext.cpp | 421 * We need to move it from the preToU buffer in ucnv_extContinueMatchToU() 422 * to the error buffer, set an error code, in ucnv_extContinueMatchToU() 436 /* move the rest up inside the buffer */ in ucnv_extContinueMatchToU() 677 uint8_t buffer[1+UCNV_EXT_MAX_BYTES]; in ucnv_extWriteFromU() local 692 uint8_t *p=buffer+1; /* reserve buffer[0] for shiftByte below */ in ucnv_extWriteFromU() 706 result=buffer+1; in ucnv_extWriteFromU() 731 buffer[0]=shiftByte; in ucnv_extWriteFromU() 732 if(result!=buffer+1) { in ucnv_extWriteFromU() 733 uprv_memcpy(buffer in ucnv_extWriteFromU() [all...] |
H A D | ustrfmt.h | 16 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | LabelTests.cpp | 98 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_F() local 99 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(buffer.Get()); in TEST_F() 105 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_F() local 106 buffer.SetLabel(label.c_str()); in TEST_F() 107 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(buffer.Get()); in TEST_F() 114 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_F() local 115 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(buffer.Get()); in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingMemGuaranteeTests.cpp | 663 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); in runTest() local 717 vkd.cmdCopyImageToBuffer(*cmdBuffer, **image, VK_IMAGE_LAYOUT_GENERAL, **buffer, 1u, &bufferImageRegion); in runTest() 725 invalidateMappedMemoryRange(vkd, device, buffer->getAllocation().getMemory(), buffer->getAllocation().getOffset(), pixelCount * sizeof(deUint32)); in runTest() 727 return buffer; in runTest() 757 const de::MovePtr<BufferWithMemory> buffer = runTest(); in iterate() local 758 const deUint32* bufferPtr = (deUint32*)buffer->getAllocation().getHostPtr(); in iterate()
|
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
H A D | sisusb.c | 234 /* Declare this urb/buffer in use */ in sisusb_bulkout_msg() 321 * buffer "sisusb->obuf[index]" is set up with the data to send. 338 char *buffer; in sisusb_send_bulk_msg() local 347 * allocation of a buffer/urb. If we have the data in in sisusb_send_bulk_msg() 348 * the transfer buffer[index] already, reuse the buffer/URB in sisusb_send_bulk_msg() 349 * if the length is > buffer size. (So, transmitting in sisusb_send_bulk_msg() 350 * large data amounts directly from the transfer buffer in sisusb_send_bulk_msg() 351 * treats the buffer as a ring buffer in sisusb_send_bulk_msg() 457 char *buffer; sisusb_recv_bulk_msg() local 2482 sisusb_read(struct file *file, char __user *buffer, size_t count, loff_t *ppos) sisusb_read() argument 2618 sisusb_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) sisusb_write() argument [all...] |
/kernel/linux/common_modules/tzdriver/core/ |
H A D | tee_compat_check.h | 29 int32_t check_teeos_compat_level(const uint32_t *buffer, uint32_t size);
|
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | hantro_jpeg.h | 9 unsigned char *buffer; member
|
/kernel/linux/linux-5.10/drivers/staging/hievent/ |
H A D | hievent_driver.h | 20 int hievent_write_internal(const char *buffer, size_t buf_len);
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_jpeg.h | 10 unsigned char *buffer; member
|
/kernel/linux/linux-6.6/drivers/staging/hievent/ |
H A D | hievent_driver.h | 20 int hievent_write_internal(const char *buffer, size_t buf_len);
|
/third_party/curl/lib/ |
H A D | sockaddr.h | 41 } buffer; member
|
/third_party/curl/src/ |
H A D | tool_cb_wrt.h | 32 size_t tool_write_cb(char *buffer, size_t sz, size_t nmemb, void *userdata);
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | fixed-dtoa.h | 37 // The buffer must be big enough to hold the result plus one terminating null 42 // Example: FastFixedDtoa(0.001, 5, ...) is allowed to return buffer = "1", and 45 // FastFixedDtoa(0.15, 2, ...) thus returns buffer = "2", decimal_point = 0. 46 // The returned buffer may contain digits that would be truncated from the 52 Vector<char> buffer, int* length, int* decimal_point);
|
/third_party/icu/icu4c/source/common/ |
H A D | ustrfmt.h | 16 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrfmt.h | 16 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | fixed-dtoa.h | 15 // The buffer must be big enough to hold the result plus one terminating null 20 // Example: FastFixedDtoa(0.001, 5, ...) is allowed to return buffer = "1", and 23 // FastFixedDtoa(0.15, 2, ...) thus returns buffer = "2", decimal_point = 0. 24 // The returned buffer may contain digits that would be truncated from the 30 Vector<char> buffer, int* length,
|
H A D | strtod.h | 13 // The buffer must only contain digits in the range [0-9]. It must not 15 V8_BASE_EXPORT double Strtod(Vector<const char> buffer, int exponent);
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Stream.hpp | 24 const void *buffer = nullptr; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-syllabic.hh | 35 hb_buffer_t *buffer,
|
/third_party/vixl/test/ |
H A D | test-utils.h | 36 // In native (non-Simulator) environments, call a function at buffer + 38 void ExecuteMemory(byte* buffer, size_t size, int byte_offset = 0);
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | buffer_decoder_helper.js | 13 return BufferDecoder.fromArrayBuffer(new Uint8Array(bytes).buffer);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | utf8.h | 30 // out the UTF-8 encoding into buffer, and returns the number of chars 41 // characters into buffer, however never will more than kMaxEncodedUTF8Size 44 size_t EncodeUTF8Char(char *buffer, char32_t utf8_char);
|