Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.cpp37 struct IsSamplerFunc struct
39 bool operator()(TBasicType type) { return IsSampler(type); } in operator ()()