Searched refs:NativeType (Results 1 – 8 of 8) 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/v8/src/snapshot/ |
D | natives-external.cc | 112 template<NativeType type> 133 template <NativeType type> 185 template<NativeType type> 190 template<NativeType type> 195 template<NativeType type> 200 template <NativeType type> 205 template<NativeType type> 210 template <NativeType type>
|
D | natives.h | 17 enum NativeType { enum 27 template <NativeType type> 67 NativesExternalStringResource(NativeType type, int index); 83 NativeType type = (val & 1) ? EXTRAS : CORE; in DecodeForDeserialization() 91 NativeType type_;
|
D | natives-common.cc | 14 NativesExternalStringResource::NativesExternalStringResource(NativeType type, in NativesExternalStringResource()
|
/external/deqp/modules/egl/ |
D | teglNativeColorMappingTests.cpp | 280 enum NativeType enum in deqp::egl::__anon6c1a4bdb0111::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()
|
D | teglNativeCoordMappingTests.cpp | 321 enum NativeType enum in deqp::egl::__anon410188f30111::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()
|
/external/v8/src/ |
D | bootstrapper.h | 77 Handle<String> GetNativeSource(NativeType type, int index);
|
D | bootstrapper.cc | 87 Handle<String> Bootstrapper::GetNativeSource(NativeType type, int index) { in GetNativeSource()
|