Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DFramebufferWgpu.cpp117 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 DTextureWgpu.cpp118 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 DVertexArrayWgpu.cpp32 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 Dwgpu_helpers.cpp97 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 DBufferWgpu.cpp74 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 DRenderTargetWgpu.cpp50 angle::Result RenderTargetWgpu::flushImageStagedUpdates(ContextWgpu *contextWgpu, in flushImageStagedUpdates()
H A Dwgpu_utils.cpp21 ContextWgpu *contextWgpu = GetImpl(context); in GetDisplay() local
H A DSurfaceWgpu.cpp348 ContextWgpu *contextWgpu = webgpu::GetImpl(context); in swapImpl() local
H A DProgramExecutableWgpu.cpp39 angle::Result ProgramExecutableWgpu::updateUniformsAndGetBindGroup(ContextWgpu *contextWgpu, in updateUniformsAndGetBindGroup()