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

  /external/deqp/framework/common/
tcuPlatform.cpp 47 const eglu::Platform& Platform::getEGLPlatform (void) const
tcuPlatform.hpp 112 virtual const eglu::Platform& getEGLPlatform (void) const;
  /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/platform/null/
tcuNullPlatform.hpp 44 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); }
  /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; }
  /external/deqp/modules/egl/
teglTestCase.cpp 49 , m_glLibraryCache (testCtx.getPlatform().getEGLPlatform(), testCtx.getCommandLine())
teglTestPackage.cpp 179 const eglu::NativeDisplayFactory& factory = eglu::selectNativeDisplayFactory(testCtx.getPlatform().getEGLPlatform().getNativeDisplayFactoryRegistry(), testCtx.getCommandLine());

Completed in 109 milliseconds