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

  /external/deqp/framework/platform/null/
tcuNullPlatform.hpp 44 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); }
  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.hpp 44 virtual const eglu::Platform& getEGLPlatform () const { return static_cast<const eglu::Platform&>(*this); }
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.hpp 45 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); }
  /external/deqp/framework/common/
tcuPlatform.cpp 47 const eglu::Platform& Platform::getEGLPlatform (void) const
  /external/deqp/framework/platform/win32/
tcuWin32Platform.hpp 48 const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this);}
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp 48 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); }
  /external/deqp/framework/platform/lnx/
tcuLnxPlatform.cpp 65 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; }

Completed in 110 milliseconds