Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DSymbolTable.cpp160 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); in insertBuiltIn() local
171 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); in insertBuiltIn() local
182 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); in insertBuiltIn() local
193 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); in insertBuiltIn() local
DInitialize.cpp407 TType *gvec4 = new TType(EbtGVec4); in InsertBuiltInFunctions() local