HomeSort by relevance Sort by last modified time
    Searched defs:getGLPlatform (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/platform/osx/
tcuOSXPlatform.hpp 39 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /external/deqp/framework/common/
tcuPlatform.cpp 42 const glu::Platform& Platform::getGLPlatform (void) const
  /external/deqp/framework/platform/null/
tcuNullPlatform.hpp 42 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.hpp 44 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&> (*this); }
  /external/deqp/framework/platform/win32/
tcuWin32Platform.hpp 51 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp 45 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /external/deqp/framework/platform/X11/
tcuX11Platform.cpp 57 const glu::Platform& getGLPlatform (void) const { return m_glPlatform; }
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 80 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }

Completed in 649 milliseconds