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

  /external/webrtc/webrtc/system_wrappers/include/
static_instance.h 39 static volatile long instance_count = 0; local
53 kAddRefNoCreate && instance_count == 0) {
59 instance_count++;
60 if (instance_count == 1) {
64 instance_count--;
65 if (instance_count == 0) {
91 kAddRefNoCreate && instance_count == 0) {
95 if (1 == InterlockedIncrement(&instance_count)) {
97 InterlockedDecrement(&instance_count);
104 InterlockedDecrement(&instance_count);
    [all...]
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 150 LONG instance_count = InterlockedIncrement(&instance_count_); local
266 if (instance_count == 1) {
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 534 unsigned instance_count; /**< number of instances */ member in struct:pipe_draw_info
554 * Only 'mode', 'start_instance', and 'instance_count' are taken into
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 739 info.instance_count = 1;
764 info.instance_count = 1;
773 unsigned instance_count,
791 info.instance_count = instance_count;
801 unsigned instance_count,
818 info.instance_count = instance_count;
843 info.instance_count = 1;
861 unsigned instance_count; member in struct:GalliumD3D11DeviceContext::__anon20038
895 unsigned instance_count; member in struct:GalliumD3D11DeviceContext::__anon20039
    [all...]

Completed in 107 milliseconds