HomeSort by relevance Sort by last modified time
    Searched refs:num_objects (Results 1 - 25 of 29) sorted by null

1 2

  /external/vulkan-validation-layers/layers/
object_tracker.h 91 uint64_t num_objects[VK_DEBUG_REPORT_OBJECT_TYPE_RANGE_SIZE_EXT + 1]; member in struct:object_tracker::layer_data
117 : instance(nullptr), physical_device(nullptr), num_objects{}, num_total_objects(0), report_data(nullptr),
object_tracker.cpp 88 assert(device_data->num_objects[obj_index] > 0);
89 device_data->num_objects[obj_index]--;
93 queue->second->handle, device_data->num_total_objects, device_data->num_objects[obj_index]);
135 device_data->num_objects[object_type]++;
181 device_data->num_objects[object_type]++;
222 device_data->num_objects[object_type]++;
272 instance_data->num_objects[object_type]++;
289 assert(device_data->num_objects[pNode->object_type] > 0);
290 device_data->num_objects[pNode->object_type]--;
296 device_data->num_objects[pNode->object_type], object_name[pNode->object_type])
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testdraw2.c 21 #define NUM_OBJECTS 100
24 static int num_objects; variable
42 for (i = 0; i < num_objects * 4; ++i) {
85 for (i = 0; i < num_objects; ++i) {
137 for (i = 0; i < num_objects / 4; ++i) {
183 num_objects = NUM_OBJECTS;
219 num_objects = SDL_atoi(argv[i]);
testintersections.c 22 #define NUM_OBJECTS 100
25 static int num_objects; variable
43 for (i = 0; i < num_objects * 4; ++i) {
206 num_objects = NUM_OBJECTS;
242 num_objects = SDL_atoi(argv[i]);
  /system/extras/ioshark/
compile_ioshark_subr.c 32 static int num_objects = 0; variable
98 num_objects++;
105 return num_objects;
  /external/opencv/cvaux/src/
cv3dtracker.cpp 395 static const Cv3dTracker2dTrackedObject *find(const Cv3dTracker2dTrackedObject v[], int num_objects, int id)
397 for (int i = 0; i < num_objects; i++)
410 CV_IMPL int cv3dTrackerLocateObjects(int num_cameras, int num_objects,
412 const Cv3dTracker2dTrackedObject tracking_info[], // size is num_objects*num_cameras
413 Cv3dTrackerTrackedObject tracked_objects[]) // size is num_objects
425 for (int i = 0; i < num_objects; i++)
427 const Cv3dTracker2dTrackedObject *o = &tracking_info[c*num_objects+i];
450 const Cv3dTracker2dTrackedObject *o1 = find(&tracking_info[c1*num_objects],
451 num_objects, id);
463 const Cv3dTracker2dTrackedObject *o2 = find(&tracking_info[c2*num_objects],
    [all...]
  /art/runtime/gc/collector/
garbage_collector.h 47 explicit ObjectBytePair(uint64_t num_objects = 0, int64_t num_bytes = 0)
48 : objects(num_objects), bytes(num_bytes) {}
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.h 54 C2D_OBJECT *objects_list, uint32 num_objects );
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.h 54 C2D_OBJECT *objects_list, uint32 num_objects );
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.h 54 C2D_OBJECT *objects_list, uint32 num_objects );
  /art/runtime/
indirect_reference_table_test.cc 32 static void CheckDump(IndirectReferenceTable* irt, size_t num_objects, size_t num_unique)
36 if (num_objects == 0) {
38 } else if (num_objects == 1) {
42 num_objects, num_unique)),
44 << "\n Expected number of objects: " << num_objects
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 556 * than num_objects is drawn from the given list.
557 * If num_objects is 0, the whole list is drawn.
562 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
copybit_c2d.cpp 71 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 556 * than num_objects is drawn from the given list.
557 * If num_objects is 0, the whole list is drawn.
562 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
copybit_c2d.cpp 71 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 556 * than num_objects is drawn from the given list.
557 * If num_objects is 0, the whole list is drawn.
562 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
copybit_c2d.cpp 70 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 556 * than num_objects is drawn from the given list.
557 * If num_objects is 0, the whole list is drawn.
562 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
copybit_c2d.cpp 73 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 556 * than num_objects is drawn from the given list.
557 * If num_objects is 0, the whole list is drawn.
562 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 558 * than num_objects is drawn from the given list.
559 * If num_objects is 0, the whole list is drawn.
564 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
c2d2.h 558 * than num_objects is drawn from the given list.
559 * If num_objects is 0, the whole list is drawn.
564 C2D_OBJECT *objects_list, uint32 num_objects );
    [all...]
  /art/runtime/gc/space/
region_space.h 461 void RecordThreadLocalAllocations(size_t num_objects, size_t num_bytes) {
465 objects_allocated_.StoreRelaxed(num_objects);
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/v8/src/heap/
spaces.cc 3211 int num_objects = 0; local
    [all...]

Completed in 632 milliseconds

1 2