OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGLPlatform
(Results
1 - 8
of
8
) sorted by null
/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/null/
tcuNullPlatform.hpp
43
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/common/
tcuPlatform.cpp
42
const glu::Platform& Platform::
getGLPlatform
(void) const
/external/deqp/framework/platform/win32/
tcuWin32Platform.hpp
46
const glu::Platform&
getGLPlatform
(void) const { return static_cast<const glu::Platform&>(*this); }
/external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp
47
virtual const glu::Platform&
getGLPlatform
(void) const { return static_cast<const glu::Platform&>(*this); }
/external/deqp/framework/platform/X11/
tcuX11Platform.cpp
112
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); }
Completed in 185 milliseconds