Home
last modified time | relevance | path

Searched refs:qpGetReleaseId (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceUtil.cpp53 qpGetReleaseId(), // appVersion in createDefaultInstance()
55 qpGetReleaseId(), // engineVersion in createDefaultInstance()
/external/deqp/framework/qphelper/
DqpInfo.h32 deUint32 qpGetReleaseId (void);
DqpInfo.c49 deUint32 qpGetReleaseId (void) in qpGetReleaseId() function
DqpTestLog.c298 fprintf(log->outputFile, "#sessionInfo releaseId 0x%08x\n", qpGetReleaseId()); in beginSession()
/external/deqp/framework/common/
DtcuApp.cpp89 print("dEQP Core %s (0x%08x) starting..\n", qpGetReleaseName(), qpGetReleaseId()); in App()