Lines Matching defs:context
62 MultisampleRenderAreaTestInstance (Context& context,
68 : TestInstance (context)
446 TestInstance* createInstance (Context& context) const;
447 virtual void checkSupport (Context& context) const;
491 TestInstance* MultisampleRenderAreaTest::createInstance(Context& context) const
493 return new MultisampleRenderAreaTestInstance(context, m_pipelineConstructionType, m_sampleCount, m_framebufferSize, m_testShape, m_colorFormat);
496 void MultisampleRenderAreaTest::checkSupport(Context& context) const
499 const InstanceInterface& vki = context.getInstanceInterface();
500 const VkPhysicalDevice physDevice = context.getPhysicalDevice();
512 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_pipelineConstructionType);