/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/ |
H A D | FramebufferManagerVulkan.cpp | 305 …draw_->CopyFramebufferImage(src->fbo, 0, srcX1, srcY1, 0, dst->fbo, 0, dstX1, dstY1, 0, dstX2 - ds…
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Vulkan/ |
H A D | FramebufferManagerVulkan.cpp | 305 …draw_->CopyFramebufferImage(src->fbo, 0, srcX1, srcY1, 0, dst->fbo, 0, dstX1, dstY1, 0, dstX2 - ds… in BlitFramebuffer()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Vulkan/ |
H A D | FramebufferManagerVulkan.cpp | 305 …draw_->CopyFramebufferImage(src->fbo, 0, srcX1, srcY1, 0, dst->fbo, 0, dstX1, dstY1, 0, dstX2 - ds… in BlitFramebuffer()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/GLES/ |
H A D | FramebufferManagerGLES.cpp | 301 …draw_->CopyFramebufferImage(src->fbo, 0, srcX1, srcY1, 0, dst->fbo, 0, dstX1, dstY1, 0, dstX2 - ds… in BlitFramebuffer()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/GLES/ |
H A D | FramebufferManagerGLES.cpp | 301 …draw_->CopyFramebufferImage(src->fbo, 0, srcX1, srcY1, 0, dst->fbo, 0, dstX1, dstY1, 0, dstX2 - ds… in BlitFramebuffer()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/GLES/ |
H A D | FramebufferManagerGLES.cpp | 301 …draw_->CopyFramebufferImage(src->fbo, 0, srcX1, srcY1, 0, dst->fbo, 0, dstX1, dstY1, 0, dstX2 - ds… in BlitFramebuffer()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/D3D11/ |
H A D | FramebufferManagerD3D11.cpp | 283 …draw_->CopyFramebufferImage(src, 0, (int)srcX1, (int)srcY1, 0, dest, 0, (int)destX1, (int)destY1, … in SimpleBlit()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/D3D11/ |
H A D | FramebufferManagerD3D11.cpp | 283 …draw_->CopyFramebufferImage(src, 0, (int)srcX1, (int)srcY1, 0, dest, 0, (int)destX1, (int)destY1, … in SimpleBlit()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/D3D11/ |
H A D | FramebufferManagerD3D11.cpp | 283 …draw_->CopyFramebufferImage(src, 0, (int)srcX1, (int)srcY1, 0, dest, 0, (int)destX1, (int)destY1, … in SimpleBlit()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/ |
H A D | thin3d.h | 614 …virtual void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *d…
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/ |
H A D | thin3d.h | 614 …virtual void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *d…
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/ |
H A D | thin3d.h | 614 …virtual void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *d…
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/ |
H A D | thin3d_gl.cpp | 357 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … 1329 void OpenGLContext::CopyFramebufferImage(Framebuffer *fbsrc, int srcLevel, int srcX, int srcY, int …
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/ |
H A D | thin3d_gl.cpp | 357 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … 1329 void OpenGLContext::CopyFramebufferImage(Framebuffer *fbsrc, int srcLevel, int srcX, int srcY, int … in CopyFramebufferImage() function in Draw::OpenGLContext
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/ |
H A D | thin3d_gl.cpp | 357 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … 1329 void OpenGLContext::CopyFramebufferImage(Framebuffer *fbsrc, int srcLevel, int srcX, int srcY, int … in CopyFramebufferImage() function in Draw::OpenGLContext
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/Vulkan/ |
H A D | thin3d_vulkan.cpp | 391 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … 1529 void VKContext::CopyFramebufferImage(Framebuffer *srcfb, int level, int x, int y, int z, Framebuffe… in CopyFramebufferImage() function in Draw::VKContext
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/D3D11/ |
H A D | thin3d_d3d11.cpp | 71 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … 1398 void D3D11DrawContext::CopyFramebufferImage(Framebuffer *srcfb, int level, int x, int y, int z, Fra… in CopyFramebufferImage() function in Draw::D3D11DrawContext
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/ |
H A D | thin3d_vulkan.cpp | 391 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … 1529 void VKContext::CopyFramebufferImage(Framebuffer *srcfb, int level, int x, int y, int z, Framebuffe… in CopyFramebufferImage() function in Draw::VKContext
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/D3D11/ |
H A D | thin3d_d3d11.cpp | 71 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … 1398 void D3D11DrawContext::CopyFramebufferImage(Framebuffer *srcfb, int level, int x, int y, int z, Fra… in CopyFramebufferImage() function in Draw::D3D11DrawContext
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/D3D11/ |
H A D | thin3d_d3d11.cpp | 71 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … 1398 void D3D11DrawContext::CopyFramebufferImage(Framebuffer *srcfb, int level, int x, int y, int z, Fra… in CopyFramebufferImage() function in Draw::D3D11DrawContext
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/ |
H A D | thin3d_vulkan.cpp | 391 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … 1529 void VKContext::CopyFramebufferImage(Framebuffer *srcfb, int level, int x, int y, int z, Framebuffe… in CopyFramebufferImage() function in Draw::VKContext
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/ |
H A D | FramebufferManagerCommon.cpp | 480 …draw_->CopyFramebufferImage(src->fbo, 0, 0, 0, 0, dst->fbo, 0, 0, 0, 0, w, h, 1, Draw::FB_DEPTH_BI… in BlitFramebufferDepth() 649 …draw_->CopyFramebufferImage(vfb->fbo, 0, 0, 0, 0, temp, 0, 0, 0, 0, vfb->renderWidth, vfb->renderH… in ReinterpretFramebuffer()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/ |
H A D | FramebufferManagerCommon.cpp | 480 …draw_->CopyFramebufferImage(src->fbo, 0, 0, 0, 0, dst->fbo, 0, 0, 0, 0, w, h, 1, Draw::FB_DEPTH_BI… in BlitFramebufferDepth() 649 …draw_->CopyFramebufferImage(vfb->fbo, 0, 0, 0, 0, temp, 0, 0, 0, 0, vfb->renderWidth, vfb->renderH… in ReinterpretFramebuffer()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/ |
H A D | FramebufferManagerCommon.cpp | 480 …draw_->CopyFramebufferImage(src->fbo, 0, 0, 0, 0, dst->fbo, 0, 0, 0, 0, w, h, 1, Draw::FB_DEPTH_BI… in BlitFramebufferDepth() 649 …draw_->CopyFramebufferImage(vfb->fbo, 0, 0, 0, 0, temp, 0, 0, 0, 0, vfb->renderWidth, vfb->renderH… in ReinterpretFramebuffer()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/D3D9/ |
H A D | thin3d_d3d9.cpp | 512 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … in CopyFramebufferImage() function in Draw::D3D9Context
|