HomeSort by relevance Sort by last modified time
    Searched refs:checkExtensionSupport (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/gles31/functional/
es31fNegativeShaderFramebufferFetchTests.cpp 59 static void checkExtensionSupport (NegativeTestContext& ctx, const char* extName)
67 checkExtensionSupport(ctx, "GL_EXT_shader_framebuffer_fetch");
es31fNegativeTessellationTests.cpp 81 static void checkExtensionSupport (NegativeTestContext& ctx, const char* extName)
89 checkExtensionSupport(ctx, "GL_EXT_tessellation_shader");
es31fTextureSpecificationTests.cpp 111 virtual bool checkExtensionSupport (void) { return true; }
143 if (!checkExtensionSupport())
213 virtual bool checkExtensionSupport (void);
237 bool TextureCubeArraySpecCase::checkExtensionSupport (void)
    [all...]
es31fShaderFramebufferFetchTests.cpp 62 static void checkExtensionSupport (Context& context, const char* extName)
70 checkExtensionSupport(context, "GL_EXT_shader_framebuffer_fetch");
    [all...]
es31fTessellationTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 227 if (!gls::FboUtil::checkExtensionSupport(m_renderCtx, "DEQP_gles3_core_compatible"))
  /external/deqp/modules/glshared/
glsFboUtil.cpp 186 static bool checkExtensionSupport (const ContextInfo& ctxInfo, const RenderContext& ctx, const std::string& extension)
201 bool checkExtensionSupport (const RenderContext& ctx, const std::string& extension)
204 return checkExtensionSupport(*info, ctx, extension);
256 if (!checkExtensionSupport(*ctxInfo, *ctx, *extIt))
glsFboUtil.hpp 185 bool checkExtensionSupport (const glu::RenderContext& ctx, const std::string& extension);

Completed in 492 milliseconds