Searched refs:prop_count (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ppapi/cpp/private/ |
D | var_private.cc | 78 uint32_t prop_count = 0; in GetAllPropertyNames() local 80 var_, &prop_count, &props, OutException(exception).get()); in GetAllPropertyNames() 81 if (!prop_count) in GetAllPropertyNames() 83 properties->resize(prop_count); in GetAllPropertyNames() 84 for (uint32_t i = 0; i < prop_count; ++i) { in GetAllPropertyNames()
|
/external/chromium_org/gpu/config/ |
D | gpu_dx_diagnostics_win.cc | 32 DWORD prop_count; in RecurseDiagnosticTree() local 33 hr = container->GetNumberOfProps(&prop_count); in RecurseDiagnosticTree() 35 for (DWORD i = 0; i < prop_count; i++) { in RecurseDiagnosticTree()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 281 uint prop_count; in tgsi_parse_token() local 286 prop_count = prop->Property.NrTokens - 1; in tgsi_parse_token() 287 for (i = 0; i < prop_count; i++) { in tgsi_parse_token()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 281 uint prop_count; in tgsi_parse_token() local 286 prop_count = prop->Property.NrTokens - 1; in tgsi_parse_token() 287 for (i = 0; i < prop_count; i++) { in tgsi_parse_token()
|
/external/libmtp/src/ |
D | ptp-pack.c | 1044 uint32_t prop_count = dtoh32a(data); in ptp_unpack_OPL() local 1048 if (prop_count == 0) { in ptp_unpack_OPL() 1052 ptp_debug (params ,"Unpacking MTP OPL, size %d (prop_count %d)", len, prop_count); in ptp_unpack_OPL() 1055 props = malloc(prop_count * sizeof(MTPProperties)); in ptp_unpack_OPL() 1057 for (i = 0; i < prop_count; i++) { in ptp_unpack_OPL() 1059 ptp_debug (params ,"short MTP Object Property List at property %d (of %d)", i, prop_count); in ptp_unpack_OPL() 1083 qsort (props, prop_count, sizeof(MTPProperties),_compare_func); in ptp_unpack_OPL() 1085 return prop_count; in ptp_unpack_OPL()
|