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

  /external/chromium_org/gpu/config/
gpu_dx_diagnostics_win.cc 32 DWORD prop_count; local
33 hr = container->GetNumberOfProps(&prop_count);
35 for (DWORD i = 0; i < prop_count; i++) {
  /external/chromium_org/ppapi/cpp/private/
var_private.cc 78 uint32_t prop_count = 0; local
80 var_, &prop_count, &props, OutException(exception).get());
81 if (!prop_count)
83 properties->resize(prop_count);
84 for (uint32_t i = 0; i < prop_count; ++i) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.c 281 uint prop_count; local
286 prop_count = prop->Property.NrTokens - 1;
287 for (i = 0; i < prop_count; i++) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 281 uint prop_count; local
286 prop_count = prop->Property.NrTokens - 1;
287 for (i = 0; i < prop_count; i++) {
  /external/libmtp/src/
ptp-pack.c 1044 uint32_t prop_count = dtoh32a(data); local
1048 if (prop_count == 0) {
1052 ptp_debug (params ,"Unpacking MTP OPL, size %d (prop_count %d)", len, prop_count);
1055 props = malloc(prop_count * sizeof(MTPProperties));
1057 for (i = 0; i < prop_count; i++) {
1059 ptp_debug (params ,"short MTP Object Property List at property %d (of %d)", i, prop_count);
1083 qsort (props, prop_count, sizeof(MTPProperties),_compare_func);
1085 return prop_count;
    [all...]
  /external/chromium_org/chrome_frame/test/
ie_event_sink.cc 756 const int prop_count = arraysize(properties); local
757 DISPID ids[prop_count] = {0};
760 prop_count, LOCALE_SYSTEM_DEFAULT, ids);

Completed in 364 milliseconds