Home
last modified time | relevance | path

Searched defs:renderView (Results 1 – 25 of 134) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/validation/
H A DTextureSubresourceTests.cpp52 void TestRenderPass(const wgpu::TextureView& renderView, in TestRenderPass()
137 wgpu::TextureView renderView = CreateTextureView(texture, 1, 0); in TEST_F() local
151 wgpu::TextureView renderView = CreateTextureView(texture, 0, 1); in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DTextureSubresourceTests.cpp89 void SampleAndDraw(const wgpu::TextureView& samplerView, const wgpu::TextureView& renderView) { in SampleAndDraw()
148 wgpu::TextureView renderView = CreateTextureView(texture, 1, 0); in TEST_P() local
174 wgpu::TextureView renderView = CreateTextureView(texture, 0, 1); in TEST_P() local
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/render/
H A DRenderController.h11 RenderView * renderView; variable
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWViewWidget.h168 std::unique_ptr<WWidget> renderView() { in renderView() function
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/Testing/Cpp/
H A DctkVTKThumbnailViewTest1.cpp59 ctkVTKRenderView renderView; in ctkVTKThumbnailViewTest1() local
H A DctkVTKRenderViewTest1.cpp61 ctkVTKRenderView renderView; in ctkVTKRenderViewTest1() local
H A DctkVTKRenderViewTest2.cpp71 ctkVTKRenderView renderView; in ctkVTKRenderViewTest2() local
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminOutstandingController.php194 public function renderView() function in AdminOutstandingControllerCore
H A DAdminDashboardController.php222 public function renderView() function in AdminDashboardControllerCore
H A DAdminPaymentController.php270 public function renderView() function in AdminPaymentControllerCore
H A DAdminSearchController.php339 public function renderView() function in AdminSearchControllerCore
H A DAdminInformationController.php99 public function renderView() function in AdminInformationControllerCore
/dports/www/bolt/bolt-2.2.24/vendor/silex/silex/src/Silex/Application/
H A DTwigTrait.php61 public function renderView($view, array $parameters = array()) function
/dports/devel/gitlist/gitlist/vendor/silex/silex/src/Silex/Application/
H A DTwigTrait.php61 public function renderView($view, array $parameters = array()) function
/dports/www/itop/web/lib/silex/vendor/silex/silex/src/Silex/Application/
H A DTwigTrait.php61 public function renderView($view, array $parameters = array()) function
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbhtmlblock/controllers/admin/
H A DAdminHTMLBlock.php169 public function renderView() function in AdminHTMLBlockController
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DSmokeParticles.cpp289 …mokeParticles::UpdateRenderEntity( renderEntity_s *renderEntity, const renderView_t *renderView ) { in UpdateRenderEntity()
415 bool idSmokeParticles::ModelCallback( renderEntity_s *renderEntity, const renderView_t *renderView in ModelCallback()
H A DEndLevel.cpp120 renderView_t renderView; in Draw() local
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DEndLevel.cpp120 renderView_t renderView; in Draw() local
H A DSmokeParticles.cpp307 …mokeParticles::UpdateRenderEntity( renderEntity_s *renderEntity, const renderView_t *renderView ) { in UpdateRenderEntity()
442 bool idSmokeParticles::ModelCallback( renderEntity_s *renderEntity, const renderView_t *renderView in ModelCallback()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/rhi/renderer/
H A Drenderqueue.cpp90 bool RenderQueue::queueRenderView(RenderView *renderView, uint submissionOrderIndex) in queueRenderView()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/renderer/
H A Drenderqueue.cpp90 bool RenderQueue::queueRenderView(RenderView *renderView, uint submissionOrderIndex) in queueRenderView()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/renderer/
H A Duser_resource_controller.cpp196 content::RenderView *renderView = renderFrame->GetRenderView(); in runScripts() local
346 void UserResourceController::renderViewCreated(content::RenderView *renderView) in renderViewCreated()
352 void UserResourceController::renderViewDestroyed(content::RenderView *renderView) in renderViewDestroyed()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/servlet/mvc/
H A DGrailsWebRequest.java60 private boolean renderView = true; field in GrailsWebRequest
215 public void setRenderView(boolean renderView) { in setRenderView()
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminSuppliersController.php363 public function renderView() function in AdminSuppliersControllerCore

123456