Home
last modified time | relevance | path

Searched defs:framebufferState (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp482 FrameBufferState framebufferState(RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside() local
545 FrameBufferState framebufferState(RENDER_SIZE, RENDER_SIZE); in testPrimitivesOutside() local
639 FrameBufferState framebufferState(RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClamp() local
738 FrameBufferState framebufferState(RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClip() local
774 FrameBufferState framebufferState(RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClip() local
856 FrameBufferState framebufferState(RENDER_SIZE, RENDER_SIZE); in testLargePoints() local
999 FrameBufferState framebufferState(RENDER_SIZE, RENDER_SIZE); in testWideLines() local
1509 FrameBufferState framebufferState(RENDER_SIZE, RENDER_SIZE); in testClipDistance() local
1651 FrameBufferState framebufferState(RENDER_SIZE_LARGE, RENDER_SIZE_LARGE); in testComplementarity() local
1726 FrameBufferState framebufferState(RENDER_SIZE, RENDER_SIZE); in testCullDistance() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.hpp93 DrawContext(const FrameBufferState &framebufferState) : m_framebufferState(framebufferState) in DrawContext()
H A DvktDrawUtil.cpp128 ReferenceDrawContext::ReferenceDrawContext(const FrameBufferState &framebufferState) : DrawContext(… in ReferenceDrawContext()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp332 const gl::FramebufferState &framebufferState) in SerializeFramebufferState()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp271 const gl::FramebufferState &framebufferState, in GetColorAccess()
2528 const gl::FramebufferState &framebufferState = drawFramebufferVk->getState(); in handleDirtyGraphicsColorAccess() local