Home | History | Annotate | Download | only in photon

Lines Matching refs:hwcaps

409     PgHWCaps_t hwcaps;
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;
562 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
569 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
576 PgHWCaps_t hwcaps;
605 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
610 this->info.video_mem=hwcaps.currently_available_video_ram/1024;