Home
last modified time | relevance | path

Searched defs:backend (Results 1 – 25 of 234) sorted by relevance

12345678910

/third_party/mesa3d/src/freedreno/computerator/
Dmain.h65 struct backend { struct
66 struct kernel *(*assemble)(struct backend *b, FILE *in); argument
72 void (*set_perfcntrs)(struct backend *b, const struct perfcntr *perfcntrs, argument
74 void (*read_perfcntrs)(struct backend *b, uint64_t *results); argument
/third_party/pulseaudio/src/modules/bluetooth/
Dbackend-ofono.c63 pa_bluetooth_backend *backend; member
86 static pa_dbus_pending* hf_dbus_send_and_add_to_pending(pa_bluetooth_backend *backend, DBusMessage … in hf_dbus_send_and_add_to_pending() argument
196 static struct hf_audio_card *hf_audio_card_new(pa_bluetooth_backend *backend, const char *path) { in hf_audio_card_new()
301 static void hf_audio_agent_card_found(pa_bluetooth_backend *backend, const char *path, DBusMessageI… in hf_audio_agent_card_found()
368 static void hf_audio_agent_card_removed(pa_bluetooth_backend *backend, const char *path) { in hf_audio_agent_card_removed()
386 pa_bluetooth_backend *backend; in hf_audio_agent_get_cards_reply() local
435 static void ofono_bus_id_destroy(pa_bluetooth_backend *backend) { in ofono_bus_id_destroy()
448 pa_bluetooth_backend *backend; in hf_audio_agent_register_reply() local
492 static void hf_audio_agent_unregister(pa_bluetooth_backend *backend) { in hf_audio_agent_unregister()
511 pa_bluetooth_backend *backend = data; in filter_cb() local
[all …]
/third_party/skia/bench/
DRefCntBench.cpp19 bool isSuitableFor(Backend backend) override { in isSuitableFor()
53 bool isSuitableFor(Backend backend) override { in isSuitableFor()
80 bool isSuitableFor(Backend backend) override { in isSuitableFor()
108 bool isSuitableFor(Backend backend) override { in isSuitableFor()
139 bool isSuitableFor(Backend backend) override { in isSuitableFor()
166 bool isSuitableFor(Backend backend) override { in isSuitableFor()
DMutexBench.cpp17 bool isSuitableFor(Backend backend) override { in isSuitableFor()
41 bool isSuitableFor(Backend backend) override { in isSuitableFor()
DJSONBench.cpp25 bool isSuitableFor(Backend backend) override { return backend == kNonRendering_Backend; } in isSuitableFor()
68 bool isSuitableFor(Backend backend) override { return backend == kNonRendering_Backend; } in isSuitableFor()
120 bool isSuitableFor(Backend backend) override { return backend == kNonRendering_Backend; } in isSuitableFor()
DQuickRejectBench.cpp18 bool isSuitableFor(Backend backend) override { return backend != kNonRendering_Backend; } in isSuitableFor()
45 bool isSuitableFor(Backend backend) override { return backend != kNonRendering_Backend; } in isSuitableFor()
DRecordingBench.cpp24 bool PictureCentricBench::isSuitableFor(Backend backend) { in isSuitableFor()
61 bool DeserializePictureBench::isSuitableFor(Backend backend) { in isSuitableFor()
DMathBench.cpp43 bool isSuitableFor(Backend backend) override { in isSuitableFor()
277 bool isSuitableFor(Backend backend) override { in isSuitableFor()
345 bool isSuitableFor(Backend backend) override { in isSuitableFor()
406 bool isSuitableFor(Backend backend) override { in isSuitableFor()
466 bool isSuitableFor(Backend backend) override { in isSuitableFor()
522 bool isSuitableFor(Backend backend) override { in isSuitableFor()
569 bool isSuitableFor(Backend backend) override { in isSuitableFor()
605 bool isSuitableFor(Backend backend) override { in isSuitableFor()
689 bool isSuitableFor(Backend backend) override { in isSuitableFor()
/third_party/flutter/skia/bench/
DRefCntBench.cpp19 bool isSuitableFor(Backend backend) override { in isSuitableFor()
53 bool isSuitableFor(Backend backend) override { in isSuitableFor()
80 bool isSuitableFor(Backend backend) override { in isSuitableFor()
108 bool isSuitableFor(Backend backend) override { in isSuitableFor()
139 bool isSuitableFor(Backend backend) override { in isSuitableFor()
166 bool isSuitableFor(Backend backend) override { in isSuitableFor()
DMutexBench.cpp17 bool isSuitableFor(Backend backend) override { in isSuitableFor()
41 bool isSuitableFor(Backend backend) override { in isSuitableFor()
DJSONBench.cpp25 bool isSuitableFor(Backend backend) override { return backend == kNonRendering_Backend; } in isSuitableFor()
68 bool isSuitableFor(Backend backend) override { return backend == kNonRendering_Backend; } in isSuitableFor()
120 bool isSuitableFor(Backend backend) override { return backend == kNonRendering_Backend; } in isSuitableFor()
DQuickRejectBench.cpp18 bool isSuitableFor(Backend backend) override { return backend != kNonRendering_Backend; } in isSuitableFor()
45 bool isSuitableFor(Backend backend) override { return backend != kNonRendering_Backend; } in isSuitableFor()
DRecordingBench.cpp24 bool PictureCentricBench::isSuitableFor(Backend backend) { in isSuitableFor()
61 bool DeserializePictureBench::isSuitableFor(Backend backend) { in isSuitableFor()
DPathOpsBench.cpp29 bool isSuitableFor(Backend backend) override { in isSuitableFor()
60 bool isSuitableFor(Backend backend) override { in isSuitableFor()
DGrMemoryPoolBench.cpp36 bool isSuitableFor(Backend backend) override { in isSuitableFor()
98 bool isSuitableFor(Backend backend) override { in isSuitableFor()
146 bool isSuitableFor(Backend backend) override { in isSuitableFor()
/third_party/python/Lib/test/
Dtest_dtrace.py105 backend = None variable in TraceTests
153 backend = DTraceBackend() variable in DTraceNormalTests
158 backend = DTraceBackend() variable in DTraceOptimizedTests
163 backend = SystemTapBackend() variable in SystemTapNormalTests
168 backend = SystemTapBackend() variable in SystemTapOptimizedTests
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dext_password.c30 const struct ext_password_backend *backend; member
35 struct ext_password_data * ext_password_init(const char *backend, in ext_password_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dext_password.c27 const struct ext_password_backend *backend; member
32 struct ext_password_data * ext_password_init(const char *backend, in ext_password_init()
/third_party/flutter/skia/src/gpu/
DGrContextThreadSafeProxy.cpp22 GrContextThreadSafeProxy::GrContextThreadSafeProxy(GrBackendApi backend, in GrContextThreadSafeProxy()
115 GrBackendApi backend, in Make()
/third_party/flutter/skia/tests/
DDeferredDisplayListTest.cpp333 GrBackendTexture backend; in DDLSurfaceCharacterizationTestImpl() local
367 GrBackendTexture backend; in DDLSurfaceCharacterizationTestImpl() local
412 GrBackendTexture backend; in DDLSurfaceCharacterizationTestImpl() local
448 GrBackendTexture backend; in DDLSurfaceCharacterizationTestImpl() local
476 GrBackendTexture backend; in DDLSurfaceCharacterizationTestImpl() local
544 GrBackendTexture backend; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
567 GrBackendTexture backend; in test_make_render_target() local
581 GrBackendTexture backend; in test_make_render_target() local
685 GrBackendTexture backend; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/flutter/skia/tools/gpu/mtl/
DMtlTestContext.h18 GrBackendApi backend() override { return GrBackendApi::kMetal; } in backend() function
/third_party/skia/src/gpu/
DGrContextThreadSafeProxy.cpp34 GrContextThreadSafeProxy::GrContextThreadSafeProxy(GrBackendApi backend, in GrContextThreadSafeProxy()
177 GrBackendApi backend, in Make()
/third_party/skia/tools/gpu/mtl/
DMtlTestContext.h20 GrBackendApi backend() override { return GrBackendApi::kMetal; } in backend() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp70 Backend* backend, in CreateAdapterFromIDXGIAdapter()
200 Backend* backend = new Backend(instance); in Connect() local
/third_party/flutter/skia/include/gpu/
DGrBackendSurface.h93 GrBackendApi backend() const { return fBackend; } in backend() function
222 GrBackendApi backend() const {return fBackend; } in backend() function
370 GrBackendApi backend() const {return fBackend; } in backend() function

12345678910