/third_party/skia/third_party/externals/spirv-cross/tests-other/ |
H A D | c_api_test.c | 104 int main(int argc, char **argv) in main() function
|
H A D | small_vector.cpp | 210 int main() in main() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_extension_spv_khr_integer_dot_product.cpp | 77 OpEntryPoint GLCompute %main "main" in AssemblyForCase() local 78 OpExecutionMode %main LocalSize 1 1 1 in AssemblyForCase() 144 %main = OpFunction %void None %voidfn in AssemblyForCase()
|
H A D | val_non_uniform_test.cpp | 51 ss << "OpEntryPoint " << execution_model << " %main \"main\"\n"; in GenerateShaderCode() 53 ss << "OpExecutionMode %main LocalSize 1 1 1\n"; in GenerateShaderCode() 87 %main = OpFunction %void None %func in GenerateShaderCode() 301 OpEntryPoint GLCompute %main "main" in TEST_F() 302 OpExecutionMode %main LocalSize 1 1 1 in TEST_F() 310 %main = OpFunction %void None %func in TEST_F()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
H A D | main.cpp | 25 int main(int, char**) in main() function 86 // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application. in main() 87 // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application. in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
H A D | main.cpp | 25 int main(int, char**) in main() function 86 // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application. in main() 87 // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application. in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
H A D | main.cpp | 23 int main(int, char**) in main() function 84 // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application. in main() 85 // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application. in main()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdjpgcom.c | 445 * The main program. 449 main(int argc, char **argv) in main() function
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
H A D | pngpixel.c | 141 int main(int argc, const char **argv) in main() function
|
/third_party/skia/third_party/externals/icu/source/samples/strsrch/ |
H A D | strsrch.cpp | 282 int main(int argc, const char** argv) in main() function
|
/third_party/skia/third_party/externals/icu/source/samples/ugrep/ |
H A D | ugrep.cpp | 18 // The use of the ICU Regex API all occurs within the main() 87 // main for ugrep 89 // Structurally, all use of the ICU Regular Expression API is in main(), 95 int main(int argc, const char** argv) { in main() function
|
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 415 int main(int argc, const char *argv[]) { in main() function
|
/third_party/skia/third_party/externals/icu/source/tools/genbrk/ |
H A D | genbrk.cpp | 127 // main for genbrk 130 int main(int argc, char **argv) { in main() function
|
/third_party/skia/third_party/externals/icu/source/tools/gencfu/ |
H A D | gencfu.cpp | 133 // main for gencfu 136 int main(int argc, char **argv) { in main() function
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | tlsauthentication.c | 234 main () in main() function
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | spdy_fileserver.c | 269 main (int argc, char *const *argv) in main() function
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get_concurrent.c | 334 main (int argc, char *const *argv) in main() function
|
H A D | test_get_response_cleanup.c | 289 main (int argc, char *const *argv) in main() function
|
H A D | test_iplimit.c | 299 main (int argc, char *const *argv) in main() function
|
H A D | test_parse_cookies.c | 237 main (int argc, char *const *argv) in main() function
|
H A D | test_process_arguments.c | 236 main (int argc, char *const *argv) in main() function
|
H A D | test_timeout.c | 275 main (int argc, char *const *argv) in main() function
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_request_response_with_callback.c | 297 main() in main() function
|
/third_party/skia/tests/ |
H A D | skia_test.cpp | 149 int main(int argc, char** argv) { in main() function
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | ComputeBoids.cpp | 107 fn main(input : VertexIn) -> [[builtin(position)]] vec4<f32> { in initRender() 118 fn main() -> [[location(0)]] vec4<f32> { in initRender() 175 fn main([[builtin(global_invocation_id)]] GlobalInvocationID : vec3<u32>) { in initSim() 258 csDesc.compute.entryPoint = "main"; in initSim() 321 int main(int argc, const char* argv[]) { in main() function
|