/third_party/skia/src/gpu/text/ |
H A D | GrSDFMaskFilter.cpp | 90 sk_sp<SkFlattenable> GrSDFMaskFilterImpl::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
/third_party/skia/src/codec/ |
H A D | SkJpegDecoderMgr.cpp | 20 char buffer[JMSG_LENGTH_MAX]; in print_message() local
|
/third_party/skia/src/core/ |
H A D | SkOpts.h | 90 static inline void sk_memset16(uint16_t buffer[], uint16_t value, int count) { in sk_memset16() argument 93 static inline void sk_memset32(uint32_t buffer[], uint32_t value, int count) { in sk_memset32() argument 96 static inline void sk_memset64(uint64_t buffer[], uint64_t value, int count) { in sk_memset64() argument [all...] |
H A D | SkRecordedDrawable.cpp | 67 sk_sp<SkFlattenable> SkRecordedDrawable::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMemoryReclaimer.cpp | 37 bool GrVkMemoryReclaimer::addMemoryToWaitQueue(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkBuffer& buffer) in addMemoryToWaitQueue() argument
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramDataManager.cpp | 30 static wgpu::BindGroupEntry make_bind_group_entry(uint32_t binding, const wgpu::Buffer& buffer, in make_bind_group_entry() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Resource.hpp | 108 void *buffer; member in sw::Resource
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferOSX.hpp | 42 uint8_t *buffer; member in sw::FrameBufferOSX
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkBufferView.hpp | 44 Buffer *buffer; member in vk::BufferView
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | WaylandSurfaceKHR.hpp | 30 struct wl_buffer *buffer; member
|
/third_party/openssl/include/crypto/ |
H A D | rand_pool.h | 72 unsigned char *buffer; /* points to the beginning of the random pool */ member
|
/third_party/openssl/demos/digest/ |
H A D | EVP_MD_stdin.c | 43 unsigned char buffer[512]; in demonstrate_digest() local
|
H A D | BIO_f_md.c | 44 unsigned char buffer[512]; in main() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/ |
H A D | spirv-tools.cpp | 30 std::string dis(std::string const& buffer, uint32_t env, uint32_t options) { in dis() argument
|
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/ |
H A D | linux-auxv.c | 42 char *buffer = png_voidcast(char*, buffer_in); in safe_read() local
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | anim_dump.c | 100 WebPDecBuffer buffer; in main() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-double-to-string.cpp | 395 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument [all...] |
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | sscanf.cpp | 36 u_sscanf(const UChar *buffer, in u_sscanf() argument 51 u_sscanf_u(const UChar *buffer, in u_sscanf_u() argument 66 u_vsscanf(const UChar *buffer, in u_vsscanf() argument 99 u_vsscanf_u(const UChar *buffer, in u_vsscanf_u() argument [all...] |
/third_party/skia/third_party/externals/icu/source/samples/case/ |
H A D | ucase.c | 35 UChar buffer[32]; in c_main() local [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | FullDuplexAnalyzer.cpp | 42 float buffer[2]; in onBothStreamsReady() local [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | InfiniteRecording.h | 34 int32_t readFrom(T *buffer, size_t position, size_t count) { in readFrom() argument
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/ |
H A D | LockFreeQueue.h | 148 T buffer[CAPACITY]; member in LockFreeQueue
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | FilterAudioStream.cpp | 58 ResultWithValue<int32_t> FilterAudioStream::write(const void *buffer, in write() argument 86 ResultWithValue<int32_t> FilterAudioStream::read(void *buffer, in read() argument
|
H A D | FixedBlockReader.cpp | 37 int32_t FixedBlockReader::readFromStorage(uint8_t *buffer, int32_t numBytes) { in readFromStorage() argument 48 int32_t FixedBlockReader::read(uint8_t *buffer, int32_t numBytes) { in read() argument
|
H A D | Trace.cpp | 22 static char buffer[256]; variable
|