Home
last modified time | relevance | path

Searched defs:optionKey (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp376 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/
DSkCommonFlagsConfig.cpp372 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/
DEvents.py48 optionKey = 1 << optionKeyBit variable