Home
last modified time | relevance | path

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

123

/external/skia/tools/gpu/dawn/
DDawnTestContext.cpp98 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/
DGrRecordingContextPriv.h121 sk_sp<skgpu::v1::Device> createDevice(GrColorType,
127 sk_sp<skgpu::v1::Device> createDevice(skgpu::Budgeted,
DGrRecordingContextPriv.cpp24 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/
DDawnWindowContext.h35 wgpu::Device createDevice(wgpu::BackendType type);
DGraphiteDawnWindowContext.h28 wgpu::Device createDevice(wgpu::BackendType type);
DDawnWindowContext.cpp111 wgpu::Device DawnWindowContext::createDevice(wgpu::BackendType type) { in createDevice() function in sk_app::DawnWindowContext
DGraphiteDawnWindowContext.cpp117 wgpu::Device GraphiteDawnWindowContext::createDevice(wgpu::BackendType type) { in createDevice() function in sk_app::GraphiteDawnWindowContext
/external/angle/src/libANGLE/renderer/vulkan/linux/
DDisplayVkLinux.h24 DeviceImpl *createDevice() override;
/external/skia/tools/sk_app/win/
DDawnD3D12WindowContext_win.cpp49 return this->createDevice(wgpu::BackendType::D3D12); in onInitializeContext()
DGraphiteDawnD3D12WindowContext_win.cpp48 auto device = this->createDevice(wgpu::BackendType::D3D12); in onInitializeContext()
/external/skia/src/image/
DSkSurface_GpuMtl.mm86 auto device = rContext->priv().createDevice(grColorType,
155 auto device = rContext->priv().createDevice(grColorType,
DSkSurface_Gpu.cpp459 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/
DvkInstanceFunctionPointers.inl14 CreateDeviceFunc createDevice; variable
DvkInitInstanceFunctionPointers.inl14 m_vk.createDevice = (CreateDeviceFunc) GET_PROC_ADDR("vkCreateDevice");
/external/skia/tools/sk_app/unix/
DGraphiteDawnVulkanWindowContext_unix.cpp56 auto device = this->createDevice(wgpu::BackendType::Vulkan); in onInitializeContext()
DDawnVulkanWindowContext_unix.cpp61 wgpu::Device device = this->createDevice(wgpu::BackendType::Vulkan); in onInitializeContext()
/external/angle/src/libANGLE/renderer/
DDisplayImpl.cpp124 DeviceImpl *DisplayImpl::createDevice() in createDevice() function in rx::DisplayImpl
DDisplayImpl.h94 virtual DeviceImpl *createDevice();
/external/skia/src/core/
DSkSpecialSurface.cpp90 auto device = rContext->priv().createDevice(skgpu::Budgeted::kYes, in MakeRenderTarget()
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h69 DeviceImpl *createDevice() override;
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkInstanceFunctionPointers.inl14 CreateDeviceFunc createDevice; variable
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h51 DeviceImpl *createDevice() override;
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h84 DeviceImpl *createDevice() override;
/external/skia/tests/
DDeviceTest.cpp93 auto device = dContext->priv().createDevice(skgpu::Budgeted::kNo, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/ganesh/vk/
DGrVkSecondaryCBDrawContext.cpp45 auto device = rContext->priv().createDevice(SkColorTypeToGrColorType(imageInfo.colorType()), in Make()

123