/third_party/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 86 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/ |
D | GrRecordingContextPriv.h | 115 sk_sp<skgpu::BaseDevice> createDevice(GrColorType, 121 sk_sp<skgpu::BaseDevice> createDevice(SkBudgeted,
|
D | GrRecordingContextPriv.cpp | 26 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/ |
D | DawnWindowContext.h | 35 wgpu::Device createDevice(dawn_native::BackendType type);
|
D | DawnWindowContext.cpp | 109 wgpu::Device DawnWindowContext::createDevice(dawn_native::BackendType type) { in createDevice() function in sk_app::DawnWindowContext
|
/third_party/skia/src/image/ |
D | SkSurface_Gpu.cpp | 417 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()
|
D | SkSurface_GpuMtl.mm | 86 auto device = rContext->priv().createDevice(grColorType, 155 auto device = rContext->priv().createDevice(grColorType,
|
/third_party/skia/tools/sk_app/win/ |
D | DawnD3D12WindowContext_win.cpp | 49 return this->createDevice(dawn_native::BackendType::D3D12); in onInitializeContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | DisplayImpl.cpp | 114 DeviceImpl *DisplayImpl::createDevice() in createDevice() function in rx::DisplayImpl
|
D | DisplayImpl.h | 101 virtual DeviceImpl *createDevice();
|
/third_party/skia/tools/sk_app/unix/ |
D | DawnVulkanWindowContext_unix.cpp | 61 wgpu::Device device = this->createDevice(dawn_native::BackendType::Vulkan); in onInitializeContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 47 DeviceImpl *createDevice() override;
|
D | DisplayNULL.cpp | 125 DeviceImpl *DisplayNULL::createDevice() in createDevice() function in rx::DisplayNULL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 74 DeviceImpl *createDevice() override;
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 12 CreateDeviceFunc createDevice; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 85 DeviceImpl *createDevice() override;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 402 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/ |
D | DisplayD3D.h | 85 DeviceImpl *createDevice() override;
|
/third_party/skia/src/core/ |
D | SkSpecialSurface.cpp | 165 auto device = rContext->priv().createDevice(SkBudgeted::kYes, ii, SkBackingFit::kApprox, 1, in MakeRenderTarget()
|
D | SkDeferredDisplayListRecorder.cpp | 161 auto device = fContext->priv().createDevice(grColorType, in init()
|
/third_party/skia/tests/ |
D | DeviceTest.cpp | 87 auto device = dContext->priv().createDevice(SkBudgeted::kNo, ii, SkBackingFit::kExact, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 45 auto device = rContext->priv().createDevice(SkColorTypeToGrColorType(imageInfo.colorType()), in Make()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.h | 83 DeviceImpl *createDevice() override;
|
/third_party/skia/tools/sk_app/mac/ |
D | DawnMTLWindowContext_mac.mm | 122 wgpu::Device device = this->createDevice(dawn_native::BackendType::Metal);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 53 DeviceImpl *createDevice() override;
|