HomeSort by relevance Sort by last modified time
    Searched refs:EnumToString (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_implementation_autogen.h 12 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_table[] =
    [all...]
gles2_cmd_utils.h 77 struct EnumToString {
168 const EnumToString* table, size_t count, uint32 value);
170 static const EnumToString* const enum_to_string_table_;
gles2_cmd_utils.cc 651 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/
network_ui_data.cc 43 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 634 milliseconds