Home
last modified time | relevance | path

Searched refs:VertexBufferLayout (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluDrawUtil.cpp80 struct VertexBufferLayout struct
85 VertexBufferLayout (int size_ = 0) in VertexBufferLayout() argument
275 static void appendAttributeNonStrided (VertexBufferLayout& layout, const VertexArrayBinding& va) in appendAttributeNonStrided()
295 static void computeNonStridedBufferLayout (VertexBufferLayout& layout, BindingIter first, BindingIt… in computeNonStridedBufferLayout()
323 … (const glw::Functions& gl, deUint32 buffer, deUint32 usage, const VertexBufferLayout& layout, con… in uploadBufferData()
344 VertexBufferLayout layout; in VertexBuffer()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dpipeline.rs147 pub struct VertexBufferLayout<'a> { struct
164 pub buffers: Cow<'a, [VertexBufferLayout<'a>]>, argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dpipeline.rs147 pub struct VertexBufferLayout<'a> { struct
164 pub buffers: Cow<'a, [VertexBufferLayout<'a>]>, argument
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/
H A Dpipeline.rs206 pub struct VertexBufferLayout<'a> { struct
223 pub buffers: Cow<'a, [VertexBufferLayout<'a>]>, argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu_bindings/src/
H A Dclient.rs69 pub struct VertexBufferLayout { struct
79 buffers: *const VertexBufferLayout, argument
87 .map(|vb| wgc::pipeline::VertexBufferLayout { in to_wgpu()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu_bindings/src/
H A Dclient.rs69 pub struct VertexBufferLayout { struct
79 buffers: *const VertexBufferLayout, argument
87 .map(|vb| wgc::pipeline::VertexBufferLayout { in to_wgpu()
/dports/www/firefox/firefox-99.0/gfx/wgpu_bindings/src/
H A Dclient.rs68 pub struct VertexBufferLayout { struct
78 buffers: *const VertexBufferLayout, argument
86 .map(|vb| wgc::pipeline::VertexBufferLayout { in to_wgpu()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/
H A Dlib.rs958 pub struct VertexBufferLayout<'a> { struct
974 pub vertex_buffers: &'a [VertexBufferLayout<'a>], argument
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/device/
H A Dmod.rs2332 vertex_buffers.alloc().init(hal::VertexBufferLayout { in create_render_pipeline()