HomeSort by: relevance | last modified time | path
    Searched defs:initialized (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /xsrc/external/mit/libXft/dist/src/
xftdbg.c 28 static int initialized; local
31 if (!initialized)
35 initialized = 1;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-timer.c 52 static int initialized; local
56 if (!initialized)
59 initialized = 1;
pixman-arm.c 247 static pixman_bool_t initialized; local
250 if (!initialized)
253 initialized = TRUE;
pixman-x86.c 159 static pixman_bool_t initialized; local
162 if (!initialized)
165 initialized = TRUE;
  /xsrc/external/mit/MesaLib/dist/src/glx/apple/
apple_cgl.c 46 static bool initialized = false; variable
69 if (initialized)
120 initialized = true;
apple_glx.c 43 static bool initialized = false; variable
49 if (!initialized) {
109 if (initialized)
123 initialized = true;
  /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
apple_cgl.c 46 static bool initialized = false; variable
69 if (initialized)
120 initialized = true;
apple_glx.c 43 static bool initialized = false; variable
49 if (!initialized) {
109 if (initialized)
123 initialized = true;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
remap.c 100 * The remap table needs to be initialized before calling the
106 static bool initialized = false; local
109 if (initialized)
111 initialized = true;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
remap.c 99 * The remap table needs to be initialized before calling the
105 static bool initialized = false; local
108 if (initialized)
110 initialized = true;
  /xsrc/external/mit/MesaLib.old/dist/src/util/
u_math.c 76 static boolean initialized = FALSE; local
77 if (!initialized) {
80 initialized = TRUE;
  /xsrc/external/mit/MesaLib/dist/src/egl/main/
egllog.c 65 EGLBoolean initialized; member in struct:__anon877
69 .initialized = EGL_FALSE,
110 if (logging.initialized)
124 logging.initialized = EGL_TRUE;
149 if (!logging.initialized)
  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_image.h 27 bool initialized; member in struct:vn_image_create_deferred_info
vn_instance.h 79 bool initialized; member in struct:vn_instance::__anon2907
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
egllog.c 65 EGLBoolean initialized; member in struct:__anon3466
69 .initialized = EGL_FALSE,
110 if (logging.initialized)
124 logging.initialized = EGL_TRUE;
149 if (!logging.initialized)
  /xsrc/external/mit/glu/dist/src/libtess/
priorityq-sort.h 102 int initialized; member in struct:PriorityQ
priorityq.h 102 int initialized; member in struct:PriorityQ
priorityq-heap.h 91 int initialized; member in struct:PriorityQ
  /xsrc/external/mit/MesaLib/dist/src/util/
u_math.c 63 static bool initialized = false; local
64 if (!initialized) {
66 initialized = true;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_device.h 85 bool initialized; member in struct:stw_device
  /xsrc/external/mit/libX11/dist/src/
StrKeysym.c 48 static Bool initialized; variable
55 if (!initialized)
68 initialized = True;
112 if (!initialized)
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_device.h 93 bool initialized; member in struct:stw_device
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
aub_write.h 69 bool initialized; member in struct:aub_hw_context
  /xsrc/external/mit/xorg-server/dist/miext/sync/
misyncstr.h 46 unsigned char initialized; /* FALSE if created but not initialized */ member in struct:_SyncObject
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxprop.c 85 static int initialized = 0; local
87 if (initialized++) return (unsigned char *)buf;

Completed in 21 milliseconds

1 2 3