Home
last modified time | relevance | path

Searched defs:getExtents (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DRenderTargetD3D.h31 gl::Extents getExtents() const { return gl::Extents(getWidth(), getHeight(), getDepth()); } in getExtents() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_utils.cpp384 gl::Extents getExtents(wgpu::Extent3D wgpuExtent) in getExtents() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DRenderTargetVk.cpp339 gl::Extents RenderTargetVk::getExtents() const in getExtents() function in rx::RenderTargetVk
H A Dvk_helpers.h2410 const VkExtent3D &getExtents() const { return mExtents; } in getExtents() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.h376 gl::Extents getExtents() const { return mExtents; } in getExtents() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DImage.cpp474 const gl::Extents &Image::getExtents() const in getExtents() function in egl::Image
H A DFramebuffer.cpp795 Extents FramebufferState::getExtents() const in getExtents() function in gl::FramebufferState
2695 Extents Framebuffer::getExtents() const in getExtents() function in gl::Framebuffer
H A DTexture.cpp1167 const Extents &Texture::getExtents(TextureTarget target, size_t level) const in getExtents() function in gl::Texture