Searched refs:SAMPLER2D (Results 1 – 4 of 4) sorted by relevance
85 SAMPLER2D, enumerator
253 case TYPE_SAMPLER_2D: str << Token::SAMPLER2D; break; in tokenizeShortType()
276 sampler2D return SAMPLER2D;
102 %token SAMPLER1D SAMPLER2D SAMPLER3D SAMPLERCUBE SAMPLER1DSHADOW SAMPLER2DSHADOW1456 | SAMPLER2D { $$ = "sampler2D"; }