Home
last modified time | relevance | path

Searched defs:GetHandle (Results 1 – 22 of 22) 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/node/src/
Dhandle_wrap.h74 inline uv_handle_t* GetHandle() const { return handle_; } in GetHandle() function
Djs_native_api_v8_inspector.cc373 std::shared_ptr<MainThreadHandle> MainThreadInterface::GetHandle() { in GetHandle() function in v8impl::__anon5ddf1e810111::MainThreadInterface
/third_party/node/deps/v8/src/handles/
Dlocal-handles-inl.h17 V8_INLINE Address* LocalHandleScope::GetHandle(LocalHeap* local_heap, in GetHandle() function
Dpersistent-handles.cc78 Address* PersistentHandles::GetHandle(Address value) { in GetHandle() function in v8::internal::PersistentHandles
Dhandles-inl.h179 Address* HandleScope::GetHandle(Isolate* isolate, Address value) { in GetHandle() function
/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::__anon16c7c6820111::ScopedFileHandle
/third_party/node/deps/v8/src/heap/cppgc/
Dgc-invoker.cc63 Handle GetHandle() { return handle_; } in GetHandle() function in cppgc::internal::GCInvoker::GCInvokerImpl::GCTask
Dsweeper.cc979 Handle GetHandle() const { return handle_; } in GetHandle() function in cppgc::internal::Sweeper::SweeperImpl::IncrementalSweepTask
/third_party/lzma/CPP/Windows/
DFileIO.h153 HANDLE GetHandle() const { return _handle; } in GetHandle() function
/third_party/node/src/inspector/
Dmain_thread_interface.cc256 std::shared_ptr<MainThreadHandle> MainThreadInterface::GetHandle() { in GetHandle() function in node::inspector::MainThreadInterface
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1106 Expectation GetHandle() override { return owner_->GetHandleOf(this); } in GetHandle() function