Searched refs:getBasicString (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DBaseTypes.h50 inline const char* getBasicString(TBasicType t) function
H A DSymbolTable.cpp80 infoSink.debug << getName().c_str() << ": " << type.getQualifierString() << " " << type.getPrecisionString() << " " << type.getBasicString();
89 infoSink.debug << getName().c_str() << ": " << returnType.getBasicString() << " " << getMangledName().c_str() << "\n";
H A DTypes.h266 const char* getBasicString() const { return ::getBasicString(type); } function in class:TType
H A DParseHelper.cpp624 error(line, reason, getBasicString(pType.type), "(structure contains a sampler)");
631 error(line, reason, getBasicString(pType.type), "");
658 error(line, "samplers cannot be output parameters", type.getBasicString(), "");
1263 node->getAsTyped()->getType().getBasicString(), type->getBasicString());
H A Dintermediate.h256 const char* getBasicString() const { return type.getBasicString(); } function in class:TIntermTyped
H A DValidateLimitations.cpp230 "Invalid type for loop index", getBasicString(type));
H A DintermOut.cpp51 stream << getBasicString();
H A DOutputGLSL.cpp36 out << type.getBasicString();
H A Dglslang.y645 context->error($1.line, "cannot construct this type", getBasicString($1.type), "");
1003 context->error($2.line, "overloaded functions must have the same return type", $1->getReturnType().getBasicString(), "");
1991 context->error($1.line, "", function->getReturnType().getBasicString(), "main function cannot return a value");

Completed in 127 milliseconds