OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFragmentHighPrecisionSupported
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/opengl/
gluContextInfo.hpp
93
virtual bool
isFragmentHighPrecisionSupported
(void) const { return true; }
gluContextInfo.cpp
74
bool
isFragmentHighPrecisionSupported
(void) const { return m_fragmentHighPrecisionSupported.getValue(m_context); }
Completed in 130 milliseconds