Searched defs:isExtensionSupported (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
H A DgluContextInfo.cpp254 bool ContextInfo::isExtensionSupported (const char* name) const function in class:glu::ContextInfo
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp77 static bool isExtensionSupported (const glu::ContextInfo& ctxInfo, const char* extension) function in namespace:deqp::gles2::Functional
295 if (isExtensionSupported(m_ctxInfo, extension) && !deIsPowerOfTwo32(m_size.x()) && !deIsPowerOfTwo32(m_size.y()))
460 if (isExtensionSupported(m_ctxInfo, extension))
821 if (isExtensionSupported(m_ctxInfo, extension))
H A Des2fFboRenderTest.cpp379 static bool isExtensionSupported (sglr::Context& context, const char* name) function in namespace:deqp::gles2::Functional
401 if (!isExtensionSupported(context, "GL_EXT_color_buffer_half_float"))
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp191 static bool isExtensionSupported (sglr::Context& context, const char* name) function in namespace:deqp::gles3::Functional
214 if (isExtensionSupported(context, extension.c_str()))
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp52 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension) function in namespace:deqp::gls::ShaderExecUtil
72 if (!isExtensionSupported(renderCtx, extension))

Completed in 727 milliseconds