Home
last modified time | relevance | path

Searched refs:checkExtensionSupport (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/glshared/
DglsFboUtil.cpp186 static bool checkExtensionSupport (const ContextInfo& ctxInfo, const RenderContext& ctx, const std:… in checkExtensionSupport() function
201 bool checkExtensionSupport (const RenderContext& ctx, const std::string& extension) in checkExtensionSupport() function
204 return checkExtensionSupport(*info, ctx, extension); in checkExtensionSupport()
256 if (!checkExtensionSupport(*ctxInfo, *ctx, *extIt)) in addExtFormats()
DglsFboUtil.hpp185 bool checkExtensionSupport (const glu::RenderContext& ctx, const std::string& extension);
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp111 virtual bool checkExtensionSupport (void) { return true; } in checkExtensionSupport() function in deqp::gles31::Functional::TextureSpecCase
143 if (!checkExtensionSupport()) in iterate()
213 virtual bool checkExtensionSupport (void);
237 bool TextureCubeArraySpecCase::checkExtensionSupport (void) in checkExtensionSupport() function in deqp::gles31::Functional::TextureCubeArraySpecCase
Des31fTessellationTests.cpp1528 static void checkExtensionSupport (Context& context, const char* extName) in checkExtensionSupport() function
1536 checkExtensionSupport(context, "GL_EXT_tessellation_shader"); in checkTessellationSupport()
1579 checkExtensionSupport(m_context, "GL_EXT_gpu_shader5"); in init()
2448 checkExtensionSupport(m_context, "GL_EXT_gpu_shader5"); in init()
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp227 if (!gls::FboUtil::checkExtensionSupport(m_renderCtx, "DEQP_gles3_core_compatible")) in check()