Home
last modified time | relevance | path

Searched refs:createDevice (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp86 static wgpu::Device createDevice(const dawn_native::Instance& instance, in createDevice() function in __anon5fb24a8e0111::DawnTestContextImpl
130 device = createDevice(*instance, type); in Create()
/third_party/skia/src/gpu/
DGrRecordingContextPriv.h115 sk_sp<skgpu::BaseDevice> createDevice(GrColorType,
121 sk_sp<skgpu::BaseDevice> createDevice(SkBudgeted,
DGrRecordingContextPriv.cpp26 sk_sp<skgpu::BaseDevice> GrRecordingContextPriv::createDevice(GrColorType colorType, in createDevice() function in GrRecordingContextPriv
40 sk_sp<skgpu::BaseDevice> GrRecordingContextPriv::createDevice(SkBudgeted budgeted, in createDevice() function in GrRecordingContextPriv
/third_party/skia/tools/sk_app/
DDawnWindowContext.h35 wgpu::Device createDevice(dawn_native::BackendType type);
DDawnWindowContext.cpp109 wgpu::Device DawnWindowContext::createDevice(dawn_native::BackendType type) { in createDevice() function in sk_app::DawnWindowContext
/third_party/skia/src/image/
DSkSurface_Gpu.cpp417 auto device = rContext->priv().createDevice(budgeted, c.imageInfo(), SkBackingFit::kExact, in MakeRenderTarget()
476 auto device = rContext->priv().createDevice(budgeted, info, SkBackingFit::kExact, in MakeRenderTarget()
518 auto device = rContext->priv().createDevice(grColorType, std::move(proxy), in MakeFromBackendTexture()
634 auto device = rContext->priv().createDevice(grColorType, std::move(proxy), in MakeFromBackendRenderTarget()
DSkSurface_GpuMtl.mm86 auto device = rContext->priv().createDevice(grColorType,
155 auto device = rContext->priv().createDevice(grColorType,
/third_party/skia/tools/sk_app/win/
DDawnD3D12WindowContext_win.cpp49 return this->createDevice(dawn_native::BackendType::D3D12); in onInitializeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.cpp114 DeviceImpl *DisplayImpl::createDevice() in createDevice() function in rx::DisplayImpl
DDisplayImpl.h101 virtual DeviceImpl *createDevice();
/third_party/skia/tools/sk_app/unix/
DDawnVulkanWindowContext_unix.cpp61 wgpu::Device device = this->createDevice(dawn_native::BackendType::Vulkan); in onInitializeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.h47 DeviceImpl *createDevice() override;
DDisplayNULL.cpp125 DeviceImpl *DisplayNULL::createDevice() in createDevice() function in rx::DisplayNULL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h74 DeviceImpl *createDevice() override;
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl12 CreateDeviceFunc createDevice; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h85 DeviceImpl *createDevice() override;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp402 return createDevice(vkp, instance, vki, physicalDevice, &createInfo, pAllocator); in createCustomDevice()
417 return vki.createDevice(physicalDevice, &createInfo, pAllocator, pDevice); in createUncheckedDevice()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDisplayD3D.h85 DeviceImpl *createDevice() override;
/third_party/skia/src/core/
DSkSpecialSurface.cpp165 auto device = rContext->priv().createDevice(SkBudgeted::kYes, ii, SkBackingFit::kApprox, 1, in MakeRenderTarget()
DSkDeferredDisplayListRecorder.cpp161 auto device = fContext->priv().createDevice(grColorType, in init()
/third_party/skia/tests/
DDeviceTest.cpp87 auto device = dContext->priv().createDevice(SkBudgeted::kNo, ii, SkBackingFit::kExact, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp45 auto device = rContext->priv().createDevice(SkColorTypeToGrColorType(imageInfo.colorType()), in Make()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.h83 DeviceImpl *createDevice() override;
/third_party/skia/tools/sk_app/mac/
DDawnMTLWindowContext_mac.mm122 wgpu::Device device = this->createDevice(dawn_native::BackendType::Metal);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.h53 DeviceImpl *createDevice() override;

12