Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleApp.cpp2221 static const char* gDeviceTypePrefix[] = { variable
2230 static_assert(SK_ARRAY_COUNT(gDeviceTypePrefix) == SampleWindow::kDeviceTypeCnt,
2253 title.prepend(gDeviceTypePrefix[fDeviceType]); in updateTitle()