Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 25 of 2579) sorted by relevance

12345678910>>...104

/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_device_vulkan.txt86 On success, EGL_TRUE is returned, and the Vulkan versionbcorresponding to
87 the EGL device is returned in <value>. If the EGL device is not currently
89 EGL_BAD_ATTRIBUTE is returned, and <value> is left unchanged.
92 On success, EGL_TRUE is returned, and a valid Vulkan instance handle
93 VkInstance corresponding to the EGL device is returned in <value>.
96 EGL_VULKAN_INSTANCE_ANGLE, EGL_BAD_ATTRIBUTE is returned, and <value> is
100 On success, EGL_TRUE is returned, and a pointer to a null terminated static
101 string array is returned in <value>. The array contains enabled Vulkan
105 returned, and <value> is left unchanged.
108 On success, EGL_TRUE is returned, and a valid Vulkan physical device handle
[all …]
/third_party/vk-gl-cts/framework/egl/
DegluCallLogWrapper.inl13 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
23 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
38 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
48 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
58 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
68 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
78 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
88 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
98 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
108 m_log << TestLog::Message << "// " << toHex(returnValue) << " returned" << TestLog::EndMessage;
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_internalformat_query2.txt361 if not a valid token for any internal format usage, FALSE is returned.
399 returned by querying SAMPLES is returned in <params>.
403 TEXTURE_2D_MULTISAMPLE_ARRAY, or RENDERBUFFER), 0 is returned.
407 positive values are returned.
428 for representing resources of the specified <internalformat> is returned
433 <internalformat> is not supported, NONE is returned.
445 For compressed internal formats, the resolutions returned specify the
462 For compressed internal formats the types returned specify how components
471 integer components. NONE is returned for all component types if the
474 - MAX_WIDTH: The maximum supported width for the resource is returned in
[all …]
DARB_map_buffer_alignment.txt49 This extension adds a requirement to the pointer returned by MapBuffer
69 "Pointer values returned by MapBufferRange may not be passed..."
73 "If no error occurs, the pointer value returned by MapBufferRange must
76 returned pointer will always produce a multiple of the value of
85 "The pointer value returned by MapBuffer must be aligned to
105 of the pointer returned
121 RESOLVED: The pointer returned should be consistent with the base of the
124 MIN_MAP_BUFFER_ALIGNMENT of 64, the value of the pointer returned
/third_party/openGLES/extensions/ARB/
DARB_internalformat_query2.txt393 if not a valid token for any internal format usage, FALSE is returned.
431 returned by querying SAMPLES is returned in <params>.
435 TEXTURE_2D_MULTISAMPLE_ARRAY, or RENDERBUFFER), 0 is returned.
439 positive values are returned.
460 for representing resources of the specified <internalformat> is returned
465 <internalformat> is not supported, NONE is returned.
477 For compressed internal formats, the resolutions returned specify the
494 For compressed internal formats the types returned specify how components
503 integer components. NONE is returned for all component types if the
506 - MAX_WIDTH: The maximum supported width for the resource is returned in
[all …]
DARB_map_buffer_alignment.txt59 This extension adds a requirement to the pointer returned by MapBuffer
79 "Pointer values returned by MapBufferRange may not be passed..."
83 "If no error occurs, the pointer value returned by MapBufferRange must
86 returned pointer will always produce a multiple of the value of
95 "The pointer value returned by MapBuffer must be aligned to
115 of the pointer returned
131 RESOLVED: The pointer returned should be consistent with the base of the
134 MIN_MAP_BUFFER_ALIGNMENT of 64, the value of the pointer returned
/third_party/typescript/tests/baselines/reference/
DobjectTypeHidingMembersOfObjectAssignmentCompat2.errors.txt2 The types returned by 'toString()' are incompatible between these types.
5 The types returned by 'toString()' are incompatible between these types.
8 The types returned by 'toString()' are incompatible between these types.
11 The types returned by 'toString()' are incompatible between these types.
14 The types returned by 'toString()' are incompatible between these types.
28 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
33 !!! error TS2696: The types returned by 'toString()' are incompatible between these types.
43 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
48 !!! error TS2696: The types returned by 'toString()' are incompatible between these types.
57 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
DobjectTypeHidingMembersOfObjectAssignmentCompat.errors.txt2 The types returned by 'toString()' are incompatible between these types.
5 The types returned by 'toString()' are incompatible between these types.
8 The types returned by 'toString()' are incompatible between these types.
22 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
33 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
43 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.shaders.atomic_counter.txt52 the shader. Values returned by call to atomicCounterDecrement() are
54 peforming operation. Atomic counter values returned by different atomic
58 calls returned the same value as set initially to the atomic counter.
61 call check that each value returned is unique and all values are in continuous
67 that value returned by atomicCounterIncrement()/atomicCounterDecrement() is
68 between values returned by previous and following call to atomicCounter().
72 was returned by each function. Using these counts we check that there is
77 // Minimum value returned by atomicCounterDecrement() or atomicCounterIncrement()
79 // Maximum value returned by atomicCounterDecrement() or atomicCounterIncrement()
81 // incrementCounts[value] is how many times value was returned by atomicCounterIncrement()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
D1-2.c33 static int returned; variable
49 returned = 1; in a_thread_func()
65 if (returned == 1) { in main()
79 if (returned != 1) { in main()
/third_party/openssl/doc/man3/
DSSL_get_ciphers.pod32 is returned.
47 If B<ssl> is NULL or no ciphers are available, NULL is returned.
51 available, or B<ssl> is not operating in server mode, NULL is returned.
57 into the returned stacks of SSL_CIPHER objects sk and Signalling Cipher-Suite
64 is returned.
69 size of that buffer. A pointer to B<buf> is returned on success or NULL on
71 of names then a truncated list of names will be returned. Note that just because
86 sorted list of available ciphers, until NULL is returned.
93 The stack returned by SSL_get1_supported_ciphers() should be freed using
96 The stacks returned by SSL_bytes_to_cipher_list() should be freed using
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-debug.hh261 static inline void _hb_warn_no_return (bool returned) in _hb_warn_no_return() argument
263 if (unlikely (!returned)) { in _hb_warn_no_return()
268 /*static*/ inline void _hb_warn_no_return<hb_empty_t> (bool returned HB_UNUSED) in _hb_warn_no_return()
280 : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t()
291 _hb_warn_no_return<ret_t> (returned); in ~hb_auto_trace_t()
292 if (!returned) { in ~hb_auto_trace_t()
303 if (unlikely (returned)) { in ret()
313 returned = true; in ret()
321 bool returned; member
/third_party/openGLES/extensions/NV/
DGLX_NV_video_out.txt195 device handles are returned. It is an error if <numVideoDevices>
197 devices returned in <pVideoDevice> is implementation dependent.
199 If glXGetVideoDeviceNV succeeds, 0 is returned. Otherwise, a non-zero
200 error code is returned.
210 If glXReleaseVideoDeviceNV succeeds, 0 is returned. Otherwise,
211 a non-zero error code is returned.
230 returned by glXGetVideoDeviceNV().
238 If glXBindVideoImageNV succeeds, 0 is returned. Otherwise,
239 a non-zero error code is returned.
249 If glXReleaseVideoImageNV succeeds, 0 is returned. Otherwise,
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DGLX_NV_video_out.txt195 device handles are returned. It is an error if <numVideoDevices>
197 devices returned in <pVideoDevice> is implementation dependent.
199 If glXGetVideoDeviceNV succeeds, 0 is returned. Otherwise, a non-zero
200 error code is returned.
210 If glXReleaseVideoDeviceNV succeeds, 0 is returned. Otherwise,
211 a non-zero error code is returned.
230 returned by glXGetVideoDeviceNV().
238 If glXBindVideoImageNV succeeds, 0 is returned. Otherwise,
239 a non-zero error code is returned.
249 If glXReleaseVideoImageNV succeeds, 0 is returned. Otherwise,
[all …]
/third_party/libunwind/doc/
Dunw_get_proc_name.tex38 However, the offset returned through \Var{offp} is always relative to
39 the returned name, which ensures that the value (address) of the
40 returned name plus the returned offset will always be equal to the
47 returned.
63 returned.
66 returned by the \Func{access\_mem}() call-back (see
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D3-2.c96 static int returned = 0; variable
129 returned = 0; in deadlk_issue()
131 returned = 1; in deadlk_issue()
299 if (returned == 0) in main()
315 tab_res[i][1] = returned; in main()
D1-2.c90 static int returned = 0; variable
123 returned = 0; in deadlk_issue()
125 returned = 1; in deadlk_issue()
306 if (returned == 0) in main()
322 tab_res[i][1] = returned; in main()
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DGLX_AMD_gpu_association.txt163 where <maxCount> is the max number of IDs that can be returned and
164 <ids> is the array of returned IDs. If the function succeeds,
166 value 0 is returned if no GPUs are available or if the call has
189 GPU ID and -1 will be returned. <property> is the information being
191 GL_UNSIGNED_BYTE and signals what data type is to be returned. <size>
198 succeeds, the number of values written will be returned. If the number
202 If the function fails, -1 will be returned.
211 property, the number of values returned will equal <size>. If
214 returned.
231 applicable for the GPU specified by <id>, the value 0 will be returned.
[all …]
DWGL_AMD_gpu_association.txt162 where <maxCount> is the max number of IDs that can be returned and
163 <ids> is the array of returned IDs. If the function succeeds,
165 value 0 is returned if no GPUs are available or if the call has
188 GPU ID and -1 will be returned. <property> is the information being
190 GL_UNSIGNED_BYTE and signals what data type is to be returned. <size>
197 succeeds, the number of values written will be returned. If the number
201 If the function fails, -1 will be returned.
210 property, the number of values returned will equal <size>. If
213 returned.
230 applicable for the GPU specified by <id>, the value 0 will be returned.
[all …]
/third_party/openGLES/extensions/AMD/
DGLX_AMD_gpu_association.txt163 where <maxCount> is the max number of IDs that can be returned and
164 <ids> is the array of returned IDs. If the function succeeds,
166 value 0 is returned if no GPUs are available or if the call has
189 GPU ID and -1 will be returned. <property> is the information being
191 GL_UNSIGNED_BYTE and signals what data type is to be returned. <size>
198 succeeds, the number of values written will be returned. If the number
202 If the function fails, -1 will be returned.
211 property, the number of values returned will equal <size>. If
214 returned.
231 applicable for the GPU specified by <id>, the value 0 will be returned.
[all …]
DWGL_AMD_gpu_association.txt162 where <maxCount> is the max number of IDs that can be returned and
163 <ids> is the array of returned IDs. If the function succeeds,
165 value 0 is returned if no GPUs are available or if the call has
188 GPU ID and -1 will be returned. <property> is the information being
190 GL_UNSIGNED_BYTE and signals what data type is to be returned. <size>
197 succeeds, the number of values written will be returned. If the number
201 If the function fails, -1 will be returned.
210 property, the number of values returned will equal <size>. If
213 returned.
230 applicable for the GPU specified by <id>, the value 0 will be returned.
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_pipeline_executable_properties/
Dpipelines.txt24 associated with the pipeline is returned in pname:pExecutableCount.
31 be written, and ename:VK_INCOMPLETE will be returned instead of
33 returned.
119 with the pipeline executable is returned in pname:pStatisticCount.
126 be written, and ename:VK_INCOMPLETE will be returned instead of
128 returned.
157 in the array of executable properties returned by
164 executables associated with pname:pipeline as returned in the
201 the statistic is returned as a 32-bit boolean value which must: be
205 the statistic is returned as a signed 64-bit integer and should: be read
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_native_fence_sync.txt64 Accepted by the <type> parameter of eglCreateSyncKHR, and returned
74 Accepted by the <attrib_list> parameter of eglCreateSyncKHR, and returned
119 (i.e., the context returned by eglGetCurrentContext), and associates it
154 EGL_NO_SYNC_KHR is returned and an EGL_BAD_DISPLAY error is
157 empty (containing only EGL_NONE), EGL_NO_SYNC_KHR is returned and an
161 EGL_NO_SYNC_KHR is returned and an EGL_BAD_ATTRIBUTE error is
164 EGL_NO_SYNC_KHR is returned and an EGL_BAD_ATTRIBUTE error is
168 returns EGL_NO_CONTEXT), EGL_NO_SYNC_KHR is returned and an
172 the currently bound client API (the EGLDisplay returned by
173 eglGetCurrentDisplay()) then EGL_NO_SYNC_KHR is returned and an
[all …]
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_native_fence_sync.txt64 Accepted by the <type> parameter of eglCreateSyncKHR, and returned
74 Accepted by the <attrib_list> parameter of eglCreateSyncKHR, and returned
119 (i.e., the context returned by eglGetCurrentContext), and associates it
154 EGL_NO_SYNC_KHR is returned and an EGL_BAD_DISPLAY error is
157 empty (containing only EGL_NONE), EGL_NO_SYNC_KHR is returned and an
161 EGL_NO_SYNC_KHR is returned and an EGL_BAD_ATTRIBUTE error is
164 EGL_NO_SYNC_KHR is returned and an EGL_BAD_ATTRIBUTE error is
168 returns EGL_NO_CONTEXT), EGL_NO_SYNC_KHR is returned and an
172 the currently bound client API (the EGLDisplay returned by
173 eglGetCurrentDisplay()) then EGL_NO_SYNC_KHR is returned and an
[all …]
/third_party/EGL/extensions/NV/
DEGL_NV_stream_sync.txt55 Accepted by the <type> parameter of eglCreateSyncKHR, and returned
95 the returned stream-new-frame reusable sync object is signaled.
110 EGL_NO_SYNC_KHR is returned and an EGL_BAD_DISPLAY error is
113 EGL_NONE), EGL_NO_SYNC_KHR is returned and an EGL_BAD_ATTRIBUTE
116 EGL_NO_SYNC_KHR is returned and an EGL_BAD_STREAM error is
120 returned and an EGL_BAD_ACCESS error is generated.
122 <stream> (and not destroyed), EGL_NO_SYNC_KHR is returned and
125 EGL_NO_SYNC_KHR is returned and an EGL_BAD_ATTRIBUTE error is

12345678910>>...104