Home
last modified time | relevance | path

Searched defs:read (Results 926 - 950 of 1323) sorted by relevance

1...<<31323334353637383940>>...53

/third_party/mesa3d/src/glx/
H A Ddri3_glx.c188 dri3_bind_context(struct glx_context *context, struct glx_context *old, GLXDrawable draw, GLXDrawable read) dri3_bind_context() argument
H A Ddrisw_glx.c272 swrastGetImage2(__DRIdrawable * read, in swrastGetImage2() argument
301 swrastGetImage(__DRIdrawable * read, in swrastGetImage() argument
309 swrastGetImageShm2(__DRIdrawable * read, in swrastGetImageShm2() argument
339 swrastGetImageShm(__DRIdrawable * read, in swrastGetImageShm() argument
431 drisw_bind_context(struct glx_context *context, struct glx_context *old, GLXDrawable draw, GLXDrawable read) drisw_bind_context() argument
/third_party/node/lib/
H A Dnet.js
/third_party/node/src/
H A Dinspector_socket.cc771 void TcpHolder::ReclaimUvBuf(const uv_buf_t* buf, ssize_t read) { in ReclaimUvBuf() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ra.c966 midgard_instruction read = mir_spill_register() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer.h218 VkResult (*read)(struct vn_renderer *renderer, member
/third_party/python/Tools/gdb/
H A Dlibpython.py638 def read(it): function
[all...]
/third_party/python/Lib/
H A D_pyio.py637 def read(self, size=-1): global() member in RawIOBase
706 def read(self, size=-1): global() member in BufferedIOBase
941 def read(self, size=-1): global() member in BytesIO
1076 def read(self, size=None): global() member in BufferedReader
1374 def read(self, size=-1): global() member in BufferedRWPair
1460 def read(self, size=None): global() member in BufferedRandom
1653 def read(self, size=None): global() member in FileIO
1842 def read(self, size=-1): global() member in TextIOBase
2526 def read(self, size=None): global() member in TextIOWrapper
[all...]
H A Dmailbox.py1934 def read(self, size=None): global() member in _ProxyFile
[all...]
H A Dimaplib.py316 def read(self, size): member in IMAP4
1374 def read(self, size): member in IMAP4_stream
[all...]
/third_party/python/Lib/importlib/metadata/
H A D__init__.py108 def read(text, filter_=None): member in Sectioned
/third_party/skia/src/core/
H A DSkStream.cpp198 size_t SkFILEStream::read(void* buffer, size_t size) { in read() function in SkFILEStream
335 size_t SkMemoryStream::read(void* buffer, size_t size) { in read() function in SkMemoryStream
606 bool SkDynamicMemoryWStream::read(voi function in SkDynamicMemoryWStream
[all...]
H A DSkRemoteGlyphCache.cpp124 bool read(T* val) { in read() function in Deserializer
148 const volatile void* read(size_t size, size_t alignment) { in read() function in Deserializer
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp951 EGLBoolean EGLAPIENTRY MakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrent() argument
1024 EGLSurface read in GetCurrentSurface() local
[all...]
H A Dmain.cpp520 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent() argument
/third_party/skia/tests/
H A DReadWritePixelsGpuTest.cpp229 gpu_read_pixels_test_driver(skiatest::Reporter* reporter, const GpuReadPixelTestRules& rules, const std::function<GpuSrcFactory<T>>& srcFactory, const std::function<GpuReadSrcFn<T>>& read, SkString label) gpu_read_pixels_test_driver() argument
811 gpu_write_pixels_test_driver(skiatest::Reporter* reporter, const std::function<GpuDstFactory<T>>& dstFactory, const std::function<GpuWriteDstFn<T>>& write, const std::function<GpuReadDstFn<T>>& read) gpu_write_pixels_test_driver() argument
1202 GrPixmap read = GrPixmap::Allocate(readInfo); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py62 def read(self, n): member in BitStream
[all...]
/third_party/openssl/test/helpers/
H A Dssltestlib.c1062 create_bare_ssl_connection(SSL *serverssl, SSL *clientssl, int want, int read) create_bare_ssl_connection() argument
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c199 PS_Hint read = hints->hints; in psh_hint_table_init() local
/third_party/python/Lib/test/
H A Dtest_httpservers.py43 def read(self, n=None): member in NoLogRequestHandler
[all...]
/third_party/rust/crates/syn/src/
H A Dlit.rs1574 let mut read = start; variables
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs521 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in write_panic() functions
552 fn read(&mut self, _: &mut [u8]) -> io::Result<usize> { in read_panic() functions
584 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in flush_panic() functions
1286 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() functions
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutTests.cpp204 const bool read = access ? (rnd.getFloat() < readWeight) : false; in generateBufferVar() local
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Drosen_context_impl.cpp810 uint32_t RosenContextImpl::OH_makeCurrent(void* dpy, void* draw, void* read, void* ctx) in OH_makeCurrent() argument
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/
H A Dhvigor-wrapper.js642 }, e.read = function (e, t, r, u, o, i) { function
[all...]

Completed in 55 milliseconds

1...<<31323334353637383940>>...53