Home
last modified time | relevance | path

Searched refs:GetGlSize (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/qt/
H A DYabauseSoftGL.cpp60 VIDCore->GetGlSize( &buf_width, &buf_height ); in grabFrameBuffer()
79 VIDCore->GetGlSize( &buf_width, &buf_height ); in paintEvent()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/gtk/
H A Dgtkglwidget.c50 VIDCore->GetGlSize( &buf_width, &buf_height ); in yui_gl_draw()
262 VIDCore->GetGlSize( &buf_width, &buf_height ); in yui_gl_dump_screen()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dvdp1.h87 void (*GetGlSize)(int *width, int *height); member
H A Dosdcore.c295 VIDCore->GetGlSize(&vidwidth, &vidheight); in OSDGlutDisplayMessage()
H A Dmemory.c1439 VIDCore->GetGlSize(&outputwidth, &outputheight); in YabSaveStateStream()
1717 VIDCore->GetGlSize(&curroutputwidth, &curroutputheight); in YabLoadStateStream()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/android/jni/
H A Dyui.c334 VIDCore->GetGlSize(&buf_width, &buf_height); in YuiSwapBuffers()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/
H A Dlibretro.c494 VIDCore->GetGlSize(&current_width, &current_height); in YuiSwapBuffers()