Searched defs:AllocateBindGroup (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ | ||
D | BindGroupLayoutGL.cpp | 28 Ref<BindGroup> BindGroupLayout::AllocateBindGroup(Device* device, in AllocateBindGroup() function in dawn_native::opengl::BindGroupLayout |
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ | ||
D | BindGroupLayoutD3D12.cpp | 134 ResultOrError<Ref<BindGroup>> BindGroupLayout::AllocateBindGroup( in AllocateBindGroup() function in dawn_native::d3d12::BindGroupLayout |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ | ||
D | BindGroupLayoutVk.cpp | 179 ResultOrError<Ref<BindGroup>> BindGroupLayout::AllocateBindGroup( in AllocateBindGroup() function in dawn_native::vulkan::BindGroupLayout |