Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DCompiler.cpp38 int builtInLengths = static_cast<int>(i->size()); in InitializeSymbolTable() local
39 if (builtInLengths <= 0) in InitializeSymbolTable()
42 if (PaParseStrings(1, &builtInShaders, &builtInLengths, &parseContext) != 0) in InitializeSymbolTable()