Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp78 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/
Dnatives-external.cc112 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>
Dnatives.h17 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_;
Dnatives-common.cc14 NativesExternalStringResource::NativesExternalStringResource(NativeType type, in NativesExternalStringResource()
/external/deqp/modules/egl/
DteglNativeColorMappingTests.cpp280 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()
DteglNativeCoordMappingTests.cpp321 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/
Dbootstrapper.h77 Handle<String> GetNativeSource(NativeType type, int index);
Dbootstrapper.cc87 Handle<String> Bootstrapper::GetNativeSource(NativeType type, int index) { in GetNativeSource()