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/translator/
SymbolTable.h 244 size_t getParamCount() const
glslang.y 352 if (fnCandidate->getParamCount() == 1) {
381 for (size_t i = 0; i < fnCandidate->getParamCount(); ++i) {
767 for (size_t i = 0; i < function.getParamCount(); i++)
838 for (size_t i = 0; i < prevDec->getParamCount(); ++i) {
    [all...]
ParseContext.cpp 495 for (size_t i = 0; i < function.getParamCount(); ++i) {
514 if (type->isArray() && static_cast<size_t>(type->getArraySize()) != function.getParamCount()) {
525 if (function.getParamCount() != 1) {
536 if (op == EOpConstructStruct && !type->isArray() && type->getStruct()->fields().size() != function.getParamCount()) {
    [all...]
glslang_tab.cpp     [all...]

Completed in 175 milliseconds