Searched refs:ReferenceDrawContext (Results 1 – 4 of 4) sorted by relevance
108 class ReferenceDrawContext : public DrawContext class111 ReferenceDrawContext (const FrameBufferState& framebufferState );112 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()
980 ReferenceDrawContext refDrawContext (framebufferState); in testWideLines()
161 ReferenceDrawContext refDrawContext(frameBufferState); in iterate()