Searched refs:NativeType (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkWsiPlatform.hpp | 78 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType; typedef 80 NativeType getNative (void) const { return m_native; } in getNative() 83 DisplayInterface (NativeType nativeDisplay) in DisplayInterface() 87 const NativeType m_native; 94 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType; typedef 96 NativeType getNative (void) const { return m_native; } in getNative() 99 WindowInterface (NativeType nativeDisplay) in WindowInterface() 103 const NativeType m_native;
|
/external/deqp/modules/egl/ |
D | teglNativeCoordMappingTests.cpp | 321 enum NativeType enum in deqp::egl::__anon00985fde0111::NativeCoordMappingCase 328 …t& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, cons… 334 NativeType m_nativeType; 338 …t& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, cons… in NativeCoordMappingCase() 350 …ry& egl, EGLDisplay display, EGLConfig config, NativeCoordMappingCase::NativeType nativeType, int … in logConfigInfo() 606 …tGroups (EglTestContext& eglTestCtx, TestCaseGroup* group, NativeCoordMappingCase::NativeType type) in addTestGroups()
|
D | teglNativeColorMappingTests.cpp | 280 enum NativeType enum in deqp::egl::__anon2bb122c60111::NativeColorMappingCase 287 …t& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, cons… 293 NativeType m_nativeType; 297 …t& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, cons… in NativeColorMappingCase() 309 …ry& egl, EGLDisplay display, EGLConfig config, NativeColorMappingCase::NativeType nativeType, int … in logConfigInfo() 570 …tGroups (EglTestContext& eglTestCtx, TestCaseGroup* group, NativeColorMappingCase::NativeType type) in addTestGroups()
|