Home
last modified time | relevance | path

Searched refs:EbtGSamplerCube (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
DBaseTypes.h67 EbtGSamplerCube, // non type: represents samplerCube, isamplerCube and usamplerCube enumerator
DSymbolTable.cpp180 if (ptype1->getBasicType() == EbtGSamplerCube) in insertBuiltIn()
DInitialize.cpp410 TType *gsamplerCube = new TType(EbtGSamplerCube); in InsertBuiltInFunctions()