Searched defs:Platform (Results 1 - 25 of 72) sorted by relevance

123

/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/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/deqp/framework/platform/lnx/
H A DtcuLnxEglPlatform.hpp23 * \brief Linux EGL Platform.
38 class Platform : public eglu::Platform class in namespace:tcu::lnx::egl
41 Platform (EventState& eventState);
42 ~Platform (void) {}
H A DtcuLnxEglPlatform.cpp21 * \brief Linux EGL Platform.
43 Platform::Platform (EventState& eventState) function in class:tcu::lnx::egl::Platform
55 de::MovePtr<glu::ContextFactory> Platform::createContextFactory (void)
/external/deqp/framework/common/
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 DtcuPlatform.hpp23 * \brief Platform (OS) specific services.
30 class Platform;
35 class Platform;
40 class Platform;
55 * In addition to implementing Platform class, main entry point must be
64 * API-specific platform interfaces (glu::Platform and eglu::Platform)
65 * can be provided by implementing get<API>Platform() functions.
67 class Platform class in namespace:tcu
70 Platform (voi
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32Platform.cpp34 Platform::Platform (void) function in class:tcu::win32::Platform
71 Platform::~Platform (void)
75 bool Platform::processEvents (void)
91 tcu::Platform* createPlatform (void)
93 return new tcu::win32::Platform();
H A DtcuWin32Platform.hpp38 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform class in namespace:tcu::win32
41 Platform (void);
42 ~Platform (void);
46 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
48 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/guava/guava/src/com/google/common/escape/
H A DPlatform.java27 final class Platform { class
28 private Platform() {} method in class:Platform
/external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/
H A DPlatform.java22 final class Platform { class
34 private Platform() {} method in class:Platform
/external/guava/guava-gwt/test-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/guava/guava-testlib/src/com/google/common/testing/
H A DPlatform.java35 final class Platform { class
56 private Platform() {} method in class:Platform
/external/deqp/framework/platform/null/
H A DtcuNullPlatform.cpp68 Platform::Platform (void) function in class:tcu::null::Platform
74 Platform::~Platform (void)
78 vk::Library* Platform::createLibrary (void) const
83 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
96 tcu::Platform* createPlatform (void)
98 return new tcu::null::Platform();
H A DtcuNullPlatform.hpp37 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform, private vk::Platform class in namespace:tcu::null
40 Platform (void);
41 virtual ~Platform (void);
43 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
44 virtual const eglu::Platform
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPlatform.hpp132 class Platform class in namespace:vk
135 Platform (void) {} function in class:vk::Platform
136 ~Platform (void) {}
146 inline PlatformMemoryLimits getMemoryLimits (const Platform& platform)
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.hpp39 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform, private vk::Platform class in namespace:tcu::Android
42 Platform (NativeActivity& activity);
43 virtual ~Platform (void);
47 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
48 virtual const eglu::Platform
[all...]
/external/devlib/devlib/platform/
H A D__init__.py7 class Platform(object): class in inherits:object
/external/guava/guava/src/com/google/common/base/
H A DPlatform.java29 final class Platform { class
30 private Platform() {} method in class:Platform
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPlatform.java24 final class Platform { class
47 private Platform() {} method in class:Platform
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
H A DPlatform.java20 * Minimal GWT emulation of {@code com.google.common.collect.testing.Platform}.
26 final class Platform { class
77 private Platform() {} method in class:Platform
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
H A DPlatform.java28 final class Platform { class
75 private Platform() {} method in class:Platform
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DPlatform.java29 final class Platform { class
54 private Platform() {} method in class:Platform

Completed in 6516 milliseconds

123