Home
last modified time | relevance | path

Searched defs:getRenderArea (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp50 VkRect2D getRenderArea() const { return renderArea; } in getRenderArea() function
H A DVkCommandBuffer.cpp2445 VkRect2D CommandBuffer::ExecutionState::getRenderArea() const in getRenderArea() function in vk::CommandBuffer::ExecutionState
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp3693 gl::Rectangle FramebufferVk::getRenderArea(ContextVk *contextVk) const in getRenderArea() function in rx::FramebufferVk
H A Dvk_helpers.h1920 const gl::Rectangle &getRenderArea() const { return mRenderArea; } in getRenderArea() function