Searched defs:backend (Results 126 - 137 of 137) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp144 ComPtr<IGalliumDXGIBackend> backend; member in struct:GalliumDXGIFactory
151 backend = p_backend;
153 backend.reset(new GalliumDXGIX11IdentityBackend((Display*)display));
155 backend.reset(new GalliumDXGIIdentityBackend());
1069 HRESULT hr = parent->backend->GetPresentSize(desc.OutputWindow, &width, &height);
1092 return parent->backend->TestPresent(desc.OutputWindow);
1113 hr = parent->backend->BeginPresent(desc.OutputWindow, &present_cookie, &cur_window, &rect, &rgndata, &preserve_aspect_ratio);
1246 parent->backend->EndPresent(desc.OutputWindow, present_cookie);
1413 IGalliumDXGIBackend* backend; member in struct:dxgi_binding
1428 if(dxgi_thread_binding.backend)
1434 GalliumDXGIUseX11Display(Display* dpy, IGalliumDXGIBackend* backend) argument
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp88 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, argument
97 if (context->init(backend, backendContext)) {
124 bool GrContext::init(GrBackend backend, GrBackendContext backendContext) { argument
127 fGpu = GrGpu::Create(backend, backendContext, this);
/external/fio/
H A Dinit.c1524 printf(" --server=args\t\tStart a backend fio server\n");
1526 printf(" --client=hostname\tTalk to remote backend fio server at hostname\n");
1710 int backend = 0; local
1714 * for the backend.
1947 backend = 1;
2030 if (is_backend && backend)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h334 struct vbuf_render *backend; member in struct:svga_context::__anon27533
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp144 ComPtr<IGalliumDXGIBackend> backend; member in struct:GalliumDXGIFactory
151 backend = p_backend;
153 backend.reset(new GalliumDXGIX11IdentityBackend((Display*)display));
155 backend.reset(new GalliumDXGIIdentityBackend());
1069 HRESULT hr = parent->backend->GetPresentSize(desc.OutputWindow, &width, &height);
1092 return parent->backend->TestPresent(desc.OutputWindow);
1113 hr = parent->backend->BeginPresent(desc.OutputWindow, &present_cookie, &cur_window, &rect, &rgndata, &preserve_aspect_ratio);
1246 parent->backend->EndPresent(desc.OutputWindow, present_cookie);
1413 IGalliumDXGIBackend* backend; member in struct:dxgi_binding
1428 if(dxgi_thread_binding.backend)
1434 GalliumDXGIUseX11Display(Display* dpy, IGalliumDXGIBackend* backend) argument
[all...]
/external/qemu/qapi-auto-generated/
H A Dqmp-marshal.c3880 ChardevBackend * backend = NULL; local
3885 visit_type_ChardevBackend(v, &backend, "backend", errp);
3891 retval = qmp_chardev_add(id, backend, errp);
3900 visit_type_ChardevBackend(v, &backend, "backend", NULL);
/external/skia/src/gpu/
H A DGrContext.cpp85 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) { argument
87 if (context->init(backend, backendContext)) {
114 bool GrContext::init(GrBackend backend, GrBackendContext backendContext) { argument
117 fGpu = GrGpu::Create(backend, backendContext, this);
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc2393 chromeos::FileSystemBackend* backend = new chromeos::FileSystemBackend( local
2400 backend->AddSystemMountPoints();
2401 DCHECK(backend->CanHandleType(storage::kFileSystemTypeExternal));
2402 additional_backends->push_back(backend);
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc84 // dependency between MostVisitedModel and the history backend.
129 // it supports canceling of the task so the reference to the backend will be
133 // The backend can call Cancel to have this task release the reference. The
149 // The backend will call this function if it is being destroyed so that we
191 bool QueuedHistoryDBTask::Run(HistoryBackend* backend, argument
193 return task_->RunOnDBThread(backend, db);
649 db_->BeginExclusiveMode(); // Must be after the mem backend read the data.
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp159 GLContextType fGLContextType; // GPU backend only
160 int fSampleCnt; // GPU backend only
346 * Depending on the backend, this may mean that we skipped a single rendermode, or all
350 const char renderModeDescriptor [], Backend backend) {
351 if (kRaster_Backend == backend) {
349 RecordSkippedTest(const SkString& shortNamePlusConfig, const char renderModeDescriptor [], Backend backend) argument
/external/skia/gm/
H A Dgmmain.cpp158 GLContextType fGLContextType; // GPU backend only
159 int fSampleCnt; // GPU backend only
345 * Depending on the backend, this may mean that we skipped a single rendermode, or all
349 const char renderModeDescriptor [], Backend backend) {
350 if (kRaster_Backend == backend) {
348 RecordSkippedTest(const SkString& shortNamePlusConfig, const char renderModeDescriptor [], Backend backend) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1304 milliseconds

123456