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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 140 XSetWindowAttributes swa; local
150 swa.colormap = XCreateColormap(sDisplay,
156 swa.border_pixel = 0;
157 swa.event_mask = ExposureMask | StructureNotifyMask |
163 &swa);
  /external/skia/src/utils/unix/
SkOSWindow_Unix.cpp 47 XSetWindowAttributes swa; local
48 swa.colormap = colorMap;
49 swa.event_mask = EVENT_MASK;
52 InputOutput, fVi->visual, CWEventMask | CWColormap, &swa);
  /external/valgrind/main/coregrind/
m_sparsewa.c 43 //////// SWA data structures
90 //////// SWA helper functions (bitarray)
116 //////// SWA helper functions (iteration)
118 static void swa_PUSH ( SparseWA* swa, UWord partial_key, Int curr_ix,
121 Int sp = swa->isUsed;
125 swa->iterStack[sp].partial_key = partial_key;
126 swa->iterStack[sp].curr_ix = curr_ix;
127 swa->iterStack[sp].curr_nd = curr_nd;
128 swa->iterStack[sp].resume_point = resume_point;
129 swa->isUsed = sp+1
238 SparseWA* swa; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 1035 XSetWindowAttributes swa; local
1037 swa.background_pixel = 0;
1038 swa.border_pixel = 0;
1039 swa.colormap = SDL_XColorMap;
1044 | CWColormap, &swa);
    [all...]

Completed in 89 milliseconds