Home
last modified time | relevance | path

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

12

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/D3D11/
H A DFramebufferManagerD3D11.cpp278 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 DFramebufferManagerD3D11.cpp278 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 DFramebufferManagerD3D11.cpp278 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 DFramebufferManagerGLES.cpp358 draw_->GetFramebufferDimensions(nullptr, &w, &h); in GetOutputFramebuffer()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/GLES/
H A DFramebufferManagerGLES.cpp358 draw_->GetFramebufferDimensions(nullptr, &w, &h); in GetOutputFramebuffer()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/GLES/
H A DFramebufferManagerGLES.cpp358 draw_->GetFramebufferDimensions(nullptr, &w, &h); in GetOutputFramebuffer()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DPresentationCommon.cpp308 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 DPresentationCommon.cpp308 draw_->GetFramebufferDimensions(postShaderFramebuffers_.back(), &nextWidth, &nextHeight); in BuildPostShader()
671 draw_->GetFramebufferDimensions(postShaderFramebuffer, &nextWidth, &nextHeight); in CopyToOutput()
H A DFramebufferManagerCommon.cpp2138 draw_->GetFramebufferDimensions(nullptr, &w, &h); in GetOutputFramebuffer()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DPresentationCommon.cpp308 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 Dthin3d.h636 virtual void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) = 0;
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/
H A Dthin3d.h636 virtual void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) = 0;
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/
H A Dthin3d.h636 virtual void GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) = 0;
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/D3D9/
H A Dthin3d_d3d9.cpp526 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 Dthin3d_d3d9.cpp526 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 Dthin3d_d3d9.cpp526 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 Dthin3d_gl.cpp368 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 Dthin3d_gl.cpp368 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 Dthin3d_gl.cpp368 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 Dthin3d_vulkan.cpp405 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 Dthin3d_d3d11.cpp84 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 Dthin3d_vulkan.cpp405 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 Dthin3d_d3d11.cpp84 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 Dthin3d_d3d11.cpp84 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 Dthin3d_vulkan.cpp405 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

12