Home
last modified time | relevance | path

Searched defs:glExtents (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp7014 const gl::Extents &glExtents, in init2DWeakReference()
7056 const gl::Extents &glExtents, in init2DStaging()
8476 const gl::Extents &glExtents, in stageSubresourceUpdateImpl()
8770 const gl::Extents &glExtents, in updateSubresourceOnHost()
9001 const gl::Extents &glExtents, in CalculateBufferInfo()
9359 const gl::Extents &glExtents, in stageSubresourceUpdate()
9386 const gl::Extents &glExtents, in stageSubresourceUpdateAndGetData()
9534 const gl::Extents &glExtents, in stageSubresourceUpdateFromImage()
9608 const gl::Extents &glExtents, in stageResourceClearWithFormat()
9670 const gl::Extents &glExtents, in stageRobustResourceClearWithFormat()
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_helpers.cpp222 const gl::Extents &glExtents, in stageTextureUpload()
H A DTextureWgpu.cpp400 gl::Extents glExtents = gl::Extents(area.width, area.height, area.depth); in setSubImageImpl() local