OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEnablingExtensions
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp
214
static std::vector<std::string>
getEnablingExtensions
(deUint32 format, glu::RenderContext& renderContext)
263
const std::vector<std::string> requiredExts = (!isCoreFormat) ?
getEnablingExtensions
(sizedFormat, m_context.getRenderContext()) : std::vector<std::string>();
es3fFboRenderTest.cpp
162
static std::vector<std::string>
getEnablingExtensions
(deUint32 format)
238
const std::vector<std::string> requiredExts =
getEnablingExtensions
(sizedFormat);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp
220
static std::vector<std::string>
getEnablingExtensions
(deUint32 format, glu::RenderContext& renderContext)
270
const std::vector<std::string> requiredExts = (!isCoreFormat) ?
getEnablingExtensions
(sizedFormat, m_context.getRenderContext()) : std::vector<std::string>();
Completed in 479 milliseconds