Searched refs:framebufferState (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.hpp | 92 DrawContext (const FrameBufferState& framebufferState) in DrawContext() argument 93 : m_framebufferState (framebufferState) in DrawContext() 111 ReferenceDrawContext (const FrameBufferState& framebufferState );
|
D | vktDrawUtil.cpp | 123 ReferenceDrawContext::ReferenceDrawContext(const FrameBufferState& framebufferState) in ReferenceDrawContext() argument 124 : DrawContext(framebufferState) in ReferenceDrawContext()
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 453 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside() local 458 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesInside() 509 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesOutside() local 514 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesOutside() 599 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClamp() local 605 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesDepthClamp() 689 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClip() local 697 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip() 719 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClip() local 727 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip() [all …]
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 443 const gl::FramebufferState &framebufferState) in SerializeFramebufferState() argument 445 GroupScope group(json, "Framebuffer", framebufferState.id().value); in SerializeFramebufferState() 447 json->addString("Label", framebufferState.getLabel()); in SerializeFramebufferState() 448 json->addVector("DrawStates", framebufferState.getDrawBufferStates()); in SerializeFramebufferState() 449 json->addScalar("ReadBufferState", framebufferState.getReadBufferState()); in SerializeFramebufferState() 450 json->addScalar("DefaultWidth", framebufferState.getDefaultWidth()); in SerializeFramebufferState() 451 json->addScalar("DefaultHeight", framebufferState.getDefaultHeight()); in SerializeFramebufferState() 452 json->addScalar("DefaultSamples", framebufferState.getDefaultSamples()); in SerializeFramebufferState() 454 framebufferState.getDefaultFixedSampleLocations()); in SerializeFramebufferState() 455 json->addScalar("DefaultLayers", framebufferState.getDefaultLayers()); in SerializeFramebufferState() [all …]
|