Home
last modified time | relevance | path

Searched refs:VBL (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/
DREADME.MiNT60 Timer (VBL vector, GNU pth library)
220 VBL timer driver:
/external/clang/tools/libclang/
DCXComment.cpp337 const VerbatimBlockLineComment *VBL = in clang_VerbatimBlockLineComment_getText() local
339 if (!VBL) in clang_VerbatimBlockLineComment_getText()
342 return cxstring::createRef(VBL->getText()); in clang_VerbatimBlockLineComment_getText()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.m769 other blitting while waiting on the VBL (and hence results in higher framerates).
1288 /* The VBL delay is based on code by Ian R Ollmann's RezLib <iano@cco.caltech.edu> */
1309 in the hopes that it will immediately run after the VBL delay
1341 /* Wait for the VBL to occur (estimated since we don't have a hardware interrupt) */
1344 /* The VBL delay is based on Ian Ollmann's RezLib <iano@cco.caltech.edu> */
1388 /* On error, skip VBL delay */