Home
last modified time | relevance | path

Searched defs:api (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/swiftshader/tests/regres/
Dci-tests.json2 { "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi-PASS.txt" }, string
4 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ABORT.txt" }, string
5 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ASSERT.txt" }, string
6 …{ "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-COMPATIBILITY_WARNING.tx… string
7 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-CRASH.txt" }, string
8 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-FAIL.txt" }, string
9 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-PASS.txt" }, string
10 … { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-QUALITY_WARNING.txt" }, string
11 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-TIMEOUT.txt" }, string
12 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-UNIMPLEMENTED.txt" }, string
[all …]
/third_party/skia/infra/bots/recipes/
Dcompute_buildstats.py35 def RunSteps(api): argument
116 def keys_and_props(api): argument
140 def analyze_web_file(api, checkout_root, out_dir, files): argument
167 def analyze_cpp_lib(api, checkout_root, out_dir, files): argument
195 def analyze_flutter_lib(api, checkout_root, out_dir, files): argument
234 def analyze_wasm_file(api, checkout_root, out_dir, files): argument
266 def make_treemap(api, checkout_root, out_dir, files): argument
280 def GenTests(api): argument
Dskpbench.py31 def _run(api, title, *cmd, **kwargs): argument
36 def _adb(api, title, *cmd, **kwargs): argument
42 def skpbench_steps(api): argument
163 def RunSteps(api): argument
192 def GenTests(api): argument
Dperf_skottietrace.py37 def perf_steps(api): argument
143 def parse_trace(trace_json, lottie_filename, api): argument
219 def RunSteps(api): argument
233 def GenTests(api): argument
Dperf.py31 def perf_steps(api): argument
104 def RunSteps(api): argument
124 def GenTests(api): argument
Dinfra.py20 def git_init(api, repo_root, env): argument
28 def RunSteps(api): argument
67 def GenTests(api): argument
Dtest.py31 def test_steps(api): argument
162 def RunSteps(api): argument
182 def GenTests(api): argument
Dperf_skottiewasm_lottieweb.py84 def RunSteps(api): argument
205 def parse_trace(trace_json, lottie_filename, api, renderer): argument
348 def GenTests(api): argument
Dhousekeeper.py24 def RunSteps(api): argument
38 def GenTests(api): argument
/third_party/gn/infra/recipes/
Dgn.py44 def _get_libcxx_include_path(api): argument
64 def _get_compilation_environment(api, target, cipd_dir): argument
106 def RunSteps(api, repository): argument
311 def GenTests(api): argument
/third_party/skia/infra/bots/recipe_modules/build/
Ddefault.py9 def build_command_buffer(api, chrome_dir, skia_dir, out): argument
19 def compile_swiftshader(api, extra_tokens, swiftshader_root, cc, cxx, out): argument
87 def compile_fn(api, checkout_root, out_dir): argument
370 def copy_build_products(api, src, dst): argument
/third_party/skia/infra/bots/recipe_modules/run/examples/
Dfull.py18 def myfunc(api, i): argument
22 def RunSteps(api): argument
66 def GenTests(api): argument
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py17 def test_exceptions(api): argument
32 def RunSteps(api): argument
123 def GenTests(api): argument
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp467 inline bool IsD3D9(const GPUTestConfig::API &api) in IsD3D9()
473 inline bool IsD3D11(const GPUTestConfig::API &api) in IsD3D11()
479 inline bool IsGLDesktop(const GPUTestConfig::API &api) in IsGLDesktop()
485 inline bool IsGLES(const GPUTestConfig::API &api) in IsGLES()
491 inline bool IsVulkan(const GPUTestConfig::API &api) in IsVulkan()
496 inline bool IsSwiftShader(const GPUTestConfig::API &api) in IsSwiftShader()
502 inline bool IsMetal(const GPUTestConfig::API &api) in IsMetal()
572 GPUTestConfig::GPUTestConfig(const API &api, uint32_t preRotation) in GPUTestConfig()
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py273 def __init__ (self, api, name, number, requirementsList): argument
835 def writeHandleType (api, filename): argument
981 def writeBasicTypes (apiName, api, filename): argument
1029 def writeCompositeTypes (api, filename): argument
1135 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument
1145 def writeFunctionPtrTypes (api, filename): argument
1156 def writeFunctionPointers (api, filename, functionTypes): argument
1171 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument
1189 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument
1215 def writeFuncPtrInterfaceSCImpl (api, filename, functionTypes, className): argument
[all …]
Dgen_framework.py269 def __init__ (self, api, name, number, requirementsList): argument
817 def writeHandleType (api, filename): argument
963 def writeBasicTypes (apiName, api, filename): argument
1011 def writeCompositeTypes (api, filename): argument
1117 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument
1127 def writeFunctionPtrTypes (api, filename): argument
1138 def writeFunctionPointers (api, filename, functionTypes): argument
1153 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument
1171 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument
1197 def writeFuncPtrInterfaceSCImpl (api, filename, functionTypes, className): argument
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp60 …FeedbackOverflowQueryBaseTest(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryBaseTest()
156 …backOverflowQueryImplDepState(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryImplDepState()
197 …OverflowQueryContextStateBase(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryContextStateBase()
245 …backOverflowQueryDefaultState(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryDefaultState()
301 …dbackOverflowQueryStateUpdate(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryStateUpdate()
431 …eedbackOverflowQueryErrorBase(deqp::Context& context, TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryErrorBase()
484 TransformFeedbackOverflowQueryTests::API api, const char* name) in TransformFeedbackOverflowQueryErrorInvalidIndex()
595 TransformFeedbackOverflowQueryTests::API api, const char* name) in TransformFeedbackOverflowQueryErrorAlreadyActive()
717 TransformFeedbackOverflowQueryTests::API api, in TransformFeedbackOverflowQueryErrorIncompatibleTarget()
834 TransformFeedbackOverflowQueryTests::API api, const char* name) in TransformFeedbackOverflowQueryErrorNoActiveQuery()
[all …]
/third_party/libwebsockets/READMEs/
DREADME.lws_system.md30 ### `reboot`
34 ### `set_clock`
38 ### `attach`
/third_party/mesa3d/src/mesa/main/
Dget_hash_generator.py59 def api_name(api): argument
73 def api_index(api): argument
76 def table_name(api): argument
79 def print_table(api, table): argument
/third_party/skia/infra/bots/recipe_modules/docker/examples/
Dfull.py16 def RunSteps(api): argument
30 def GenTests(api): argument
/third_party/skia/infra/bots/recipe_modules/env/examples/
Dfull.py14 def RunSteps(api): argument
26 def GenTests(api): argument
/third_party/skia/infra/bots/recipe_modules/doxygen/examples/
Dfull.py15 def RunSteps(api): argument
20 def GenTests(api): argument
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/examples/
Dfull.py12 def RunSteps(api): argument
93 def GenTests(api): argument
/third_party/gn/infra/recipe_modules/windows_sdk/examples/
Dfull.py15 def RunSteps(api): argument
21 def GenTests(api): argument
/third_party/gn/infra/recipe_modules/macos_sdk/examples/
Dfull.py15 def RunSteps(api): argument
22 def GenTests(api): argument

12345678910>>...16