Home
last modified time | relevance | path

Searched refs:appendComment (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrProgramDesc.cpp88 b->appendComment(geomProc.name()); in gen_geomproc_key()
101 b->appendComment(xp.name()); in gen_xp_key()
125 b->appendComment(fp.name()); in gen_fp_key()
145 b->appendComment("Null"); in gen_fp_key()
DGrGeometryProcessor.cpp38 b->appendComment("vertex attributes"); in getAttributeKey()
40 b->appendComment("instance attributes"); in getAttributeKey()
558 b->appendComment(attr.isInitialized() ? attr.name() : "unusedAttr"); in addToKey()
/external/skia/src/gpu/
DKeyBuilder.h58 virtual void appendComment(const char* comment) {} in appendComment() function
85 void appendComment(const char* comment) override { in appendComment() function
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDocumentImpl.java573 appendComment(m_char_current_start,length); in comment()
2114 void appendComment(int m_char_current_start,int contentLength) in appendComment() method in DTMDocumentImpl