Searched refs:CreateView (Results 1 – 6 of 6) sorted by relevance
40 wgpu::TextureView view = texture.CreateView(); in MakeStencil()
510 info.fTextureView = tex.CreateView(); in createTestingOnlyBackendRenderTarget()747 wgpu::TextureView srcView = src->texture().CreateView(&srcViewDesc); in onRegenerateMipMapLevels()760 wgpu::TextureView dstView = dstTexture.CreateView(&dstViewDesc); in onRegenerateMipMapLevels()
487 wgpu::TextureView textureView = tex->texture().CreateView(&viewDesc); in set_texture()
72 fTextureView = texInfo.fTexture.CreateView(&desc); in GrDawnRenderTargetInfo()
99 CreateView { enumerator220 (ffi::SQLITE_CREATE_VIEW, Some(view_name), _) => Self::CreateView { view_name }, in from_raw()
1228 depthStencilView = depthStencilTexture.CreateView(); in CreateRenderPassDescriptor()1550 texture_views_.emplace_back(textures_.back().CreateView()); in AttachBuffersAndTextures()