Home
last modified time | relevance | path

Searched refs:EbtGuardSamplerEnd (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
DBaseTypes.h64 EbtGuardSamplerEnd, // non type: see implementation of IsSampler() enumerator
109 return type > EbtGuardSamplerBegin && type < EbtGuardSamplerEnd; in IsSampler()
DCompiler.cpp310 samplerType < EbtGuardSamplerEnd; ++samplerType) in InitBuiltInSymbolTable()