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

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 349 PgHWCaps_t hwcaps; local
389 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
396 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &desktop_mode) < 0)
SDL_ph_image.c 409 PgHWCaps_t hwcaps; local
412 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
417 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
420 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &vmode) < 0)
429 if (hwcaps.currently_available_video_ram!=0)
524 PgHWCaps_t hwcaps; local
562 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
569 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
576 PgHWCaps_t hwcaps; local
605 if (PgGetGraphicsHWCaps(&hwcaps) < 0
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_isel.c 84 UInt hwcaps; member in struct:__anon13497
    [all...]
host_amd64_isel.c 138 UInt hwcaps; member in struct:__anon13284
    [all...]
host_arm_isel.c 113 UInt hwcaps; member in struct:__anon13373
    [all...]
host_x86_isel.c 171 UInt hwcaps; member in struct:__anon13567
    [all...]
host_ppc_isel.c 268 UInt hwcaps; member in struct:__anon13454
    [all...]
host_x86_defs.h 491 carries the host's hwcaps so the assembler knows what to
494 UInt hwcaps; member in struct:__anon13526::__anon13527::__anon13545
642 extern X86Instr* X86Instr_MFence ( UInt hwcaps );
guest_ppc_toIR.c 13337 UInt hwcaps = archinfo->hwcaps; local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 132 /* Special value representing all available s390x hwcaps */
150 /* Get an ARM architecure level from HWCAPS */
166 UInt hwcaps; member in struct:__anon13586

Completed in 123 milliseconds