Home
last modified time | relevance | path

Searched defs:GetHandle (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DPipelineLayoutVk.cpp75 VkPipelineLayout PipelineLayout::GetHandle() const { in GetHandle() function in dawn_native::vulkan::PipelineLayout
DQuerySetVk.cpp98 VkQueryPool QuerySet::GetHandle() const { in GetHandle() function in dawn_native::vulkan::QuerySet
DSamplerVk.cpp122 VkSampler Sampler::GetHandle() const { in GetHandle() function in dawn_native::vulkan::Sampler
DComputePipelineVk.cpp103 VkPipeline ComputePipeline::GetHandle() const { in GetHandle() function in dawn_native::vulkan::ComputePipeline
DBindGroupVk.cpp171 VkDescriptorSet BindGroup::GetHandle() const { in GetHandle() function in dawn_native::vulkan::BindGroup
DBindGroupLayoutVk.cpp175 VkDescriptorSetLayout BindGroupLayout::GetHandle() const { in GetHandle() function in dawn_native::vulkan::BindGroupLayout
DBufferVk.cpp241 VkBuffer Buffer::GetHandle() const { in GetHandle() function in dawn_native::vulkan::Buffer
DRenderPipelineVk.cpp614 VkPipeline RenderPipeline::GetHandle() const { in GetHandle() function in dawn_native::vulkan::RenderPipeline
DTextureVk.cpp866 VkImage Texture::GetHandle() const { in GetHandle() function in dawn_native::vulkan::Texture
1349 VkImageView TextureView::GetHandle() const { in GetHandle() function in dawn_native::vulkan::TextureView
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp201 GLuint Texture::GetHandle() const { in GetHandle() function in dawn_native::opengl::Texture
571 GLuint TextureView::GetHandle() const { in GetHandle() function in dawn_native::opengl::TextureView
DBufferGL.cpp66 GLuint Buffer::GetHandle() const { in GetHandle() function in dawn_native::opengl::Buffer
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp62 HANDLE GetHandle() const { in GetHandle() function in dawn_native::d3d12::__anon79a8ad640111::ScopedFileHandle
/third_party/lzma/CPP/Windows/
DFileIO.h164 HANDLE GetHandle() const { return _handle; } in GetHandle() function
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1109 Expectation GetHandle() override { return owner_->GetHandleOf(this); } in GetHandle() function