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::__anon2d0959e90111::PropValidator
192 , m_renderContext (context.getRenderContext()) in PropValidator()
206 if(glu::contextSupports(m_renderContext.getType(), glu::ApiType::es(3, 2))) in isSupported()
603 const glw::Functions& gl = m_renderContext.getFunctions(); in validateSingleVariable()
766 const glw::Functions& gl = m_renderContext.getFunctions(); in validateSingleVariable()
988 const glw::Functions& gl = m_renderContext.getFunctions(); in validateSingleVariable()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp9283 MovePtr<Context> m_renderContext; member in vkt::memory::__anon4b5b56ce0111::MemoryTestInstance
9403m_renderContext = MovePtr<Context>(new Context(vki, vkd, physicalDevice, device, queue, queueFamil… in MemoryTestInstance()
9422 const vector<deUint32>& queues = m_renderContext->getQueueFamilies(); in createCommandsAndAllocateMemory()
9485 m_prepareContext = MovePtr<PrepareContext>(new PrepareContext(*m_renderContext, *m_memory)); in prepare()
9513 ExecuteContext executeContext (*m_renderContext); in execute()
9547 VerifyContext verifyContext (log, m_resultCollector, *m_renderContext, m_config.size); in verify()