Home
last modified time | relevance | path

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

12345678910>>...66

/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/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/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/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/flutter/txt/
D.gitattributes1 # Auto detect text files and perform LF normalization
4 # Always perform LF normalization on these files
/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/openssl/apps/
Ds_time.c127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local
151 perform = 2; in s_time_main()
154 perform = 1; in s_time_main()
267 if (!(perform & 1)) in s_time_main()
328 if (!(perform & 2)) in s_time_main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp148 void perform() { in perform() function in __anoncb7ba2ac0211::MemOPSizeOpt
154 if (perform(MI)) { in perform()
185 bool perform(MemIntrinsic *MI);
232 bool MemOPSizeOpt::perform(MemIntrinsic *MI) { in perform() function in __anoncb7ba2ac0211::MemOPSizeOpt
424 MemOPSizeOpt.perform(); in PGOMemOPSizeOptImpl()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_multisampled_render_to_single_sampled.adoc26 efficiently perform multisampled rendering without incurring any additional
41 Some implementations are able to perform said operation efficiently in
44 Together with the ability to perform a resolve operation at the end of a
45 subpass, these implementations are able to perform multisampled rendering on
/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/openssl/doc/man3/
DPKCS8_encrypt.pod32 PKCS8_encrypt() and PKCS8_encrypt_ex() perform encryption of an object I<p8> using
38 PKCS8_decrypt() and PKCS8_decrypt_ex() perform decryption of an B<X509_SIG> in
42 PKCS8_set0_pbe() and PKCS8_set0_pbe_ex() perform encryption of the I<p8inf>
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp79 bool perform() { in perform() function in __anond1316c060211::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/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/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/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/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/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_array_range2.txt50 vertex array range that does NOT perform an implicit vertex array
95 and disable the vertex array range does not perform an implicit
118 DisableClientState or EnableClientState does NOT perform an implicit
/third_party/openGLES/extensions/NV/
DNV_vertex_array_range2.txt50 vertex array range that does NOT perform an implicit vertex array
95 and disable the vertex array range does not perform an implicit
118 DisableClientState or EnableClientState does NOT perform an implicit
/third_party/libabigail/tests/
Dtest-read-ctf.cc405 perform();
437 test_task_ctf::perform() in perform() function in test_task_ctf
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
DREADME.md3 Demonstrates how to create indexes and perform full-text searches.
29 - perform search[es]: `searchterm [searchterm...]`
/third_party/libdrm/man/
Ddrm.7.rst47 allowed to perform mode-setting or modify core state and only one user
51 can perform buffer allocations and rendering.
59 implement a kernel interface to perform mode-setting called *Kernel Mode
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_vulkan_image.txt71 perform appropriate transitions internally as necessary based on the
79 returned, so an external API can perform appropriate transitions as

12345678910>>...66