Home
last modified time | relevance | path

Searched refs:initApiVersion (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.hpp65 void initApiVersion (const deUint32 version);
DvkResourceInterface.cpp74 void ResourceInterface::initApiVersion (const deUint32 version) in initApiVersion() function in vk::ResourceInterface
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp358 m_resourceInterface->initApiVersion(m_context->getUsedApiVersion()); in TestCaseExecutor()