Searched defs:optionKey (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 376 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color() 388 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api() 398 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type() 408 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int() 416 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool()
|
/external/skqp/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 372 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color() 384 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api() 394 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type() 404 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int() 412 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool()
|
/external/python/cpython2/Lib/plat-mac/Carbon/ |
D | Events.py | 48 optionKey = 1 << optionKeyBit variable
|