Searched refs:checkExtensionSupport (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 186 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()
|
D | glsFboUtil.hpp | 185 bool checkExtensionSupport (const glu::RenderContext& ctx, const std::string& extension);
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 111 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
|
D | es31fTessellationTests.cpp | 1528 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/ |
D | es2fFboCompletenessTests.cpp | 227 if (!gls::FboUtil::checkExtensionSupport(m_renderCtx, "DEQP_gles3_core_compatible")) in check()
|