Searched refs:EbtGuardSamplerBegin (Results 1 – 3 of 3) sorted by relevance
62 EbtGuardSamplerBegin, // non type: see implementation of IsSampler() enumerator150 return type > EbtGuardSamplerBegin && type < EbtGuardSamplerEnd; in IsSampler()
65 EbtGuardSamplerBegin, // non type: see implementation of IsSampler() enumerator66 EbtSampler2D = EbtGuardSamplerBegin,213 return type >= EbtGuardSamplerBegin && type <= EbtGuardSamplerEnd; in IsSampler()
455 ASSERT(samplerType >= EbtGuardSamplerBegin && samplerType <= EbtGuardSamplerEnd); in initSamplerDefaultPrecision()