Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDriverPropertiesTests.cpp156 void testVersion (const VkPhysicalDeviceDriverProperties& deviceDriverProperties, deUint32 usedApiV… in testVersion() function
204 …case TEST_TYPE_VERSION: testVersion (deviceDriverProperties, context.getUsedApiVersion()); … in testQueryProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDriverPropertiesTests.cpp156 void testVersion (const VkPhysicalDeviceDriverProperties& deviceDriverProperties, deUint32 usedApiV… in testVersion() function
204 …case TEST_TYPE_VERSION: testVersion (deviceDriverProperties, context.getUsedApiVersion()); … in testQueryProperties()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_negative.cpp1361 int32 testVersion; in ProfileByID() local
1365 testVersion); in ProfileByID()
1367 if (bestIndex == -1 || testVersion > bestVersion) in ProfileByID()
1371 bestVersion = testVersion; in ProfileByID()