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

1 2 3 4 5 6 7 8 91011>>

  /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/platform/vanilla/
tcuVanillaPlatform.cpp 21 * \brief Vanilla (console only) platform.
28 tcu::Platform* createPlatform (void)
30 return new tcu::Platform();
  /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;
40 class Platform;
50 * \brief Base class for platform implementation.
52 * This class represents the minimum set of functionality for a platform
55 * In addition to implementing Platform class, main entry point must be
60 * If the platform uses standard posix-style main() for application entry
64 * API-specific platform interfaces (glu::Platform and eglu::Platform
    [all...]
  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.hpp 37 class Platform: public tcu::Platform, private glu::Platform, private eglu::Platform
40 Platform ();
41 virtual ~Platform ();
43 virtual const glu::Platform& getGLPlatform () const { return static_cast<const glu::Platform&>(*this); }
44 virtual const eglu::Platform& getEGLPlatform () const { return static_cast<const eglu::Platform&>(*this);
    [all...]
  /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/deqp/framework/platform/null/
tcuNullPlatform.hpp 23 * \brief Null GL platform.
37 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform, private vk::Platform
40 Platform (void);
41 virtual ~Platform (void);
43 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this);
    [all...]
tcuNullPlatform.cpp 21 * \brief Null GL platform.
74 Platform::Platform (void)
80 Platform::~Platform (void)
84 vk::Library* Platform::createLibrary (void) const
89 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
102 tcu::Platform* createPlatform (void)
104 return new tcu::null::Platform();
  /external/deqp/framework/platform/win32/
tcuWin32Platform.hpp 23 * \brief Win32 platform port.
38 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform
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&>(*this);
    [all...]
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.hpp 24 * \brief DRM platform
29 class Platform;
32 tcu::Platform* createPlatform (void);
  /external/deqp/framework/platform/lnx/
tcuLnxEglPlatform.hpp 23 * \brief Linux EGL Platform.
38 class Platform : public eglu::Platform
41 Platform (EventState& eventState);
42 ~Platform (void) {}
tcuLnxPlatform.hpp 23 * \brief Linux Platform.
28 tcu::Platform* createPlatform (void);
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.hpp 23 * \brief OS X platform.
33 class OSXPlatform : public tcu::Platform, private glu::Platform
39 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /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/deqp/framework/platform/android/
tcuAndroidPlatform.hpp 23 * \brief Android EGL platform.
39 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform, private vk::Platform
42 Platform (NativeActivity& activity);
43 virtual ~Platform (void);
47 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this);
    [all...]
  /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
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_init.h 23 class Platform;
29 // Initializes the CUDA platform and returns OK if the CUDA
30 // platform could be initialized.
37 perftools::gputools::Platform* GPUMachineManager();
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
platform_id.h 19 #include "tensorflow/stream_executor/platform.h"
25 extern const Platform::Id kInterpreterPlatformId;
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_platform_id.h 19 #include "tensorflow/stream_executor/platform.h"
25 // Opaque and unique identifier for the cuda platform.
26 // This is needed so that plugins can refer to/identify this platform without
30 extern const Platform::Id kCudaPlatformId;
  /external/tensorflow/tensorflow/stream_executor/host/
host_platform_id.h 19 #include "tensorflow/stream_executor/platform.h"
25 // Opaque and unique identifier for the host platform.
26 // This is needed so that plugins can refer to/identify this platform without
30 extern const Platform::Id kHostPlatformId;
  /external/tensorflow/tensorflow/stream_executor/
multi_platform_manager.h 22 // In your BUILD rule, add a dependency on a platform plugin that you'd like
28 // This will register platform plugins that can be discovered via this
31 // port::StatusOr<Platform*> platform_status =
34 // Platform* platform = platform_status.ValueOrDie();
35 // LOG(INFO) << platform->VisibleDeviceCount() << " devices visible";
36 // if (platform->VisibleDeviceCount() <= 0) { return; }
38 // for (int i = 0; i < platform->VisibleDeviceCount(); ++i) {
40 // platform->ExecutorForDevice(i);
51 // platform. Ideally, a platform will list its registered name in its heade
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
platform_util.h 24 #include "tensorflow/core/platform/macros.h"
25 #include "tensorflow/core/platform/stream_executor_no_cuda.h"
26 #include "tensorflow/core/platform/types.h"
35 // Note that, even if a platform is present with zero devices, if we *do* have
37 static StatusOr<std::vector<perftools::gputools::Platform*>>
40 // Convenience function which returns the default supported platform for
41 // tests. If exactly one supported platform is present, then this platform is
42 // the default platform. If exactly two platforms are present and one of them
43 // is the interpreter platform, then the other platform is the defaul
    [all...]
  /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/libplatform/
libplatform.h 10 #include "v8-platform.h" // NOLINT(build/include)
13 namespace platform { namespace in namespace:v8
16 * Returns a new instance of the default v8::Platform implementation.
23 V8_PLATFORM_EXPORT v8::Platform* CreateDefaultPlatform(
31 * not block if no task is pending. The |platform| has to be created using
34 V8_PLATFORM_EXPORT bool PumpMessageLoop(v8::Platform* platform,
41 * This call does not block if no task is pending. The |platform| has to be
44 V8_PLATFORM_EXPORT void RunIdleTasks(v8::Platform* platform,
    [all...]

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 91011>>