Home
last modified time | relevance | path

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

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu-gles/
H A DgpuPlugin.c123 unsigned char * pGfxCardScreen=0; variable
528 if(pGfxCardScreen) free(pGfxCardScreen); // free helper memory in GPUclose()
529 pGfxCardScreen=0; in GPUclose()
1587 if(!pGfxCardScreen) in CheckVRamReadEx()
1590 pGfxCardScreen=(unsigned char *)malloc(iResX*iResY*4); in CheckVRamReadEx()
1593 ps=pGfxCardScreen; in CheckVRamReadEx()
1734 if(!pGfxCardScreen) in CheckVRamRead()
1737 pGfxCardScreen=(unsigned char *)malloc(iResX*iResY*4); in CheckVRamRead()
1740 ps=pGfxCardScreen; in CheckVRamRead()
2536 if(!pGfxCardScreen) in GPUgetScreenPic()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpu-gles/
H A DgpuPlugin.c123 unsigned char * pGfxCardScreen=0; variable
528 if(pGfxCardScreen) free(pGfxCardScreen); // free helper memory in GPUclose()
529 pGfxCardScreen=0; in GPUclose()
1587 if(!pGfxCardScreen) in CheckVRamReadEx()
1590 pGfxCardScreen=(unsigned char *)malloc(iResX*iResY*4); in CheckVRamReadEx()
1593 ps=pGfxCardScreen; in CheckVRamReadEx()
1734 if(!pGfxCardScreen) in CheckVRamRead()
1737 pGfxCardScreen=(unsigned char *)malloc(iResX*iResY*4); in CheckVRamRead()
1740 ps=pGfxCardScreen; in CheckVRamRead()
2536 if(!pGfxCardScreen) in GPUgetScreenPic()
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/peopsxgl/
H A Dgpu.c178 unsigned char * pGfxCardScreen=0; variable
1124 if(pGfxCardScreen) free(pGfxCardScreen); // free helper memory in GPUclose()
1125 pGfxCardScreen=0; in GPUclose()
1138 if(pGfxCardScreen) free(pGfxCardScreen); // free helper memory in GPUclose()
1139 pGfxCardScreen=0; in GPUclose()
2526 if(!pGfxCardScreen) in CheckVRamReadEx()
2532 ps=pGfxCardScreen; in CheckVRamReadEx()
2674 if(!pGfxCardScreen) in CheckVRamRead()
2680 ps=pGfxCardScreen; in CheckVRamRead()
3493 if(!pGfxCardScreen) in GPUgetScreenPic()
[all …]