Home
last modified time | relevance | path

Searched refs:bufferName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DShadowTessellator.h107 static void checkOverflow(int used, int total, const char* bufferName);
DShadowTessellator.cpp274 void ShadowTessellator::checkOverflow(int used, int total, const char* bufferName) { in checkOverflow() argument
276 bufferName, used, total); in checkOverflow()