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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.cpp 507 for (int i = 0; i < function.getParamCount(); ++i) {
526 if (type->isArray() && type->getArraySize() != function.getParamCount()) {
537 if (function.getParamCount() != 1) {
548 if (op == EOpConstructStruct && !type->isArray() && int(type->getStruct()->size()) != function.getParamCount()) {
    [all...]
SymbolTable.h 172 int getParamCount() const { return static_cast<int>(parameters.size()); }
glslang.y 485 if (fnCandidate->getParamCount() == 1) {
513 for (int i = 0; i < fnCandidate->getParamCount(); ++i) {
    [all...]

Completed in 3472 milliseconds