Searched defs:num_attributes (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_display.c | 34 vlVaQueryDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int *num_attributes) in vlVaQueryDisplayAttributes() 48 vlVaGetDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int num_attributes) in vlVaGetDisplayAttributes() 57 vlVaSetDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int num_attributes) in vlVaSetDisplayAttributes()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugPubnames.cpp | 108 … const size_t num_attributes = die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes); in GeneratePubnames() local
|
D | SymbolFileDWARF.cpp | 1421 const size_t num_attributes = die->GetAttributes (this, in ParseTemplateDIE() local 1720 const size_t num_attributes = die->GetAttributes (this, in ParseChildMembers() local 2125 const size_t num_attributes = die->GetAttributes (this, in ParseChildMembers() local 4166 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, fixed_form_sizes, attributes); in ParseChildParameters() local 5693 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, NULL, attributes); in ParseType() local 5881 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, NULL, attributes); in ParseType() local 6258 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, NULL, attributes); in ParseType() local 6375 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, NULL, attributes); in ParseType() local 6844 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, NULL, attributes); in ParseType() local 6933 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, NULL, attributes); in ParseType() local [all …]
|
D | DWARFCompileUnit.cpp | 669 … const size_t num_attributes = die.GetAttributes(m_dwarf2Data, this, fixed_form_sizes, attributes); in Index() local
|
D | DWARFDebugInfoEntry.cpp | 1229 const uint32_t num_attributes = abbrevDecl->NumAttributes(); in GetAttributes() local
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 279 unsigned int num_attributes; in GetDrawableAttribute() local
|