Home
last modified time | relevance | path

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

12345678910>>...13

/external/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 …]
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/
Dencoder.py113 api, argument
126 def emit_custom_pre_validate(typeInfo, api, cgen): argument
143 def emit_custom_resource_preprocess(typeInfo, api, cgen): argument
152 def emit_custom_resource_postprocess(typeInfo, api, cgen): argument
217 def custom_encoder_args(api): argument
230 def __init__(self, api): argument
265 def emit_parameter_encode_preamble_write(typeInfo, api, cgen): argument
277 def emit_parameter_encode_copy_unwrap_count(typeInfo, api, cgen, customUnwrap=None): argument
354 def is_cmdbuf_dispatch(api): argument
357 def emit_parameter_encode_write_packet_info(typeInfo, api, cgen): argument
[all …]
Ddecoder.py235 def emit_call_log(api, cgen): argument
285 def emit_dispatch_call(api, cgen): argument
321 def emit_global_state_wrapped_call(api, cgen, logger, context): argument
335 def emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=True): argument
371 def emit_decode_return_writeback(api, cgen): argument
378 def emit_decode_finish(api, cgen): argument
386 def emit_destroyed_handle_cleanup(api, cgen): argument
424 def emit_seqno_incr(api, cgen): argument
427 def emit_snapshot(typeInfo, api, cgen): argument
463 def emit_decoding(typeInfo, api, cgen, globalWrapped=False, logger=False, context=False): argument
[all …]
Dsubdecode.py180 def emit_call_log(api, cgen): argument
196 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument
241 def emit_dispatch_call(api, cgen): argument
263 def emit_global_state_wrapped_call(api, cgen, logger=False, context=False): argument
274 def emit_default_decoding(typeInfo, api, cgen): argument
279 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument
283 def emit_global_state_wrapped_decoding_with_logger(typeInfo, api, cgen): argument
287 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): argument
Dfunctable.py90 def is_cmdbuf_dispatch(api): argument
93 def is_queue_dispatch(api): argument
135 def genEncoderOrResourceTrackerCall(cgen, api, declareResources=True): argument
355 def isDeviceDispatch(self, api): argument
/external/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
/external/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
81 def compile_fn(api, checkout_root, out_dir): argument
362 def copy_build_products(api, src, dst): argument
/external/angle/src/tests/test_expectations/
DGPUTestConfig.cpp472 inline bool IsD3D9(const GPUTestConfig::API &api) in IsD3D9()
478 inline bool IsD3D11(const GPUTestConfig::API &api) in IsD3D11()
484 inline bool IsGLDesktop(const GPUTestConfig::API &api) in IsGLDesktop()
490 inline bool IsGLES(const GPUTestConfig::API &api) in IsGLES()
496 inline bool IsVulkan(const GPUTestConfig::API &api) in IsVulkan()
501 inline bool IsSwiftShader(const GPUTestConfig::API &api) in IsSwiftShader()
507 inline bool IsMetal(const GPUTestConfig::API &api) in IsMetal()
578 GPUTestConfig::GPUTestConfig(const API &api, uint32_t preRotation) in GPUTestConfig()
/external/perfetto/infra/luci/recipes/
Dperfetto.py90 def UploadArtifact(api, ctx, platform, out_dir, artifact): argument
138 def BuildForPlatform(api, ctx, platform): argument
164 def RunSteps(api, repository): argument
226 def GenTests(api): argument
/external/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py17 def test_exceptions(api): argument
32 def RunSteps(api): argument
124 def GenTests(api): argument
/external/skia/infra/bots/recipe_modules/run/examples/
Dfull.py18 def myfunc(api, i): argument
22 def RunSteps(api): argument
66 def GenTests(api): argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcodes.java51 public final int api; field in Opcodes
58 public static Opcodes forApi(int api) { in forApi()
69 int api = VersionMap.mapDexVersionToApi(dexVersion); in forDexVersion() local
85 private Opcodes(int api, int artVersion) { in Opcodes()
/external/angle/scripts/
Dgenerate_entry_points.py1262 def is_aliasing_excepted(api, cmd_name): argument
1266 def entry_point_export(api): argument
1272 def entry_point_prefix(api): argument
1280 def get_api_entry_def(api): argument
1289 def get_stubs_header_template(api): argument
1298 def format_entry_point_decl(api, cmd_name, proto, params): argument
1461 def strip_suffix(api, name): argument
1485 def get_packed_enums(api, cmd_packed_gl_enums, cmd_name, packed_param_types, params): argument
1498 def get_def_template(api, cmd_name, return_type, has_errcode_ret): argument
1524 def format_entry_point_def(api, command_node, cmd_name, proto, params, cmd_packed_enums, argument
[all …]
/external/deqp/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 …]
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py839 def writeHandleType (api, filename): argument
998 def writeBasicTypes (api, filename): argument
1051 def writeCompositeTypes (api, filename): argument
1070 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument
1081 def writeFunctionPtrTypes (api, filename): argument
1088 def writeFunctionPointers (api, filename, functionTypes): argument
1100 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument
1116 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument
1142 def writeStrUtilProto (api, filename): argument
1161 def writeStrUtilImpl (api, filename): argument
[all …]
/external/mesa3d/src/mesa/main/
Dget_hash_generator.py61 def api_name(api): argument
75 def api_index(api): argument
78 def table_name(api): argument
81 def print_table(api, table): argument
/external/libwebsockets/READMEs/
DREADME.lws_system.md30 ### `reboot`
34 ### `set_clock`
38 ### `attach`
/external/libepoxy/src/
Ddispatch_common.c220 struct api { struct
225 pthread_mutex_t mutex;
232 void *glx_handle;
241 void *gl_handle;
267 static struct api api = { argument
/external/mesa3d/src/mapi/glapi/gen/
Dgl_apitemp.py174 def printInitDispatch(self, api): argument
209 def printAliasedTable(self, api): argument
275 def printBody(self, api): argument

12345678910>>...13