Lines Matching refs:pTransition

285     OGLTransitionImpl* pTransition;  member in __anon15b211eb0111::OGLTransitionerImpl
710 if( pTransition && pTransition->mnRequiredGLVersion <= cnGLVersion ) in createWindow()
711 pTransition->prepare( GLleavingSlide, GLenteringSlide ); in createWindow()
908 if( pTransition && !cbBrokenTexturesATI && !useMipmap) { in createWindow()
1079 if (isDisposed() || pTransition->mnRequiredGLVersion > cnGLVersion) in createWindow()
1093 pTransition->mbUseMipMapLeaving, in createWindow()
1102 pTransition->mbUseMipMapEntering, in createWindow()
1129 if (isDisposed() || !cbGLXPresent || pTransition->mnRequiredGLVersion > cnGLVersion) in createWindow()
1142 if(pTransition) in createWindow()
1143 pTransition->display( nTime, GLleavingSlide, GLenteringSlide, in createWindow()
1282 if (pTransition) in createWindow()
1283 pTransition->finish(); in createWindow()
1296 if (pTransition) in createWindow()
1297 delete pTransition; in createWindow()
1318 pTransition(pOGLTransition) in createWindow()
1395 OGLTransitionImpl* pTransition = NULL; in createWindow() local
1398 pTransition = new OGLTransitionImpl(); in createWindow()
1402 pTransition->makeNByMTileFlip(8,6); in createWindow()
1405 pTransition->makeOutsideCubeFaceToLeft(); in createWindow()
1408 pTransition->makeRevolvingCircles(8,128); in createWindow()
1411 pTransition->makeHelix(20); in createWindow()
1414 pTransition->makeInsideCubeFaceToLeft(); in createWindow()
1417 pTransition->makeFallLeaving(); in createWindow()
1420 pTransition->makeTurnAround(); in createWindow()
1423 pTransition->makeTurnDown(); in createWindow()
1426 pTransition->makeIris(); in createWindow()
1429 pTransition->makeRochade(); in createWindow()
1432 pTransition->makeVenetianBlinds( true, 8 ); in createWindow()
1435 pTransition->makeVenetianBlinds( false, 6 ); in createWindow()
1438 pTransition->makeStatic(); in createWindow()
1441 pTransition->makeDissolve(); in createWindow()
1445 pTransition = new OGLTransitionImpl(); in createWindow()
1446 pTransition->makeFadeSmoothly(); in createWindow()
1448 pTransition = new OGLTransitionImpl(); in createWindow()
1449 pTransition->makeFadeThroughBlack(); in createWindow()
1451 pTransition = new OGLTransitionImpl(); in createWindow()
1452 pTransition->makeDiamond(); in createWindow()
1454 pTransition = new OGLTransitionImpl(); in createWindow()
1455 pTransition->makeNewsflash(); in createWindow()
1459 new OGLTransitionerImpl(pTransition) ); in createWindow()