Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 1759) sorted by relevance

12345678910>>...71

/third_party/mesa3d/include/android_stub/system/
Dwindow.h528 int (*perform)(struct ANativeWindow* window, member
644 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage); in native_window_set_usage()
683 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop); in native_window_set_crop()
704 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop); in native_window_set_post_transform_crop()
733 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount); in native_window_set_buffer_count()
753 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_GEOMETRY, in native_window_set_buffers_geometry()
774 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_DIMENSIONS, in native_window_set_buffers_dimensions()
799 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_USER_DIMENSIONS, in native_window_set_buffers_user_dimensions()
813 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_FORMAT, format); in native_window_set_buffers_format()
832 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_DATASPACE, in native_window_set_buffers_data_space()
[all …]
/third_party/flutter/flutter/
D.gitattributes1 # Auto detect text files and perform LF normalization
4 # Always perform LF normalization on these files
21 # Never perform LF normalization on these files
/third_party/ltp/utils/benchmark/kernbench-0.42/
DREADME38 n : number of times to perform benchmark (default 5)
40 s : perform single threaded runs (default don't)
41 H : don't perform half load runs (default do)
42 O : don't perform optimal load runs (default do)
43 M : don't perform maximal load runs (default do)
65 v0.20 Change to average of runs, add options to choose which runs to perform
/third_party/boost/libs/test/doc/testing_tools/
Dtesting_output_streams.qbk10 How would you perform correctness test for ``operator<< ( std::ostream &, ... )`` operations?
17 expected pattern string, but you are required to perform several additional operations with every c…
28 If you want to perform several checks with the same output, specify parameter `flush_stream`
55 you want to perform several different checks for the same output you wouldn't need to use it though…
58 [tip Try to perform checks as
74 [tip Try to perform checks as frequently as possible, because it allows you to more closely identif…
/third_party/flutter/engine/flutter/third_party/txt/
D.gitattributes1 # Auto detect text files and perform LF normalization
4 # Always perform LF normalization on these files
/third_party/boost/tools/docca/include/docca/
Dcommon.xsl38 <xsl:sequence select="d:perform-replacements($name, $id-replacements)"/>
41 <xsl:function name="d:perform-replacements">
47 … then d:perform-replacements(replace($name, $next/@pattern, $next/@with), $rest)
78 <xsl:sequence select="d:perform-replacements($name, $param-replacements)"/>
83 <xsl:sequence select="d:perform-replacements($name, $type-replacements)"/>
/third_party/vk-gl-cts/doc/testspecs/VK/
Dsparse_resources.txt29 First queue is used to perform binding of device memory to sparse buffer. The binding operation sig…
32 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj…
48 First queue is used to perform binding of device memory to sparse image. The binding operation sign…
51 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj…
68 First queue is used to perform binding of device memory to sparse buffer. The binding operation sig…
71 The second queue is used to perform compute and transfer operations. A compute shader is invoked to…
87 First queue is used to perform binding of device memory to sparse image. The binding operation sign…
90 The second queue is used to perform compute and transfer operations. A compute shader is invoked to…
116 First queue is used to perform binding of device memory to sparse buffers. One block of device memo…
119 The second queue is used to perform compute and transfer operations. A compute shader is invoked to…
[all …]
/third_party/openssl/apps/
Ds_time.c102 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local
126 perform = 2; in s_time_main()
129 perform = 1; in s_time_main()
213 if (!(perform & 1)) in s_time_main()
274 if (!(perform & 2)) in s_time_main()
/third_party/boost/libs/thread/test/
Dtest_2309.cpp20 void perform() in perform() function
52 threads.create_thread(perform); in ticket_2309_test()
/third_party/boost/libs/asio/doc/overview/
Dbasics.qbk10 Boost.Asio may be used to perform both synchronous and asynchronous operations on I/O
14 As an introductory example, let's consider what happens when you perform a
27 To perform I/O operations [*your program] will need an [*I/O object] such as a
42 3. The [*I/O execution context] calls on the [*operating system] to perform the
109 extending Boost.Asio to perform other types of asynchronous operations.
Dreactor.qbk11 perform the I/O operations itself. To facilitate this, Boost.Asio includes
15 As an example, to perform a non-blocking read something like the following may
Dtimers.qbk14 As a simple example, to perform a synchronous wait operation on a timer using a
23 More commonly, a program will perform an asynchronous wait operation on a
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp148 void perform() { in perform() function in __anon5a5333cd0211::MemOPSizeOpt
154 if (perform(MI)) { in perform()
185 bool perform(MemIntrinsic *MI);
232 bool MemOPSizeOpt::perform(MemIntrinsic *MI) { in perform() function in __anon5a5333cd0211::MemOPSizeOpt
424 MemOPSizeOpt.perform(); in PGOMemOPSizeOptImpl()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_colorspace.txt116 enable GL_FRAMEBUFFER_SRGB to perform sRGB rendering, even when an
188 On Windows, OpenGL ES implementation can not perform linear to sRGB
254 … IF EnableSRGB && (sRGBCapable || sRGBColorspace) THEN perform framebuffer sRGB conversions.
256 IF sRGBColorspace THEN perform framebuffer sRGB conversions.
261 IF EnableSRGB && FormatSRGB THEN perform framebuffer sRGB conversions.
263 IF FormatSRGB THEN perform framebuffer sRGB conversions.
/third_party/openGLES/extensions/EXT/
DWGL_EXT_colorspace.txt116 enable GL_FRAMEBUFFER_SRGB to perform sRGB rendering, even when an
188 On Windows, OpenGL ES implementation can not perform linear to sRGB
254 … IF EnableSRGB && (sRGBCapable || sRGBColorspace) THEN perform framebuffer sRGB conversions.
256 IF sRGBColorspace THEN perform framebuffer sRGB conversions.
261 IF EnableSRGB && FormatSRGB THEN perform framebuffer sRGB conversions.
263 IF FormatSRGB THEN perform framebuffer sRGB conversions.
/third_party/skia/third_party/externals/angle2/doc/
DDynamicShaderCompilation.md21 perform very slowly due to dynamic shader re-compilation. A future design
22 direction for ANGLE, when targeting a more modern API, is to perform the vertex
/third_party/flutter/skia/third_party/externals/angle2/doc/
DDynamicShaderCompilation.md21 perform very slowly due to dynamic shader re-compilation. A future design
22 direction for ANGLE, when targeting a more modern API, is to perform the vertex
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h123 void perform(LoopInfo *LI);
180 void perform(LoopInfo *LI) { in perform() function
181 DFS.perform(LI); in perform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp79 bool perform() { in perform() function in __anon989e70470211::LibCallsShrinkWrap
84 if (perform(CI)) { in perform()
93 bool perform(CallInst *CI);
505 bool LibCallsShrinkWrap::perform(CallInst *CI) { in perform() function in LibCallsShrinkWrap
529 bool Changed = CCDCE.perform(); in runImpl()
/third_party/openssl/doc/man3/
DCMS_final.pod15 CMS_final() finalises the structure B<cms>. Its purpose is to perform any
26 I/O functions perform finalisation operations internally.
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
DREADME.md3 This demonstrates how to perform captive portal detection integrated
9 captive portal detection state to `LWS_CPD_INTERNET_OK` and perform
/third_party/cef/
DCMakeLists.txt.in70 # To perform a Linux build using a 32-bit CEF binary distribution on a 32-bit
80 # To perform a MacOS build using a 64-bit CEF binary distribution:
89 # To perform a MacOS build using an ARM64 CEF binary distribution:
98 # To perform a Windows build using a 32-bit CEF binary distribution:
109 # To perform a Windows build using a 64-bit CEF binary distribution:
120 # To perform a Windows build using an ARM64 CEF binary distribution:
/third_party/boost/libs/beast/doc/qbk/06_websocket/
D08_notes.qbk16 The implementation does not perform queueing or buffering of messages. If
60 program is attempting to perform two simultaneous reads:
69 some individual operations can perform both reads and writes, this
/third_party/boost/boost/asio/ssl/detail/impl/
Dengine.ipp148 return perform((type == boost::asio::ssl::stream_base::client)
154 return perform(&engine::do_shutdown, 0, 0, ec, 0);
166 return perform(&engine::do_write,
180 return perform(&engine::do_read, data.data(),
242 engine::want engine::perform(int (engine::* op)(void*, std::size_t),
/third_party/boost/libs/asio/include/boost/asio/ssl/detail/impl/
Dengine.ipp148 return perform((type == boost::asio::ssl::stream_base::client)
154 return perform(&engine::do_shutdown, 0, 0, ec, 0);
166 return perform(&engine::do_write,
180 return perform(&engine::do_read, data.data(),
242 engine::want engine::perform(int (engine::* op)(void*, std::size_t),

12345678910>>...71