/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/D3D11/ |
H A D | FramebufferManagerD3D11.cpp | 278 draw_->GetFramebufferDimensions(src, &srcW, &srcH); in SimpleBlit() 279 draw_->GetFramebufferDimensions(dest, &destW, &destH); in SimpleBlit()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/D3D11/ |
H A D | FramebufferManagerD3D11.cpp | 278 draw_->GetFramebufferDimensions(src, &srcW, &srcH); in SimpleBlit() 279 draw_->GetFramebufferDimensions(dest, &destW, &destH); in SimpleBlit()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/D3D11/ |
H A D | FramebufferManagerD3D11.cpp | 278 draw_->GetFramebufferDimensions(src, &srcW, &srcH); in SimpleBlit() 279 draw_->GetFramebufferDimensions(dest, &destW, &destH); in SimpleBlit()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/GLES/ |
H A D | FramebufferManagerGLES.cpp | 358 draw_->GetFramebufferDimensions(nullptr, &w, &h); in GetOutputFramebuffer()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/GLES/ |
H A D | FramebufferManagerGLES.cpp | 358 draw_->GetFramebufferDimensions(nullptr, &w, &h); in GetOutputFramebuffer()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/GLES/ |
H A D | FramebufferManagerGLES.cpp | 358 draw_->GetFramebufferDimensions(nullptr, &w, &h); in GetOutputFramebuffer()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/ |
H A D | PresentationCommon.cpp | 308 draw_->GetFramebufferDimensions(postShaderFramebuffers_.back(), &nextWidth, &nextHeight); in BuildPostShader() 671 draw_->GetFramebufferDimensions(postShaderFramebuffer, &nextWidth, &nextHeight); in CopyToOutput()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/ |
H A D | PresentationCommon.cpp | 308 draw_->GetFramebufferDimensions(postShaderFramebuffers_.back(), &nextWidth, &nextHeight); in BuildPostShader() 671 draw_->GetFramebufferDimensions(postShaderFramebuffer, &nextWidth, &nextHeight); in CopyToOutput()
|
H A D | FramebufferManagerCommon.cpp | 2138 draw_->GetFramebufferDimensions(nullptr, &w, &h); in GetOutputFramebuffer()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/ |
H A D | PresentationCommon.cpp | 308 draw_->GetFramebufferDimensions(postShaderFramebuffers_.back(), &nextWidth, &nextHeight); in BuildPostShader() 671 draw_->GetFramebufferDimensions(postShaderFramebuffer, &nextWidth, &nextHeight); in CopyToOutput()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/ |
H A D | thin3d.h | 636 virtual void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) = 0;
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/ |
H A D | thin3d.h | 636 virtual void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) = 0;
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/ |
H A D | thin3d.h | 636 virtual void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) = 0;
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/D3D9/ |
H A D | thin3d_d3d9.cpp | 526 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1207 void D3D9Context::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::D3D9Context
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/D3D9/ |
H A D | thin3d_d3d9.cpp | 526 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1207 void D3D9Context::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::D3D9Context
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/D3D9/ |
H A D | thin3d_d3d9.cpp | 526 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1207 void D3D9Context::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::D3D9Context
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/ |
H A D | thin3d_gl.cpp | 368 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1380 void OpenGLContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) {
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/ |
H A D | thin3d_gl.cpp | 368 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1380 void OpenGLContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::OpenGLContext
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/ |
H A D | thin3d_gl.cpp | 368 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1380 void OpenGLContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::OpenGLContext
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/Vulkan/ |
H A D | thin3d_vulkan.cpp | 405 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1628 void VKContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::VKContext
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/D3D11/ |
H A D | thin3d_d3d11.cpp | 84 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1652 void D3D11DrawContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::D3D11DrawContext
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/ |
H A D | thin3d_vulkan.cpp | 405 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1628 void VKContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::VKContext
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/D3D11/ |
H A D | thin3d_d3d11.cpp | 84 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1652 void D3D11DrawContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::D3D11DrawContext
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/D3D11/ |
H A D | thin3d_d3d11.cpp | 84 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1652 void D3D11DrawContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::D3D11DrawContext
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/ |
H A D | thin3d_vulkan.cpp | 405 void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) override; 1628 void VKContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) { in GetFramebufferDimensions() function in Draw::VKContext
|