Home
last modified time | relevance | path

Searched defs:buffer (Results 4751 - 4775 of 5253) sorted by relevance

1...<<191192193194195196197198199200>>...211

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.cpp548 void Image::copy(Buffer *buffer, const VkBufferImageCopy2KHR &region, bool bufferIsSource) in copy() argument
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp2257 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 Dmain.cpp234 vector<uint32_t> buffer; in read_spirv_file_stdin() local
[all...]
H A Dspirv_glsl.hpp442 StringStream<> buffer; member in SPIRV_CROSS_NAMESPACE::CompilerGLSL
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c479 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 Dpngimage.c369 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 Dpngread.c1542 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 Dpngrutil.c300 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 Drbnf.cpp1044 char buffer[64]; in getRuleSetDisplayNameLocale() local
H A Drematch.cpp1995 MaybeStackArray<UChar, 40> buffer; in utext_extract_replace() local
[all...]
H A Drulebasedcollator.cpp824 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 Dtimezone.cpp585 char buffer[ULOC_KEYWORDS_CAPACITY] = ""; in forLocaleOrDefault() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp113 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 Dpkgdata.cpp1249 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 Dimgui_impl_vulkan.cpp340 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 DImageFilterTest.cpp84 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 DSkSLMetalCodeGenerator.cpp1948 StringStream buffer; in writeFunction() local
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.h253 } buffer; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp265 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 Dftsdf.c3033 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 Dftgrays.c1948 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 Dtinyxml.h1795 TIXML_STRING buffer; member in TiXmlPrinter
/third_party/python/Modules/_io/
H A Dbufferedio.c48 _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 Dnormalizer2impl.h102 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 Dputil.cpp2076 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument

Completed in 61 milliseconds

1...<<191192193194195196197198199200>>...211