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

  /external/deqp/framework/common/
tcuPlatform.hpp 107 virtual const eglu::Platform& getEGLPlatform (void) const;
tcuPlatform.cpp 47 const eglu::Platform& Platform::getEGLPlatform (void) const
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp 46 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/platform/win32/
tcuWin32Platform.hpp 54 const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); }
  /external/deqp/framework/platform/X11/
tcuX11Platform.cpp 60 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; }
  /external/deqp/modules/egl/
teglTestCase.cpp 246 library = m_testCtx.getPlatform().getEGLPlatform().createDefaultGLFunctionLibrary(apiType, m_testCtx.getCommandLine());
teglTestPackage.cpp 196 const eglu::NativeDisplayFactoryRegistry& dpyFactoryRegistry = testCtx.getPlatform().getEGLPlatform().getNativeDisplayFactoryRegistry();

Completed in 188 milliseconds