HomeSort by relevance Sort by last modified time
    Searched refs:getParamCount (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/
glslang.y 432 if (fnCandidate->getParamCount() == 1) {
461 for (size_t i = 0; i < fnCandidate->getParamCount(); ++i) {
    [all...]
ParseContext.cpp 497 for (size_t i = 0; i < function.getParamCount(); ++i) {
516 if (type->isArray() && static_cast<size_t>(type->getArraySize()) != function.getParamCount()) {
527 if (function.getParamCount() != 1) {
538 if (op == EOpConstructStruct && !type->isArray() && int(type->getStruct()->fields().size()) != function.getParamCount()) {
    [all...]
SymbolTable.h 166 size_t getParamCount() const { return parameters.size(); }
glslang_tab.cpp     [all...]

Completed in 28 milliseconds