/third_party/skia/tools/gpu/dawn/ |
H A D | DawnTestContext.cpp | 86 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 D | GrRecordingContextPriv.h | 115 sk_sp<skgpu::BaseDevice> createDevice(GrColorType, 121 sk_sp<skgpu::BaseDevice> createDevice(SkBudgeted,
|
H A 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/src/image/ |
H A 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()
|
/third_party/skia/tools/sk_app/ |
H A D | DawnWindowContext.h | 35 wgpu::Device createDevice(dawn_native::BackendType type);
|
H A D | DawnWindowContext.cpp | 109 wgpu::Device DawnWindowContext::createDevice(dawn_native::BackendType type) { in createDevice() function in sk_app::DawnWindowContext
|
/third_party/skia/tools/sk_app/win/ |
H A D | DawnD3D12WindowContext_win.cpp | 49 return this->createDevice(dawn_native::BackendType::D3D12); in onInitializeContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | DisplayImpl.cpp | 114 DeviceImpl *DisplayImpl::createDevice() in createDevice() function in rx::DisplayImpl
|
H A D | DisplayImpl.h | 101 virtual DeviceImpl *createDevice();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
H A D | DisplayEAGL.h | 74 DeviceImpl *createDevice() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | DisplayNULL.h | 47 DeviceImpl *createDevice() override;
|
H A D | DisplayNULL.cpp | 125 DeviceImpl *DisplayNULL::createDevice() in createDevice() function in rx::DisplayNULL
|
/third_party/skia/tools/sk_app/unix/ |
H A 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/gl/cgl/ |
H A D | DisplayCGL.h | 85 DeviceImpl *createDevice() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DisplayD3D.h | 85 DeviceImpl *createDevice() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | DisplayVk.h | 83 DeviceImpl *createDevice() override;
|
H A D | DisplayVk.cpp | 105 DeviceImpl *DisplayVk::createDevice() in createDevice() function in rx::DisplayVk
|
/third_party/skia/src/core/ |
H A D | SkDeferredDisplayListRecorder.cpp | 161 auto device = fContext->priv().createDevice(grColorType, in init()
|
H A D | SkSpecialSurface.cpp | 165 auto device = rContext->priv().createDevice(SkBudgeted::kYes, ii, SkBackingFit::kApprox, 1, in MakeRenderTarget()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSecondaryCBDrawContext.cpp | 45 auto device = rContext->priv().createDevice(SkColorTypeToGrColorType(imageInfo.colorType()), in Make()
|
/third_party/skia/tests/ |
H A D | DeviceTest.cpp | 87 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 D | DisplayMtl.h | 53 DeviceImpl *createDevice() override;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 269 const VkResult result = instanceDriver.createDevice(physicalDevice, &deviceCreateInfo, DE_NULL, &device); in createDeviceTest()
|
H A D | vktPipelineCacheSCTests.cpp | 335 VkResult result = instanceDriver.createDevice(physicalDevice, &deviceCreateInfo, DE_NULL, &object); in createPipelineCacheTest()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | VulkanTester.cpp | 351 device = physicalDevice.createDevice(deviceCreateInfo, nullptr);
|