Home
last modified time | relevance | path

Searched defs:BindGroupLayout (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBindGroupLayoutGL.cpp21 BindGroupLayout::BindGroupLayout(DeviceBase* device, in BindGroupLayout() function in dawn_native::opengl::BindGroupLayout
DForward.h24 class BindGroupLayout; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.h30 class BindGroupLayout; variable
DDeviceVk.h38 class BindGroupLayout; variable
DBindGroupLayoutVk.cpp148 BindGroupLayout::BindGroupLayout(DeviceBase* device, in BindGroupLayout() function in dawn_native::vulkan::BindGroupLayout
DForward.h24 class BindGroupLayout; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBindGroupLayoutD3D12.cpp67 BindGroupLayout::BindGroupLayout(Device* device, in BindGroupLayout() function in dawn_native::d3d12::BindGroupLayout
DForward.h24 class BindGroupLayout; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h24 class BindGroupLayout; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h43 class BindGroupLayout; variable
DDeviceNull.cpp284 BindGroupLayout::BindGroupLayout(DeviceBase* device, in BindGroupLayout() function in dawn_native::null::BindGroupLayout
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DLabelTests.cpp57 TEST_F(LabelTest, BindGroupLayout) { in TEST_F() argument