Searched refs:checkExtensionSupport (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeShaderFramebufferFetchTests.cpp | 59 static void checkExtensionSupport (NegativeTestContext& ctx, const char* extName) in checkExtensionSupport() function 67 checkExtensionSupport(ctx, "GL_EXT_shader_framebuffer_fetch"); in checkFramebufferFetchSupport()
|
D | es31fNegativeTessellationTests.cpp | 85 static void checkExtensionSupport (NegativeTestContext& ctx, const char* extName) in checkExtensionSupport() function 94 checkExtensionSupport(ctx, "GL_EXT_tessellation_shader"); in checkTessellationSupport()
|
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 | es31fShaderFramebufferFetchTests.cpp | 62 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/ |
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);
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 263 if (!gls::FboUtil::checkExtensionSupport(m_renderCtx, "DEQP_gles3_core_compatible")) in check()
|
D | es2fFboApiTest.cpp | 641 …bool isES3Compatible = gls::FboUtil::checkExtensionSupport(renderContext, "DEQP_gles3_core_compat… in init()
|