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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
BaseTypes.h 50 inline const char* getBasicString(TBasicType t)
SymbolTable.cpp 80 infoSink.debug << getName().c_str() << ": " << type.getQualifierString() << " " << type.getPrecisionString() << " " << type.getBasicString();
89 infoSink.debug << getName().c_str() << ": " << returnType.getBasicString() << " " << getMangledName().c_str() << "\n";
Types.h 266 const char* getBasicString() const { return ::getBasicString(type); }
intermediate.h 256 const char* getBasicString() const { return type.getBasicString(); }
ParseHelper.cpp 624 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(), "");
    [all...]
ValidateLimitations.cpp 230 "Invalid type for loop index", getBasicString(type));
intermOut.cpp 51 stream << getBasicString();
OutputGLSL.cpp 36 out << type.getBasicString();
glslang.y 645 context->error($1.line, "cannot construct this type", getBasicString($1.type), "");
    [all...]

Completed in 68 milliseconds