Home
last modified time | relevance | path

Searched defs:IncludeResult (Results 1 – 2 of 2) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/
DShaderLang.h581 struct IncludeResult { struct
582IncludeResult(const std::string& headerName, const char* const headerData, const size_t headerLeng… in IncludeResult() argument
590 // Includer producing this IncludeResult retains ownership of the argument
599 IncludeResult& operator=(const IncludeResult&); argument
642 virtual void releaseInclude(IncludeResult*) override { } in releaseInclude() argument
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h560 struct IncludeResult { struct
561IncludeResult(const std::string& headerName, const char* const headerData, const size_t headerLeng… in IncludeResult() function
569 // Includer producing this IncludeResult retains ownership of the argument
578 IncludeResult& operator=(const IncludeResult&); argument
621 virtual void releaseInclude(IncludeResult*) override { } in releaseInclude() argument