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

  /external/deqp/framework/common/
tcuPlatform.hpp 95 virtual const glu::Platform& getGLPlatform (void) const;
tcuPlatform.cpp 42 const glu::Platform& Platform::getGLPlatform (void) const
  /external/deqp/framework/platform/null/
tcuNullPlatform.hpp 41 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.hpp 39 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/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/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); }
  /external/deqp/framework/opengl/
gluRenderContext.cpp 121 const ContextFactoryRegistry& registry = platform.getGLPlatform().getContextFactoryRegistry();

Completed in 188 milliseconds