Searched refs:fbc (Results 1 – 6 of 6) sorted by relevance
/external/kernel-headers/original/linux/ |
D | percpu_counter.h | 29 static inline void percpu_counter_init(struct percpu_counter *fbc, s64 amount) in percpu_counter_init() argument 31 spin_lock_init(&fbc->lock); in percpu_counter_init() 32 fbc->count = amount; in percpu_counter_init() 33 fbc->counters = alloc_percpu(s32); in percpu_counter_init() 36 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() argument 38 free_percpu(fbc->counters); in percpu_counter_destroy() 41 void percpu_counter_mod(struct percpu_counter *fbc, s32 amount); 42 s64 percpu_counter_sum(struct percpu_counter *fbc); 44 static inline s64 percpu_counter_read(struct percpu_counter *fbc) in percpu_counter_read() argument 46 return fbc->count; in percpu_counter_read() [all …]
|
/external/skia/src/gpu/unix/ |
D | SkNativeGLContext_unix.cpp | 96 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in createGLContext() local 98 if (!fbc) { in createGLContext() 111 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, fbc[i]); in createGLContext() 114 glXGetFBConfigAttrib(fDisplay, fbc[i], GLX_SAMPLE_BUFFERS, &samp_buf); in createGLContext() 115 glXGetFBConfigAttrib(fDisplay, fbc[i], GLX_SAMPLES, &samples); in createGLContext() 129 GLXFBConfig bestFbc = fbc[best_fbc]; in createGLContext() 132 XFree(fbc); in createGLContext()
|
/external/qemu/hw/ |
D | goldfish_fb.c | 184 const FbConfig* fbc = &fb_configs[nn]; in goldfish_fb_get_pixel_format() local 185 if (pf->bits_per_pixel == fbc->bits && in goldfish_fb_get_pixel_format() 186 pf->bytes_per_pixel == fbc->bytes && in goldfish_fb_get_pixel_format() 187 pf->rmask == fbc->rmask && in goldfish_fb_get_pixel_format() 188 pf->gmask == fbc->gmask && in goldfish_fb_get_pixel_format() 189 pf->bmask == fbc->bmask && in goldfish_fb_get_pixel_format() 190 pf->amask == fbc->amask) { in goldfish_fb_get_pixel_format() 192 s->pixel_format = fbc->pixel_format; in goldfish_fb_get_pixel_format()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kpdf_mgc.pkb | 4316 �i �'n��fbc+O4D�x�Ote�I7Z]`uU��,; +G+6*7M�QfRF{OK @"#(#3780���-�*…
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 |
|