/external/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 98 static wgpu::Device createDevice(const dawn::native::Instance& instance, in createDevice() function in __anon4b21c6e10111::DawnTestContextImpl 147 device = createDevice(*instance, type); in Create()
|
/external/skia/src/gpu/ganesh/ |
D | GrRecordingContextPriv.h | 121 sk_sp<skgpu::v1::Device> createDevice(GrColorType, 127 sk_sp<skgpu::v1::Device> createDevice(skgpu::Budgeted,
|
D | GrRecordingContextPriv.cpp | 24 sk_sp<skgpu::v1::Device> GrRecordingContextPriv::createDevice(GrColorType colorType, in createDevice() function in GrRecordingContextPriv 34 sk_sp<skgpu::v1::Device> GrRecordingContextPriv::createDevice( in createDevice() function in GrRecordingContextPriv
|
/external/skia/tools/sk_app/ |
D | DawnWindowContext.h | 35 wgpu::Device createDevice(wgpu::BackendType type);
|
D | GraphiteDawnWindowContext.h | 28 wgpu::Device createDevice(wgpu::BackendType type);
|
D | DawnWindowContext.cpp | 111 wgpu::Device DawnWindowContext::createDevice(wgpu::BackendType type) { in createDevice() function in sk_app::DawnWindowContext
|
D | GraphiteDawnWindowContext.cpp | 117 wgpu::Device GraphiteDawnWindowContext::createDevice(wgpu::BackendType type) { in createDevice() function in sk_app::GraphiteDawnWindowContext
|
/external/angle/src/libANGLE/renderer/vulkan/linux/ |
D | DisplayVkLinux.h | 24 DeviceImpl *createDevice() override;
|
/external/skia/tools/sk_app/win/ |
D | DawnD3D12WindowContext_win.cpp | 49 return this->createDevice(wgpu::BackendType::D3D12); in onInitializeContext()
|
D | GraphiteDawnD3D12WindowContext_win.cpp | 48 auto device = this->createDevice(wgpu::BackendType::D3D12); in onInitializeContext()
|
/external/skia/src/image/ |
D | SkSurface_GpuMtl.mm | 86 auto device = rContext->priv().createDevice(grColorType, 155 auto device = rContext->priv().createDevice(grColorType,
|
D | SkSurface_Gpu.cpp | 459 auto device = rContext->priv().createDevice(budgeted, c.imageInfo(), SkBackingFit::kExact, in MakeRenderTarget() 532 auto device = rContext->priv().createDevice(budgeted, info, SkBackingFit::kExact, in MakeRenderTarget() 589 auto device = rContext->priv().createDevice(grColorType, std::move(proxy), in MakeFromBackendTexture() 706 auto device = rContext->priv().createDevice(grColorType, std::move(proxy), in MakeFromBackendRenderTarget()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkInstanceFunctionPointers.inl | 14 CreateDeviceFunc createDevice; variable
|
D | vkInitInstanceFunctionPointers.inl | 14 m_vk.createDevice = (CreateDeviceFunc) GET_PROC_ADDR("vkCreateDevice");
|
/external/skia/tools/sk_app/unix/ |
D | GraphiteDawnVulkanWindowContext_unix.cpp | 56 auto device = this->createDevice(wgpu::BackendType::Vulkan); in onInitializeContext()
|
D | DawnVulkanWindowContext_unix.cpp | 61 wgpu::Device device = this->createDevice(wgpu::BackendType::Vulkan); in onInitializeContext()
|
/external/angle/src/libANGLE/renderer/ |
D | DisplayImpl.cpp | 124 DeviceImpl *DisplayImpl::createDevice() in createDevice() function in rx::DisplayImpl
|
D | DisplayImpl.h | 94 virtual DeviceImpl *createDevice();
|
/external/skia/src/core/ |
D | SkSpecialSurface.cpp | 90 auto device = rContext->priv().createDevice(skgpu::Budgeted::kYes, in MakeRenderTarget()
|
/external/angle/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 69 DeviceImpl *createDevice() override;
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkInstanceFunctionPointers.inl | 14 CreateDeviceFunc createDevice; variable
|
/external/angle/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 51 DeviceImpl *createDevice() override;
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 84 DeviceImpl *createDevice() override;
|
/external/skia/tests/ |
D | DeviceTest.cpp | 93 auto device = dContext->priv().createDevice(skgpu::Budgeted::kNo, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 45 auto device = rContext->priv().createDevice(SkColorTypeToGrColorType(imageInfo.colorType()), in Make()
|