HomeSort by relevance Sort by last modified time
    Searched defs:getEGLPlatform (Results 1 - 6 of 6) 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/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 61 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; }

Completed in 1310 milliseconds