HomeSort by relevance Sort by last modified time
    Searched refs:getGLPlatform (Results 1 - 12 of 12) 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
tcuPlatform.hpp 100 virtual const glu::Platform& getGLPlatform (void) const;
  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.hpp 43 virtual const glu::Platform& getGLPlatform () 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/null/
tcuNullPlatform.hpp 43 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /external/deqp/framework/platform/win32/
tcuWin32Platform.hpp 46 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp 47 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /external/deqp/framework/platform/lnx/
tcuLnxPlatform.cpp 66 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); }
  /external/deqp/framework/opengl/
gluRenderContext.cpp 135 const ContextFactoryRegistry& registry = platform.getGLPlatform().getContextFactoryRegistry();
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 188 const glu::Platform& getGLPlatform (void) const { return *this; }

Completed in 196 milliseconds