HomeSort by relevance Sort by last modified time
    Searched defs:Platform (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/deqp/framework/egl/
egluPlatform.cpp 21 * \brief EGL platform interface.
31 Platform::Platform (void)
35 Platform::~Platform (void)
39 tcu::FunctionLibrary* Platform::createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::CommandLine&) const
egluPlatform.hpp 23 * \brief EGL platform interface.
40 * \brief EGL platform interface
42 * EGL platform interface provides mechanism to implement platform-specific
45 * A single platform can support multiple native object types. This is
58 * glu::Platform implementation.
60 * EGL platform implementation is required by EGL tests. OpenGL (ES) and
61 * OpenCL tests can benefit from, but do not require EGL platform
64 class Platform
67 Platform (void)
    [all...]
  /external/deqp/framework/opengl/
gluPlatform.cpp 21 * \brief OpenGL platform interface.
34 Platform::Platform (void)
38 Platform::~Platform (void)
gluPlatform.hpp 23 * \brief OpenGL platform interface.
38 * \brief OpenGL (ES) platform interface
40 * OpenGL (ES) platform interface provides abstraction for GL context
41 * creation. A single platform may support multiple methods for creating
52 * If your platform supports EGL and you have implemented eglu::Platform,
55 * OpenGL (ES) platform implementation is required by OpenGL (ES) tests.
58 class Platform
61 Platform (void);
62 ~Platform (void)
    [all...]
  /external/deqp/framework/common/
tcuPlatform.cpp 21 * \brief Platform (OS) specific services.
29 Platform::Platform (void)
33 Platform::~Platform (void)
37 bool Platform::processEvents (void)
42 const glu::Platform& Platform::getGLPlatform (void) const
47 const eglu::Platform& Platform::getEGLPlatform (void) cons
    [all...]
tcuPlatform.hpp 23 * \brief Platform (OS) specific services.
30 class Platform;
35 class Platform;
45 * \brief Base class for platform implementation.
47 * This class represents the minimum set of functionality for a platform
50 * In addition to implementing Platform class, main entry point must be
55 * If the platform uses standard posix-style main() for application entry
59 * API-specific platform interfaces (glu::Platform and eglu::Platform)
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.hpp 23 * \brief X11Egl Platform.
38 class Platform : public eglu::Platform
41 Platform (EventState& eventState);
42 ~Platform (void) {}
  /external/deqp/framework/platform/null/
tcuNullPlatform.hpp 23 * \brief Null GL platform.
36 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform
39 Platform (void);
40 virtual ~Platform (void);
42 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
43 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this);
    [all...]
tcuNullPlatform.cpp 21 * \brief Null GL platform.
80 Platform::Platform (void)
86 Platform::~Platform (void)
93 tcu::Platform* createPlatform (void)
95 return new tcu::null::Platform();
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.hpp 23 * \brief Raspberry PI platform.
38 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform
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&>(*this);
    [all...]
  /external/guava/guava/src/com/google/common/escape/
Platform.java 27 final class Platform {
28 private Platform() {}
  /external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/
Platform.java 22 final class Platform {
34 private Platform() {}
  /external/guava/guava-gwt/test-super/com/google/common/testing/super/com/google/common/testing/
Platform.java 26 final class Platform {
35 private Platform() {}
  /external/v8/include/
v8-platform.h 23 * V8 Platform abstraction layer.
28 class Platform {
40 virtual ~Platform() {}
44 * indicates that the task will run a long time. The Platform implementation
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp 23 * \brief Android EGL platform.
37 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform
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&>(*this);
    [all...]
  /external/guava/guava/src/com/google/common/base/
Platform.java 29 final class Platform {
30 private Platform() {}
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 24 final class Platform {
47 private Platform() {}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
Platform.java 27 final class Platform {
47 private Platform() {}
  /external/guava/guava-testlib/src/com/google/common/testing/
Platform.java 35 final class Platform {
56 private Platform() {}
  /external/guava/guava/src/com/google/common/collect/
Platform.java 37 final class Platform {
90 private Platform() {}
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
Platform.java 28 final class Platform {
75 private Platform() {}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java 29 final class Platform {
58 private Platform() {}
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Platform.java 3 public enum Platform {
  /external/libunwind/doc/
unw_getcontext.tex 22 platform-specific, but, in general, at least all preserved
29 \section{Platform-specific Notes}
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Platform.java 25 final class Platform {
26 private Platform() {}

Completed in 387 milliseconds

1 2 3 4 5