Searched refs:BACKENDS_STR (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/viewer/ |
D | Viewer.cpp | 68 # define BACKENDS_STR "\"sw\", \"gl\", and \"vk\"" macro 70 # define BACKENDS_STR "\"sw\", \"gl\", and \"mtl\"" macro 72 # define BACKENDS_STR "\"sw\" and \"gl\"" macro 75 static DEFINE_string2(backend, b, "sw", "Backend to use. Allowed values are " BACKENDS_STR ".");
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 67 # define BACKENDS_STR "\"sw\", \"gl\", and \"vk\"" macro 69 # define BACKENDS_STR "\"sw\" and \"gl\"" macro 72 static DEFINE_string2(backend, b, "sw", "Backend to use. Allowed values are " BACKENDS_STR ".");
|