Searched refs:FrameResized (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/hgl/ |
H A D | GLView.cpp | 207 fRenderer->FrameResized(Bounds().IntegerWidth(), in AttachedToWindow() 249 BGLView::FrameResized(float width, float height) in FrameResized() function in BGLView 257 fRenderer->FrameResized(width, height); in FrameResized() 261 BView::FrameResized(width, height); in FrameResized() 528 BGLScreen::FrameResized(float width, float height) 530 return BWindowScreen::FrameResized(width, height);
|
H A D | GLRenderer.cpp | 80 BGLRenderer::FrameResized(float width, float height) in FrameResized() function in BGLRenderer
|
/third_party/mesa3d/include/HaikuGL/ |
H A D | GLView.h | 70 virtual void FrameResized(float newWidth, float newHeight); 152 virtual void FrameResized(float width, float height);
|
H A D | GLRenderer.h | 44 virtual void FrameResized(float width, float height);
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | SoftwareRenderer.h | 36 void FrameResized(float width, float height);
|
H A D | SoftwareRenderer.cpp | 309 SoftwareRenderer::FrameResized(float width, float height) in FrameResized() function in SoftwareRenderer
|
Completed in 3 milliseconds