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

  /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))
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 111 virtual bool checkExtensionSupport (void) { return true; }
143 if (!checkExtensionSupport())
213 virtual bool checkExtensionSupport (void);
237 bool TextureCubeArraySpecCase::checkExtensionSupport (void)
    [all...]

Completed in 169 milliseconds