Searched refs:Platform (Results 1 - 25 of 508) sorted by relevance

1234567891011>>

/external/deqp/framework/opengl/
H A DgluPlatform.cpp34 Platform::Platform (void) function in class:glu::Platform
38 Platform::~Platform (void)
H A DgluPlatform.hpp52 * If your platform supports EGL and you have implemented eglu::Platform,
58 class Platform class in namespace:glu
61 Platform (void);
62 ~Platform (void);
/external/deqp/framework/platform/vanilla/
H A DtcuVanillaPlatform.cpp28 tcu::Platform* createPlatform (void)
30 return new tcu::Platform();
/external/deqp/framework/common/
H A DtcuPlatform.hpp23 * \brief Platform (OS) specific services.
30 class Platform;
35 class Platform;
50 * In addition to implementing Platform class, main entry point must be
59 * API-specific platform interfaces (glu::Platform and eglu::Platform)
60 * can be provided by implementing get<API>Platform() functions.
62 class Platform class in namespace:tcu
65 Platform (void);
66 virtual ~Platform (voi
[all...]
H A DtcuPlatform.cpp21 * \brief Platform (OS) specific services.
29 Platform::Platform (void) function in class:tcu::Platform
33 Platform::~Platform (void)
37 bool Platform::processEvents (void)
42 const glu::Platform& Platform::getGLPlatform (void) const
47 const eglu::Platform& Platform
[all...]
H A DtcuApp.hpp25 * Platform port (see tcuPlatform.hpp) must create App and issue calls to
38 class Platform;
50 * Test application encapsulates full test execution logic. Platform port
66 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
77 Platform& m_platform;
/external/deqp/framework/platform/null/
H A DtcuNullPlatform.hpp35 class Platform : public tcu::Platform, private glu::Platform class in namespace:tcu::null
38 Platform (void);
39 virtual ~Platform (void);
41 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
H A DtcuNullPlatform.cpp46 Platform::Platform (void) function in class:tcu::null::Platform
51 Platform::~Platform (void)
58 tcu::Platform* createPlatform (void)
60 return new tcu::null::Platform();
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.hpp37 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform class in namespace:tcu::Android
40 Platform (void);
41 virtual ~Platform (void);
45 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
46 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform
[all...]
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.hpp38 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform class in namespace:tcu::rpi
41 Platform (void);
42 virtual ~Platform (void);
44 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&> (*this); }
45 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DPlatform.cpp32 #include "public/platform/Platform.h"
36 static Platform* s_platform = 0;
38 void Platform::initialize(Platform* platform)
43 void Platform::shutdown()
48 Platform* Platform::current()
/external/deqp/framework/platform/win32/
H A DtcuWin32Platform.hpp40 class Win32Platform : public tcu::Platform, private glu::Platform
42 , private eglu::Platform
51 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
54 const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); }
H A DtcuWin32GLES3Platform.hpp37 class Win32GLES3Platform : public tcu::Platform
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.hpp23 * \brief X11Egl Platform.
38 class Platform : public eglu::Platform class in namespace:tcu::x11::egl
41 Platform (EventState& eventState);
42 ~Platform (void) {}
H A DtcuX11Platform.hpp23 * \brief X11 Platform.
28 tcu::Platform* createPlatform (void);
H A DtcuX11Platform.cpp21 * \brief X11 Platform.
43 class X11GLPlatform : public glu::Platform
52 class X11Platform : public tcu::Platform
57 const glu::Platform& getGLPlatform (void) const { return m_glPlatform; }
60 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; }
66 x11::egl::Platform m_eglPlatform;
87 tcu::Platform* createPlatform (void)
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.hpp33 class OSXPlatform : public tcu::Platform, private glu::Platform
39 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
/external/deqp/framework/egl/
H A DegluPlatform.cpp31 Platform::Platform (void) function in class:eglu::Platform
35 Platform::~Platform (void)
39 tcu::FunctionLibrary* Platform::createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::CommandLine&) const
H A DegluPlatform.hpp58 * glu::Platform implementation.
64 class Platform class in namespace:eglu
67 Platform (void);
68 // Code outside porting layer will never attempt to delete eglu::Platform
69 virtual ~Platform (void);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DNavigatorCPU.cpp8 #include "public/platform/Platform.h"
14 return blink::Platform::current()->numberOfProcessors();
/external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/
H A DPlatform.java22 class Platform { class
/external/chromium_org/v8/include/libplatform/
H A Dlibplatform.h14 * Returns a new instance of the default v8::Platform implementation.
21 v8::Platform* CreateDefaultPlatform(int thread_pool_size = 0);
32 bool PumpMessageLoop(v8::Platform* platform, v8::Isolate* isolate);
/external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
H A DPlatform.java26 final class Platform { class
35 private Platform() {} method in class:Platform
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalProfilers.cpp34 #include "public/platform/Platform.h"
47 blink::Platform::current()->startHeapProfiling(prefix);
52 blink::Platform::current()->stopHeapProfiling();
57 blink::Platform::current()->dumpHeapProfiling(reason);
62 String text = blink::Platform::current()->getHeapProfile();
H A DUnitTestHelpers.cpp29 #include "public/platform/Platform.h"
40 blink::Platform::current()->currentThread()->exitRunLoop();
46 blink::Platform::current()->currentThread()->postTask(new QuitTask);
47 blink::Platform::current()->currentThread()->enterRunLoop();

Completed in 420 milliseconds

1234567891011>>