| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkImage.cpp | 548 void Image::copy(Buffer *buffer, const VkBufferImageCopy2KHR ®ion, bool bufferIsSource) in copy() argument
|
| /third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
| H A D | unittests.cpp | 2257 EGLSurface createIOSurfacePbuffer(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type) const in createIOSurfacePbuffer() argument 2284 void bindIOSurfaceToTexture(EGLClientBuffer buffer, EGLint width, EGLint height, EGLint plane, GLenum internalFormat, GLenum type, EGLSurface *pbuffer, GLuint *texture) const in bindIOSurfaceToTexture() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | main.cpp | 234 vector<uint32_t> buffer; in read_spirv_file_stdin() local [all...] |
| H A D | spirv_glsl.hpp | 442 StringStream<> buffer; member in SPIRV_CROSS_NAMESPACE::CompilerGLSL
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | turbojpeg.c | 479 static unsigned char buffer[1]; in _tjInitCompress() local 1153 static unsigned char buffer[1]; in _tjInitDecompress() local 2151 DLLEXPORT int tjSaveImage(const char *filename, unsigned char *buffer, in tjSaveImage() argument [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | pngimage.c | 369 png_byte buffer[1024]; /* the actual buffer */ member 372 struct buffer struct 382 buffer_init(struct buffer *buffer) in buffer_init() argument 402 buffer_destroy(struct buffer *buffer) buffer_destroy() argument 411 buffer_start_write(struct buffer *buffer) buffer_start_write() argument 420 buffer_start_read(struct buffer *buffer) buffer_start_read() argument 459 buffer_from_file(struct buffer *buffer, FILE *fp) buffer_from_file() argument 1269 buffer_write(struct display *dp, struct buffer *buffer, png_bytep data, size_t size) buffer_write() argument [all...] |
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngread.c | 1542 png_voidp buffer; member 4363 png_image_finish_read(png_imagep image, png_const_colorp background, void *buffer, png_int_32 row_stride, void *colormap) png_image_finish_read() argument [all...] |
| H A D | pngrutil.c | 300 png_bytep buffer = png_ptr->read_buffer; in png_read_buffer() local 1642 png_bytep entry_start, buffer; png_handle_sPLT() local 2250 png_bytep buffer, buf, units, endptr; png_handle_pCAL() local 2377 png_bytep buffer; png_handle_sCAL() local 2517 png_bytep buffer; png_handle_tEXt() local 2598 png_bytep buffer; png_handle_zTXt() local 2715 png_bytep buffer; png_handle_iTXt() local 4171 png_bytep buffer; png_read_IDAT_data() local 4685 png_bytep buffer = png_ptr->read_buffer; png_read_start_row() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | rbnf.cpp | 1044 char buffer[64]; in getRuleSetDisplayNameLocale() local
|
| H A D | rematch.cpp | 1995 MaybeStackArray<UChar, 40> buffer; in utext_extract_replace() local [all...] |
| H A D | rulebasedcollator.cpp | 824 UChar buffer[4]; member in __anon21247::NFDIterator 1540 internalGetShortDefinitionString(const char *locale, char *buffer, int32_t capacity, UErrorCode &errorCode) const internalGetShortDefinitionString() argument [all...] |
| H A D | timezone.cpp | 585 char buffer[ULOC_KEYWORDS_CAPACITY] = ""; in forLocaleOrDefault() local
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | parse.cpp | 113 UCHARBUF *buffer; member 790 escape(const UChar *s, char *buffer) { in escape() argument 980 icu::LocalMemory<uint8_t> buffer; addCollation() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
| H A D | pkgdata.cpp | 1249 char buffer[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_installFileMode() local 1609 char *buffer; in pkg_createWithoutAssemblyCode() local [all...] |
| /third_party/skia/third_party/externals/imgui/backends/ |
| H A D | imgui_impl_vulkan.cpp | 340 static void CreateOrResizeBuffer(VkBuffer& buffer, VkDeviceMemory& buffer_memory, VkDeviceSize& p_buffer_size, size_t new_size, VkBufferUsageFlagBits usage) in CreateOrResizeBuffer() argument [all...] |
| /third_party/skia/tests/ |
| H A D | ImageFilterTest.cpp | 84 sk_sp<SkFlattenable> FailImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument 270 sk_sp<SkFlattenable> MatrixTestImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLMetalCodeGenerator.cpp | 1948 StringStream buffer; in writeFunction() local
|
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| H A D | state.h | 253 } buffer; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | CommandBufferD3D12.cpp | 265 Buffer* buffer = ToBackend(usages.buffers[i]); in TransitionAndClearForSyncScope() local 551 OnSetVertexBuffer(VertexBufferSlot slot, Buffer* buffer, uint64_t offset, uint64_t size) OnSetVertexBuffer() argument 742 Buffer* buffer = ToBackend(copy->source.buffer.Get()); RecordCommands() local 778 Buffer* buffer = ToBackend(copy->destination.buffer.Get()); RecordCommands() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| H A D | ftsdf.c | 3033 FT_Short* buffer; in sdf_generate() local 3202 FT_SDFFormat* buffer; /* the bitmap buffer */ in sdf_generate_bounding_box() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/smooth/ |
| H A D | ftgrays.c | 1948 TCell buffer[FT_MAX_GRAY_POOL]; in gray_convert_glyph() local [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxml.h | 1795 TIXML_STRING buffer; member in TiXmlPrinter
|
| /third_party/python/Modules/_io/ |
| H A D | bufferedio.c | 48 _bufferediobase_readinto_generic(PyObject *self, Py_buffer *buffer, char readinto1) in _bufferediobase_readinto_generic() argument 89 _io__BufferedIOBase_readinto_impl(PyObject *self, Py_buffer *buffer) in _io__BufferedIOBase_readinto_impl() argument 102 _io__BufferedIOBase_readinto1_impl(PyObject *self, Py_buffer *buffer) in _io__BufferedIOBase_readinto1_impl() argument 204 char *buffer; global() member 947 _buffered_readinto_generic(buffered *self, Py_buffer *buffer, char readinto1) _buffered_readinto_generic() argument 1036 _io__Buffered_readinto_impl(buffered *self, Py_buffer *buffer) _io__Buffered_readinto_impl() argument 1049 _io__Buffered_readinto1_impl(buffered *self, Py_buffer *buffer) _io__Buffered_readinto1_impl() argument 1907 _io_BufferedWriter_write_impl(buffered *self, Py_buffer *buffer) _io_BufferedWriter_write_impl() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | normalizer2impl.h | 102 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() argument 120 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) { in getRawDecomposition() argument [all...] |
| H A D | putil.cpp | 2076 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument
|