Searched refs:EnumToString (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils_implementation_autogen.h12 static const GLES2Util::EnumToString enum_to_string_table[] = {
676 const GLES2Util::EnumToString* const GLES2Util::enum_to_string_table_ =
682 static const EnumToString string_table[] = {
692 static const EnumToString string_table[] = {
702 static const EnumToString string_table[] = {
711 static const EnumToString string_table[] = {
720 static const EnumToString string_table[] = {
729 static const EnumToString string_table[] = {
739 static const EnumToString string_table[] = {
755 static const EnumToString string_tabl
[all...]
H A Dgles2_cmd_utils.h77 struct EnumToString { struct in class:gpu::gles2::GLES2Util
168 const EnumToString* table, size_t count, uint32 value);
170 static const EnumToString* const enum_to_string_table_;
H A Dgles2_cmd_utils.cc651 const EnumToString* entry = enum_to_string_table_;
652 const EnumToString* end = entry + enum_to_string_table_len_;
664 static EnumToString string_table[] = {
676 const EnumToString* table, size_t count, uint32 value) {
677 for (const EnumToString* end = table + count; table < end; ++table) {
/external/chromium_org/chromeos/network/
H A Dnetwork_ui_data.cc43 std::string EnumToString(const StringEnumEntry<Enum>(& table)[N],
118 std::string source_string = EnumToString(kONCSourceTable, onc_source_);
123 std::string type_string = EnumToString(kClientCertTable, certificate_type_);

Completed in 242 milliseconds