Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderFramebufferFetchTests.cpp59 static void checkExtensionSupport (NegativeTestContext& ctx, const char* extName) in checkExtensionSupport() function
67 checkExtensionSupport(ctx, "GL_EXT_shader_framebuffer_fetch"); in checkFramebufferFetchSupport()
Des31fNegativeTessellationTests.cpp85 static void checkExtensionSupport (NegativeTestContext& ctx, const char* extName) in checkExtensionSupport() function
94 checkExtensionSupport(ctx, "GL_EXT_tessellation_shader"); in checkTessellationSupport()
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
Des31fShaderFramebufferFetchTests.cpp62 static void checkExtensionSupport (Context& context, const char* extName) in checkExtensionSupport() function
70 checkExtensionSupport(context, "GL_EXT_shader_framebuffer_fetch"); in checkFramebufferFetchSupport()
/third_party/vk-gl-cts/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);
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboCompletenessTests.cpp263 if (!gls::FboUtil::checkExtensionSupport(m_renderCtx, "DEQP_gles3_core_compatible")) in check()
Des2fFboApiTest.cpp641 …bool isES3Compatible = gls::FboUtil::checkExtensionSupport(renderContext, "DEQP_gles3_core_compat… in init()