Home
last modified time | relevance | path

Searched +full:complete +full:- +full:copy (Results 1 – 25 of 1117) sorted by relevance

12345678910>>...45

/third_party/boost/libs/filesystem/test/
Dtest_links.html10 <h1>Boost Test Details - Win32</h1>
15 <h2><a name="filesystem-config_info-gcc-mingw-c++03">filesystem - config_info - gcc-mingw-c++03</a>…
38 <h2><a name="filesystem-config_info-gcc-mingw-c++11">filesystem - config_info - gcc-mingw-c++11</a>…
61 <h2><a name="filesystem-config_info-gcc-mingw-c++14">filesystem - config_info - gcc-mingw-c++14</a>…
84 <h2><a name="filesystem-config_info-msvc-11.0">filesystem - config_info - msvc-11.0</a></h2>
107 <h2><a name="filesystem-config_info-msvc-12.0">filesystem - config_info - msvc-12.0</a></h2>
130 <h2><a name="filesystem-config_info-msvc-14.0">filesystem - config_info - msvc-14.0</a></h2>
153 <h2><a name="filesystem-config_info-msvc-14.1">filesystem - config_info - msvc-14.1</a></h2>
176 <h2><a name="filesystem-config_info_static-gcc-mingw-c++03">filesystem - config_info_static - gcc-m…
199 <h2><a name="filesystem-config_info_static-gcc-mingw-c++11">filesystem - config_info_static - gcc-m…
[all …]
/third_party/boost/boost/asio/detail/
Dexecutor_function.hpp5 // Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
31 // Lightweight, move-only function object wrapper.
55 impl_->complete_(impl_, false); in ~executor_function()
64 i->complete_(i, true); in operator ()()
87 complete_ = &executor_function::complete<Function, Alloc>; in impl()
94 // Helper to complete function invocation.
96 static void complete(impl_base* base, bool call) in complete() function in boost::asio::detail::executor_function
100 Alloc allocator(i->allocator_); in complete()
104 // Make a copy of the function so that the memory can be deallocated before in complete()
[all …]
/third_party/boost/libs/asio/include/boost/asio/detail/
Dexecutor_function.hpp5 // Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
31 // Lightweight, move-only function object wrapper.
55 impl_->complete_(impl_, false); in ~executor_function()
64 i->complete_(i, true); in operator ()()
87 complete_ = &executor_function::complete<Function, Alloc>; in impl()
94 // Helper to complete function invocation.
96 static void complete(impl_base* base, bool call) in complete() function in boost::asio::detail::executor_function
100 Alloc allocator(i->allocator_); in complete()
104 // Make a copy of the function so that the memory can be deallocated before in complete()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/
DTextureDataCompleteness.md1 # Texture data completeness's handling in the Metal back-end
4 glTexImage*, glCopyImage* calls. The texture doesn't need to be complete when created.
6 The OpenGL context checks the texture's images during draw calls. It considers the texture complete
10 MTLTextures are always created complete.
12 This is an overview of how the Metal back-end implements images' management for a texture to make
21 2. If the texture is complete at Draw/generateMip/FBO attachment call:
24 - `images[0][0]` --> copy to actual texture's slice 0, level 0.
25 - `images[0][1]` --> copy to actual texture's slice 0, level 1.
26 - `images[0][2]` --> copy to actual texture's slice 0, level 2.
27 - ...
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dsystem_file.js5 * You may obtain a copy of the License at
7 * http://www.apache.org/licenses/LICENSE-2.0
24 hasComplete(args[0].complete)
26 copy: function (...args) { method
27 …console.warn("file.copy interface mocked in the Previewer. How this interface works on the Preview…
30 hasComplete(args[0].complete)
44 hasComplete(args[0].complete)
57 hasComplete(args[0].complete)
63 hasComplete(args[0].complete)
69 hasComplete(args[0].complete)
[all …]
/third_party/openGLES/extensions/ANGLE/
DANGLE_framebuffer_multisample.txt52 single-sample render buffer image in that a multisample image has a
56 All of the framebuffer-attachable images attached to a framebuffer
58 object is not "framebuffer complete". If a framebuffer object with
59 multisample attachments is "framebuffer complete", then the
64 extension) where the source is a multisample application-created
65 framebuffer object and the destination is a single-sample
66 framebuffer object (either application-created or window-system
104 READ_FRAMEBUFFER_BINDING_ANGLE is "framebuffer complete" and the value
107 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment
114 (section 4.4) is non-zero, the read framebuffer is framebuffer
[all …]
DANGLE_framebuffer_blit.txt86 to READ_FRAMEBUFFER_BINDING_ANGLE is not "framebuffer complete"
89 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment
104 "While an application-created framebuffer object is bound to
112 complete" (section 4.4.4.2). GetIntegerv generates an INVALID_OPERATION
114 framebuffer complete, or if the GL is using a framebuffer object
115 (i.e. READ_FRAMEBUFFER_BINDING_ANGLE is non-zero) and there is no color
148 Stretching and scaling during a copy are not supported. If the source
149 and destination rectangle dimensions do not match, no copy is
154 Flipping during a copy is not supported. If either the source or
164 The pixel copy bypasses the fragment pipeline. The only fragment
[all …]
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_framebuffer_multisample.txt52 single-sample render buffer image in that a multisample image has a
56 All of the framebuffer-attachable images attached to a framebuffer
58 object is not "framebuffer complete". If a framebuffer object with
59 multisample attachments is "framebuffer complete", then the
64 extension) where the source is a multisample application-created
65 framebuffer object and the destination is a single-sample
66 framebuffer object (either application-created or window-system
104 READ_FRAMEBUFFER_BINDING_ANGLE is "framebuffer complete" and the value
107 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment
114 (section 4.4) is non-zero, the read framebuffer is framebuffer
[all …]
DANGLE_framebuffer_blit.txt86 to READ_FRAMEBUFFER_BINDING_ANGLE is not "framebuffer complete"
89 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment
104 "While an application-created framebuffer object is bound to
112 complete" (section 4.4.4.2). GetIntegerv generates an INVALID_OPERATION
114 framebuffer complete, or if the GL is using a framebuffer object
115 (i.e. READ_FRAMEBUFFER_BINDING_ANGLE is non-zero) and there is no color
148 Stretching and scaling during a copy are not supported. If the source
149 and destination rectangle dimensions do not match, no copy is
154 Flipping during a copy is not supported. If either the source or
164 The pixel copy bypasses the fragment pipeline. The only fragment
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/
DANGLE_framebuffer_multisample.txt52 single-sample render buffer image in that a multisample image has a
56 All of the framebuffer-attachable images attached to a framebuffer
58 object is not "framebuffer complete". If a framebuffer object with
59 multisample attachments is "framebuffer complete", then the
64 extension) where the source is a multisample application-created
65 framebuffer object and the destination is a single-sample
66 framebuffer object (either application-created or window-system
104 READ_FRAMEBUFFER_BINDING_ANGLE is "framebuffer complete" and the value
107 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment
114 (section 4.4) is non-zero, the read framebuffer is framebuffer
[all …]
DANGLE_framebuffer_blit.txt86 to READ_FRAMEBUFFER_BINDING_ANGLE is not "framebuffer complete"
89 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment
104 "While an application-created framebuffer object is bound to
112 complete" (section 4.4.4.2). GetIntegerv generates an INVALID_OPERATION
114 framebuffer complete, or if the GL is using a framebuffer object
115 (i.e. READ_FRAMEBUFFER_BINDING_ANGLE is non-zero) and there is no color
148 Stretching and scaling during a copy are not supported. If the source
149 and destination rectangle dimensions do not match, no copy is
154 Flipping during a copy is not supported. If either the source or
164 The pixel copy bypasses the fragment pipeline. The only fragment
[all …]
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_framebuffer_multisample.txt52 single-sample render buffer image in that a multisample image has a
56 All of the framebuffer-attachable images attached to a framebuffer
58 object is not "framebuffer complete". If a framebuffer object with
59 multisample attachments is "framebuffer complete", then the
64 extension) where the source is a multisample application-created
65 framebuffer object and the destination is a single-sample
66 framebuffer object (either application-created or window-system
104 READ_FRAMEBUFFER_BINDING_ANGLE is "framebuffer complete" and the value
107 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment
114 (section 4.4) is non-zero, the read framebuffer is framebuffer
[all …]
DANGLE_framebuffer_blit.txt86 to READ_FRAMEBUFFER_BINDING_ANGLE is not "framebuffer complete"
89 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment
104 "While an application-created framebuffer object is bound to
112 complete" (section 4.4.4.2). GetIntegerv generates an INVALID_OPERATION
114 framebuffer complete, or if the GL is using a framebuffer object
115 (i.e. READ_FRAMEBUFFER_BINDING_ANGLE is non-zero) and there is no color
148 Stretching and scaling during a copy are not supported. If the source
149 and destination rectangle dimensions do not match, no copy is
154 Flipping during a copy is not supported. If either the source or
164 The pixel copy bypasses the fragment pipeline. The only fragment
[all …]
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dshared_array.adoc6 See accompanying file LICENSE_1_0.txt or copy at
14 :toc-title:
33 has been allocated with the non-array form of `new`. See `shared_ptr` for that
111 Effects:: Constructs a `shared_array`, storing a copy of `p`, which must be a
114 Requires:: `T` is a complete type.
123 Effects:: Constructs a `shared_array`, storing a copy of `p` and of `d`.
127 * `T` is a complete type.
128 * The copy constructor and destructor of `D` must not throw.
138 Effects:: Constructs a `shared_array`, as if by storing a copy of the pointer
141 Requires:: `T` is a complete type.
[all …]
Dscoped_array.adoc4 Copyright 2002-2005, 2017 Peter Dimov
8 See accompanying file LICENSE_1_0.txt or copy at
15 :toc-title:
26 "resource acquisition is initialization" facility, without shared-ownership or
27 transfer-of-ownership semantics. Both its name and enforcement of semantics
32 built-in array pointer and it has no more space overhead that a built-in array pointer.
103 Constructs a `scoped_array`, storing a copy of `p`, which must have been
104 allocated via a {cpp} `new[]` expression or be 0. `T` is not required be a complete type.
111 a value of 0 is harmless. `T` must be complete, and `delete[]` on the stored pointer must
118 Deletes the array pointed to by the stored pointer and then stores a copy of `p`,
[all …]
/third_party/openGLES/extensions/NV/
DNV_framebuffer_multisample.txt24 Complete
57 single-sample render buffer image in that a multisample image has a
61 All of the framebuffer-attachable images attached to a framebuffer
63 object is not "framebuffer complete". If a framebuffer object with
64 multisample attachments is "framebuffer complete", then the
70 and the destination is a single-sample framebuffer object.
71 Source and destination framebuffer may be either application-created
72 or window-system provided.
104 is "framebuffer complete" and the value of SAMPLE_BUFFERS is greater
107 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_framebuffer_multisample.txt24 Complete
57 single-sample render buffer image in that a multisample image has a
61 All of the framebuffer-attachable images attached to a framebuffer
63 object is not "framebuffer complete". If a framebuffer object with
64 multisample attachments is "framebuffer complete", then the
70 and the destination is a single-sample framebuffer object.
71 Source and destination framebuffer may be either application-created
72 or window-system provided.
104 is "framebuffer complete" and the value of SAMPLE_BUFFERS is greater
107 Additions to Chapter 4 of the OpenGL ES 2.0 Specification (Per-Fragment
[all …]
/third_party/node/test/parallel/
Dtest-repl-tab-complete.js4 // copy of this software and associated documentation files (the
6 // without limitation the rights to use, copy, modify, merge, publish,
68 // Tab Complete will not break in an object literal
73 testMe.complete('inner.o', getNoResultsFunction());
75 testMe.complete('console.lo', common.mustCall(function(error, data) {
79 testMe.complete('console?.lo', common.mustCall((error, data) => {
83 testMe.complete('console?.zzz', common.mustCall((error, data) => {
87 testMe.complete('console?.', common.mustCall((error, data) => {
92 // Tab Complete will return globally scoped variables
94 testMe.complete('inner.o', common.mustCall(function(error, data) {
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_multisample.txt16 Bill Licea-Kane
30 Complete
58 single-sample render buffer image in that a multisample image has a
62 All of the framebuffer-attachable images attached to a framebuffer
64 object is not "framebuffer complete". If a framebuffer object with
65 multisample attachments is "framebuffer complete", then the
76 "as if" it had resolved a sample-at-a-time. Unfortunately, however,
80 application-created framebuffer object, MULTISAMPLE is enabled, and
81 SAMPLE_BUFFERS is one, there is no implicit per-sample-update
85 extension) where the source is a multisample application-created
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_multisample.txt16 Bill Licea-Kane
30 Complete
58 single-sample render buffer image in that a multisample image has a
62 All of the framebuffer-attachable images attached to a framebuffer
64 object is not "framebuffer complete". If a framebuffer object with
65 multisample attachments is "framebuffer complete", then the
76 "as if" it had resolved a sample-at-a-time. Unfortunately, however,
80 application-created framebuffer object, MULTISAMPLE is enabled, and
81 SAMPLE_BUFFERS is one, there is no implicit per-sample-update
85 extension) where the source is a multisample application-created
[all …]
/third_party/grpc/src/csharp/Grpc.Core.Api/
DSerializationContext.cs7 // You may obtain a copy of the License at
9 // http://www.apache.org/licenses/LICENSE-2.0
30 …se the byte array as serialized form of current message and mark serialization process as complete.
31 …/// <c>Complete(byte[])</c> can only be called once. By calling this method the caller gives up th…
35 public virtual void Complete(byte[] payload) in Complete() method in Grpc.Core.SerializationContext
42 /// <c>Complete()</c> needs to be called.
54 /// the buffer writer when <c>Complete()</c> is called.
62 … /// Complete the payload written to the buffer writer. <c>Complete()</c> can only be called once.
64 public virtual void Complete() in Complete() method in Grpc.Core.SerializationContext
/third_party/boost/libs/beast/include/boost/beast/http/
Dwrite.hpp2 // Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
5 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
34 a caller-provided HTTP/1 serializer. The call will block until one
50 reasonable timeouts. It also allows application-level flow control
76 a caller-provided HTTP/1 serializer. The call will block until one
92 reasonable timeouts. It also allows application-level flow control
119 asynchronously using a caller-provided HTTP/1 serializer. The function
138 reasonable timeouts. It also allows application-level flow control
151 performing a decay-copy. The equivalent function signature of
180 //------------------------------------------------------------------------------
[all …]
/third_party/boost/boost/beast/http/
Dwrite.hpp2 // Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
5 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
34 a caller-provided HTTP/1 serializer. The call will block until one
50 reasonable timeouts. It also allows application-level flow control
76 a caller-provided HTTP/1 serializer. The call will block until one
92 reasonable timeouts. It also allows application-level flow control
119 asynchronously using a caller-provided HTTP/1 serializer. The function
138 reasonable timeouts. It also allows application-level flow control
151 performing a decay-copy. The equivalent function signature of
180 //------------------------------------------------------------------------------
[all …]
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_fence.cpp5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
42 *fd = -1; in create_event()
60 if (fd != -1) in close_event()
74 int timeout_ms = (timeout_ns == PIPE_TIMEOUT_INFINITE) ? -1 : timeout_ns / 1000000; in wait_event()
82 close_event(fence->event, fence->event_fd); in destroy_fence()
95 ret->cmdqueue_fence = ctx->cmdqueue_fence; in d3d12_create_fence()
96 ret->value = ++ctx->fence_value; in d3d12_create_fence()
97 ret->event = create_event(&ret->event_fd); in d3d12_create_fence()
98 if (FAILED(ctx->cmdqueue_fence->SetEventOnCompletion(ret->value, ret->event))) in d3d12_create_fence()
[all …]
/third_party/openGLES/extensions/NVX/
DNVX_gpu_multicast2.txt21 Complete.
109 The default value of UPLOAD_GPU_MASK_NVX is (2^n)-1.
112 with GPU-shared storage type (as opposed to per-GPU storage), UPLOAD_GPU_MASK_NVX is ignored.
114 Modify Section 20.2 (Multi-GPU Buffer Storage)
118 To initiate a copy of buffer data without waiting for it to complete, use the following command:
133 …The copy will wait for all fence semaphores in the <waitSemaphoreArray> array to be reach or exceed
136 after the copy with the corresponding fence value in <signalValueArray>.
137 To wait for the copy to complete, use WaitSemaphoreui64NVX or ClientWaitSemaphoreui64NVX to wait
142 Insert the following paragraphs above the line starting "To copy pixel values":
144 To initiate a copy of texel data without waiting for it to complete, use the following command:
[all …]

12345678910>>...45