HomeSort by relevance Sort by last modified time
    Searched defs:boolStr (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
GpuBitmapCopyTest.cpp 22 static const char* boolStr(bool value) {
155 gConfigName[i], gConfigName[j], boolStr(expected),
156 boolStr(success));
165 gConfigName[i], gConfigName[j], boolStr(success),
166 boolStr(canSucceed));
BitmapCopyTest.cpp 12 static const char* boolStr(bool value) {
275 gConfigName[i], gConfigName[j], boolStr(expected),
276 boolStr(success));
284 gConfigName[i], gConfigName[j], boolStr(success),
285 boolStr(canSucceed));
BlitRowTest.cpp 15 static inline const char* boolStr(bool value) {

Completed in 396 milliseconds