Searched refs:framebufferState (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 474 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside() local 479 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesInside() 530 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesOutside() local 535 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesOutside() 620 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClamp() local 626 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesDepthClamp() 714 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClip() local 722 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip() 749 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClip() local 757 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
D | vktClippingTests.cpp | 474 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside() local 479 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesInside() 530 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesOutside() local 535 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesOutside() 620 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClamp() local 626 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesDepthClamp() 714 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClip() local 722 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip() 749 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClip() local 757 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
D | vktDrawUtil.hpp | 93 DrawContext (const FrameBufferState& framebufferState) in DrawContext() argument 94 : m_framebufferState (framebufferState) in DrawContext() 112 ReferenceDrawContext (const FrameBufferState& framebufferState );
|
D | vktDrawUtil.cpp | 123 ReferenceDrawContext::ReferenceDrawContext(const FrameBufferState& framebufferState) in ReferenceDrawContext() argument 124 : DrawContext(framebufferState) in ReferenceDrawContext()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.hpp | 93 DrawContext (const FrameBufferState& framebufferState) in DrawContext() argument 94 : m_framebufferState (framebufferState) in DrawContext() 112 ReferenceDrawContext (const FrameBufferState& framebufferState );
|
D | vktDrawUtil.cpp | 123 ReferenceDrawContext::ReferenceDrawContext(const FrameBufferState& framebufferState) in ReferenceDrawContext() argument 124 : DrawContext(framebufferState) in ReferenceDrawContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 334 const gl::FramebufferState &framebufferState) in SerializeFramebufferState() argument 336 GroupScope group(json, "Framebuffer", framebufferState.id().value); in SerializeFramebufferState() 338 json->addString("Label", framebufferState.getLabel()); in SerializeFramebufferState() 339 json->addVector("DrawStates", framebufferState.getDrawBufferStates()); in SerializeFramebufferState() 340 json->addScalar("ReadBufferState", framebufferState.getReadBufferState()); in SerializeFramebufferState() 341 json->addScalar("DefaultWidth", framebufferState.getDefaultWidth()); in SerializeFramebufferState() 342 json->addScalar("DefaultHeight", framebufferState.getDefaultHeight()); in SerializeFramebufferState() 343 json->addScalar("DefaultSamples", framebufferState.getDefaultSamples()); in SerializeFramebufferState() 345 framebufferState.getDefaultFixedSampleLocations()); in SerializeFramebufferState() 346 json->addScalar("DefaultLayers", framebufferState.getDefaultLayers()); in SerializeFramebufferState() [all …]
|