Home
last modified time | relevance | path

Searched refs:framebufferState (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.hpp92 DrawContext (const FrameBufferState& framebufferState) in DrawContext() argument
93 : m_framebufferState (framebufferState) in DrawContext()
111 ReferenceDrawContext (const FrameBufferState& framebufferState );
H A DvktDrawUtil.cpp123 ReferenceDrawContext::ReferenceDrawContext(const FrameBufferState& framebufferState) in ReferenceDrawContext() argument
124 : DrawContext(framebufferState) in ReferenceDrawContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp453 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside() local
458 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesInside()
514 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesOutside()
605 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesDepthClamp()
697 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip()
727 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip()
797 VulkanDrawContext drawContext(context, framebufferState); in testLargePoints()
929 VulkanDrawContext drawContext(context, framebufferState); in testWideLines()
980 ReferenceDrawContext refDrawContext (framebufferState); in testWideLines()
1335 VulkanDrawContext drawContext (context, framebufferState); in testClipDistance()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A Dframe_capture_utils.cpp163 const gl::FramebufferState &framebufferState) in SerializeFramebufferState() argument
165 bos->writeInt(framebufferState.id().value); in SerializeFramebufferState()
166 bos->writeString(framebufferState.getLabel()); in SerializeFramebufferState()
167 bos->writeIntVector(framebufferState.getDrawBufferStates()); in SerializeFramebufferState()
168 bos->writeInt(framebufferState.getReadBufferState()); in SerializeFramebufferState()
169 bos->writeInt(framebufferState.getDefaultWidth()); in SerializeFramebufferState()
170 bos->writeInt(framebufferState.getDefaultHeight()); in SerializeFramebufferState()
171 bos->writeInt(framebufferState.getDefaultSamples()); in SerializeFramebufferState()
172 bos->writeBool(framebufferState.getDefaultFixedSampleLocations()); in SerializeFramebufferState()
173 bos->writeInt(framebufferState.getDefaultLayers()); in SerializeFramebufferState()
[all …]