Searched refs:ReferenceDrawContext (Results 1 – 4 of 4) sorted by relevance
109 class ReferenceDrawContext : public DrawContext class112 ReferenceDrawContext (const FrameBufferState& framebufferState );113 virtual ~ReferenceDrawContext (void);
123 ReferenceDrawContext::ReferenceDrawContext(const FrameBufferState& framebufferState) in ReferenceDrawContext() function in vkt::drawutil::ReferenceDrawContext128 ReferenceDrawContext::~ReferenceDrawContext (void) in ~ReferenceDrawContext()132 void ReferenceDrawContext::registerDrawObject(const PipelineState& pipelineState, std::shared_ptr<r… in registerDrawObject()141 void ReferenceDrawContext::draw (void) in draw()172 tcu::ConstPixelBufferAccess ReferenceDrawContext::getColorPixels (void) const in getColorPixels()
1004 ReferenceDrawContext refDrawContext (framebufferState); in testWideLines()
161 ReferenceDrawContext refDrawContext(frameBufferState); in iterate()