Searched defs:contextWgpu (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | FramebufferWgpu.cpp | 117 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in clear() local 275 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in readPixels() local 313 ContextWgpu *contextWgpu = webgpu::GetImpl(context); in syncState() local 451 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in flushOneColorAttachmentUpdate() local 493 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in flushAttachmentUpdates() local 521 angle::Result FramebufferWgpu::flushDeferredClears(ContextWgpu *contextWgpu) in flushDeferredClears() 560 angle::Result FramebufferWgpu::startRenderPassNewAttachments(ContextWgpu *contextWgpu) in startRenderPassNewAttachments() 573 angle::Result FramebufferWgpu::startNewRenderPass(ContextWgpu *contextWgpu) in startNewRenderPass() 611 ContextWgpu *contextWgpu, in setUpForRenderPass()
|
H A D | TextureWgpu.cpp | 118 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in setSubImage() local 292 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in syncState() local 325 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in getAttachmentRenderTarget() local 374 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in setImageImpl() local 391 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in setSubImageImpl() local 424 angle::Result TextureWgpu::initializeImage(ContextWgpu *contextWgpu, ImageMipLevels mipLevels) in initializeImage() 513 angle::Result TextureWgpu::respecifyImageStorageIfNecessary(ContextWgpu *contextWgpu, in respecifyImageStorageIfNecessary() 566 void TextureWgpu::prepareForGenerateMipmap(ContextWgpu *contextWgpu) in prepareForGenerateMipmap() 592 angle::Result TextureWgpu::maybeUpdateBaseMaxLevels(ContextWgpu *contextWgpu) in maybeUpdateBaseMaxLevels() 638 ContextWgpu *contextWgpu, in initSingleLayerRenderTargets()
|
H A D | VertexArrayWgpu.cpp | 32 ContextWgpu *contextWgpu = GetImplAs<ContextWgpu>(context); in syncState() local 121 ContextWgpu *contextWgpu = webgpu::GetImpl(context); in syncClientArrays() local 293 angle::Result VertexArrayWgpu::syncDirtyAttrib(ContextWgpu *contextWgpu, in syncDirtyAttrib() 330 angle::Result VertexArrayWgpu::syncDirtyElementArrayBuffer(ContextWgpu *contextWgpu) in syncDirtyElementArrayBuffer()
|
H A D | wgpu_helpers.cpp | 97 angle::Result ImageHelper::flushStagedUpdates(ContextWgpu *contextWgpu) in flushStagedUpdates() 111 angle::Result ImageHelper::flushSingleLevelUpdates(ContextWgpu *contextWgpu, in flushSingleLevelUpdates() 219 angle::Result ImageHelper::stageTextureUpload(ContextWgpu *contextWgpu, in stageTextureUpload() 285 angle::Result ImageHelper::getReadPixelsParams(rx::ContextWgpu *contextWgpu, in getReadPixelsParams() 309 angle::Result ImageHelper::readPixels(rx::ContextWgpu *contextWgpu, in readPixels()
|
H A D | BufferWgpu.cpp | 74 ContextWgpu *contextWgpu = webgpu::GetImpl(context); in setData() local 111 ContextWgpu *contextWgpu = webgpu::GetImpl(context); in setSubData() local 172 ContextWgpu *contextWgpu = webgpu::GetImpl(context); in getIndexRange() local
|
H A D | RenderTargetWgpu.cpp | 50 angle::Result RenderTargetWgpu::flushImageStagedUpdates(ContextWgpu *contextWgpu, in flushImageStagedUpdates()
|
H A D | wgpu_utils.cpp | 21 ContextWgpu *contextWgpu = GetImpl(context); in GetDisplay() local
|
H A D | SurfaceWgpu.cpp | 348 ContextWgpu *contextWgpu = webgpu::GetImpl(context); in swapImpl() local
|
H A D | ProgramExecutableWgpu.cpp | 39 angle::Result ProgramExecutableWgpu::updateUniformsAndGetBindGroup(ContextWgpu *contextWgpu, in updateUniformsAndGetBindGroup()
|