Searched defs:getEnablingExtensions (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp214 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) function in namespace:deqp::gles3::Functional
263 const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat, m_context.getRenderContext()) : std::vector<std::string>();
H A Des3fFboRenderTest.cpp162 static std::vector<std::string> getEnablingExtensions (deUint32 format) function in namespace:deqp::gles3::Functional
238 const std::vector<std::string> requiredExts = getEnablingExtensions(sizedFormat);
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp221 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) function in namespace:deqp::gles31::Functional
276 const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat, m_context.getRenderContext()) : std::vector<std::string>();
H A Des31fShaderFramebufferFetchTests.cpp203 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext) function in namespace:deqp::gles31::Functional::__anon5419
240 const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat, context.getRenderContext()) : std::vector<std::string>();

Completed in 2153 milliseconds