HomeSort by relevance Sort by last modified time
    Searched refs:gl_flags (Results 1 - 8 of 8) sorted by null

  /ndk/sources/host-tools/make-3.81/glob/
glob.h 87 # define GLOB_MAGCHAR (1 << 8)/* Set in gl_flags if any metachars seen. */
125 int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */ member in struct:__anon43017
147 int gl_flags; member in struct:__anon43018
glob.c 597 pglob->gl_flags = ((pglob->gl_flags & ~GLOB_MARK)
843 pglob->gl_flags = flags;
984 pglob->gl_flags = flags;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
glob.h 57 # define GLOB_MAGCHAR (1 << 8)/* Set in gl_flags if any metachars seen. */
95 int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */ member in struct:__anon45775
124 int gl_flags; member in struct:__anon45776
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 57 # define GLOB_MAGCHAR (1 << 8)/* Set in gl_flags if any metachars seen. */
95 int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */ member in struct:__anon47511
124 int gl_flags; member in struct:__anon47512
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 504 Uint32 gl_flags = 0; local
507 gl_flags = BGL_RGB;
509 gl_flags |= BGL_DOUBLE;
511 gl_flags |= BGL_SINGLE;
513 gl_flags |= BGL_ALPHA;
515 gl_flags |= BGL_DEPTH;
517 gl_flags |= BGL_STENCIL;
522 gl_flags |= BGL_ACCUM;
525 if ( SDL_Win->CreateView(flags, gl_flags) < 0 ) {
SDL_BWin.h 106 virtual int CreateView(Uint32 flags, Uint32 gl_flags) {
116 gl_flags|BGL_DOUBLE);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 622 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
635 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
    [all...]
sanitizer_platform_limits_posix.cc     [all...]

Completed in 369 milliseconds