Home
last modified time | relevance | path

Searched refs:CopyFramebufferImage (Results 1 – 25 of 27) sorted by relevance

12

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/
H A DFramebufferManagerVulkan.cpp305 …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 DFramebufferManagerVulkan.cpp305 …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 DFramebufferManagerVulkan.cpp305 …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 DFramebufferManagerGLES.cpp301 …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 DFramebufferManagerGLES.cpp301 …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 DFramebufferManagerGLES.cpp301 …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 DFramebufferManagerD3D11.cpp283 …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 DFramebufferManagerD3D11.cpp283 …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 DFramebufferManagerD3D11.cpp283 …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 Dthin3d.h614 …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 Dthin3d.h614 …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 Dthin3d.h614 …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 Dthin3d_gl.cpp357 …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 Dthin3d_gl.cpp357 …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 Dthin3d_gl.cpp357 …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 Dthin3d_vulkan.cpp391 …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 Dthin3d_d3d11.cpp71 …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 Dthin3d_vulkan.cpp391 …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 Dthin3d_d3d11.cpp71 …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 Dthin3d_d3d11.cpp71 …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 Dthin3d_vulkan.cpp391 …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 DFramebufferManagerCommon.cpp480 …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 DFramebufferManagerCommon.cpp480 …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 DFramebufferManagerCommon.cpp480 …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 Dthin3d_d3d9.cpp512 …void CopyFramebufferImage(Framebuffer *src, int level, int x, int y, int z, Framebuffer *dst, int … in CopyFramebufferImage() function in Draw::D3D9Context

12