Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h593 struct IncludeResult { struct
594IncludeResult(const std::string& headerName, const char* const headerData, const size_t headerLeng… in IncludeResult() argument
602 // Includer producing this IncludeResult retains ownership of the argument
611 IncludeResult& operator=(const IncludeResult&); argument
654 virtual void releaseInclude(IncludeResult*) override { } in releaseInclude() argument
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Public/
H A DShaderLang.h602 struct IncludeResult { struct
603IncludeResult(const std::string& headerName, const char* const headerData, const size_t headerLeng… in IncludeResult() argument
611 // Includer producing this IncludeResult retains ownership of the argument
620 IncludeResult& operator=(const IncludeResult&); argument
663 virtual void releaseInclude(IncludeResult*) override { } in releaseInclude() argument