OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBasicString
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
BaseTypes.h
53
inline const char*
getBasicString
(TBasicType t)
SymbolTable.cpp
132
infoSink.debug << getName().c_str() << ": " << type.getQualifierString() << " " << type.getPrecisionString() << " " << type.
getBasicString
();
141
infoSink.debug << getName().c_str() << ": " << returnType.
getBasicString
() << " " << getMangledName().c_str() << "\n";
Types.h
209
const char*
getBasicString
() const { return ::
getBasicString
(type); }
intermediate.h
270
const char*
getBasicString
() const { return type.
getBasicString
(); }
ParseContext.cpp
614
error(line, reason,
getBasicString
(pType.type), "(structure contains a sampler)");
621
error(line, reason,
getBasicString
(pType.type));
648
error(line, "samplers cannot be output parameters", type.
getBasicString
());
[
all
...]
intermOut.cpp
51
stream <<
getBasicString
();
ValidateLimitations.cpp
274
"Invalid type for loop index",
getBasicString
(type));
glslang.y
584
context->error(@1, "cannot construct this type",
getBasicString
($1.type));
[
all
...]
OutputGLSLBase.cpp
761
out << type.
getBasicString
();
glslang_tab.cpp
[
all
...]
Completed in 37 milliseconds