Searched defs:NativeType (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dnatives.h19 enum NativeType { enum in namespace:v8::internal
23 template <NativeType type>
/external/deqp/modules/egl/
H A DteglNativeColorMappingTests.cpp280 enum NativeType enum in class:deqp::egl::__anon3127::NativeColorMappingCase
287 NativeColorMappingCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, const eglu::FilterList& filters);
293 NativeType m_nativeType;
297 NativeColorMappingCase::NativeColorMappingCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, const eglu::FilterList& filters)
309 void logConfigInfo (TestLog& log, const Library& egl, EGLDisplay display, EGLConfig config, NativeColorMappingCase::NativeType nativeType, int waitFrames)
570 void addTestGroups (EglTestContext& eglTestCtx, TestCaseGroup* group, NativeColorMappingCase::NativeType type)
H A DteglNativeCoordMappingTests.cpp321 enum NativeType enum in class:deqp::egl::__anon3128::NativeCoordMappingCase
328 NativeCoordMappingCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, const eglu::FilterList& filters);
334 NativeType m_nativeType;
338 NativeCoordMappingCase::NativeCoordMappingCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool render, NativeType nativeType, const eglu::FilterList& filters)
350 void logConfigInfo (TestLog& log, const Library& egl, EGLDisplay display, EGLConfig config, NativeCoordMappingCase::NativeType nativeType, int waitFrames)
606 void addTestGroups (EglTestContext& eglTestCtx, TestCaseGroup* group, NativeCoordMappingCase::NativeType type)

Completed in 7414 milliseconds