Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
Dvk_util_unittest.cpp30 using PFN_vkGfxstreamTestFunc = PFN_vkCreateDevice; typedef
60 PFN_vkGfxstreamTestFunc validFp = reinterpret_cast<PFN_vkGfxstreamTestFunc>(0x4321'0000); in TEST()
76 PFN_vkGfxstreamTestFunc validFp = reinterpret_cast<PFN_vkGfxstreamTestFunc>(0x4321'0000); in TEST()
103 PFN_vkGfxstreamTestFunc validFp1 = reinterpret_cast<PFN_vkGfxstreamTestFunc>(0x4321'0000); in TEST()
104 PFN_vkGfxstreamTestFunc validFp2 = reinterpret_cast<PFN_vkGfxstreamTestFunc>(0x3421'0070); in TEST()
122 PFN_vkGfxstreamTestFunc validFps[] = {reinterpret_cast<PFN_vkGfxstreamTestFunc>(0x4321'0000), in TEST()
123 reinterpret_cast<PFN_vkGfxstreamTestFunc>(0x3421'0070), in TEST()
124 reinterpret_cast<PFN_vkGfxstreamTestFunc>(0x2222'4321)}; in TEST()