Home
last modified time | relevance | path

Searched refs:createDevice (Results 1 - 25 of 49) sorted by relevance

12

/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp86 static wgpu::Device createDevice(const dawn_native::Instance& instance, in createDevice() function in __anon26495::DawnTestContextImpl
130 device = createDevice(*instance, type); in Create()
/third_party/skia/src/gpu/
H A DGrRecordingContextPriv.h115 sk_sp<skgpu::BaseDevice> createDevice(GrColorType,
121 sk_sp<skgpu::BaseDevice> createDevice(SkBudgeted,
H A 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/src/image/
H A 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()
/third_party/skia/tools/sk_app/
H A DDawnWindowContext.h35 wgpu::Device createDevice(dawn_native::BackendType type);
H A DDawnWindowContext.cpp109 wgpu::Device DawnWindowContext::createDevice(dawn_native::BackendType type) { in createDevice() function in sk_app::DawnWindowContext
/third_party/skia/tools/sk_app/win/
H A DDawnD3D12WindowContext_win.cpp49 return this->createDevice(dawn_native::BackendType::D3D12); in onInitializeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DDisplayImpl.cpp114 DeviceImpl *DisplayImpl::createDevice() in createDevice() function in rx::DisplayImpl
H A DDisplayImpl.h101 virtual DeviceImpl *createDevice();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DDisplayEAGL.h74 DeviceImpl *createDevice() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.h47 DeviceImpl *createDevice() override;
H A DDisplayNULL.cpp125 DeviceImpl *DisplayNULL::createDevice() in createDevice() function in rx::DisplayNULL
/third_party/skia/tools/sk_app/unix/
H A DDawnVulkanWindowContext_unix.cpp61 wgpu::Device device = this->createDevice(dawn_native::BackendType::Vulkan); in onInitializeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DDisplayCGL.h85 DeviceImpl *createDevice() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDisplayD3D.h85 DeviceImpl *createDevice() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DDisplayVk.h83 DeviceImpl *createDevice() override;
H A DDisplayVk.cpp105 DeviceImpl *DisplayVk::createDevice() in createDevice() function in rx::DisplayVk
/third_party/skia/src/core/
H A DSkDeferredDisplayListRecorder.cpp161 auto device = fContext->priv().createDevice(grColorType, in init()
H A DSkSpecialSurface.cpp165 auto device = rContext->priv().createDevice(SkBudgeted::kYes, ii, SkBackingFit::kApprox, 1, in MakeRenderTarget()
/third_party/skia/src/gpu/vk/
H A DGrVkSecondaryCBDrawContext.cpp45 auto device = rContext->priv().createDevice(SkColorTypeToGrColorType(imageInfo.colorType()), in Make()
/third_party/skia/tests/
H A DDeviceTest.cpp87 auto device = dContext->priv().createDevice(SkBudgeted::kNo, ii, SkBackingFit::kExact, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DDisplayMtl.h53 DeviceImpl *createDevice() override;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktApplicationParametersTests.cpp269 const VkResult result = instanceDriver.createDevice(physicalDevice, &deviceCreateInfo, DE_NULL, &device); in createDeviceTest()
H A DvktPipelineCacheSCTests.cpp335 VkResult result = instanceDriver.createDevice(physicalDevice, &deviceCreateInfo, DE_NULL, &object); in createPipelineCacheTest()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DVulkanTester.cpp351 device = physicalDevice.createDevice(deviceCreateInfo, nullptr);

Completed in 20 milliseconds

12