Home
last modified time | relevance | path

Searched refs:m_renderContext (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp182 const glu::RenderContext& m_renderContext; member in deqp::gles31::Functional::__anon4224e4070111::PropValidator
192 , m_renderContext (context.getRenderContext()) in PropValidator()
206 if(glu::contextSupports(m_renderContext.getType(), glu::ApiType::es(3, 2)) || in isSupported()
207 glu::contextSupports(m_renderContext.getType(), glu::ApiType::core(4, 5))) in isSupported()
604 const glw::Functions& gl = m_renderContext.getFunctions(); in validateSingleVariable()
767 const glw::Functions& gl = m_renderContext.getFunctions(); in validateSingleVariable()
989 const glw::Functions& gl = m_renderContext.getFunctions(); in validateSingleVariable()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp9318 MovePtr<Context> m_renderContext; member in vkt::memory::__anon58c89e6c0111::MemoryTestInstance
9438m_renderContext = MovePtr<Context>(new Context(vki, vkd, physicalDevice, device, queue, queueFamil… in MemoryTestInstance()
9457 const vector<deUint32>& queues = m_renderContext->getQueueFamilies(); in createCommandsAndAllocateMemory()
9520 m_prepareContext = MovePtr<PrepareContext>(new PrepareContext(*m_renderContext, *m_memory)); in prepare()
9548 ExecuteContext executeContext (*m_renderContext); in execute()
9582 VerifyContext verifyContext (log, m_resultCollector, *m_renderContext, m_config.size); in verify()