Home
last modified time | relevance | path

Searched defs:contextWgpu (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/wgpu/
DFramebufferWgpu.cpp113 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in clear() local
246 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in readPixels() local
380 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in flushOneColorAttachmentUpdate() local
423 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in flushColorAttachmentUpdates() local
437 angle::Result FramebufferWgpu::flushDeferredClears(ContextWgpu *contextWgpu) in flushDeferredClears()
DTextureWgpu.cpp280 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in syncState() local
313 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in getAttachmentRenderTarget() local
376 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in setSubImageImpl() local
398 angle::Result TextureWgpu::initializeImage(ContextWgpu *contextWgpu, ImageMipLevels mipLevels) in initializeImage()
483 angle::Result TextureWgpu::respecifyImageStorageIfNecessary(ContextWgpu *contextWgpu, in respecifyImageStorageIfNecessary()
536 void TextureWgpu::prepareForGenerateMipmap(ContextWgpu *contextWgpu) in prepareForGenerateMipmap()
562 angle::Result TextureWgpu::maybeUpdateBaseMaxLevels(ContextWgpu *contextWgpu) in maybeUpdateBaseMaxLevels()
608 ContextWgpu *contextWgpu, in initSingleLayerRenderTargets()
Dwgpu_helpers.cpp39 angle::Result ImageHelper::flushStagedUpdates(ContextWgpu *contextWgpu, in flushStagedUpdates()
117 angle::Result ImageHelper::stageTextureUpload(ContextWgpu *contextWgpu, in stageTextureUpload()
180 angle::Result ImageHelper::getReadPixelsParams(rx::ContextWgpu *contextWgpu, in getReadPixelsParams()
204 angle::Result ImageHelper::readPixels(rx::ContextWgpu *contextWgpu, in readPixels()
DBufferWgpu.cpp73 ContextWgpu *contextWgpu = webgpu::GetImpl(context); in setData() local
109 ContextWgpu *contextWgpu = webgpu::GetImpl(context); in setSubData() local
Dwgpu_utils.cpp26 ContextWgpu *contextWgpu = GetImpl(context); in GetDisplay() local