Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp80 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType; typedef
82 NativeType getNative (void) const { return m_native; } in getNative()
85 DisplayInterface (NativeType nativeDisplay) in DisplayInterface()
89 const NativeType m_native;
96 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType; typedef
98 NativeType getNative (void) const { return m_native; } in getNative()
101 WindowInterface (NativeType nativeDisplay) in WindowInterface()
105 const NativeType m_native;
/external/deqp/modules/egl/
DteglNativeColorMappingTests.cpp280 enum NativeType enum in deqp::egl::__anon9441fea20111::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::__anon69293bba0111::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/flatbuffers/src/
Didl_gen_go.cpp792 NativeType(field.value.type) + "\n"; in GenNativeStruct()
825 code += "\t\treturn t.Value.(" + NativeType(ev.union_type) + in GenNativeUnionPack()
998 NativeType(field.value.type) + ", " + length + ")\n"; in GenNativeTableUnPack()
1221 std::string NativeType(const Type &type) { in NativeType() function in flatbuffers::go::GoGenerator
1231 return "[]" + NativeType(type.VectorType()); in NativeType()