Searched refs:setDimensions (Results 1 – 11 of 11) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11.hpp | 77 virtual void setDimensions (int width, int height) = 0; 127 void setDimensions (int width, int height);
|
D | tcuLnxX11Xcb.hpp | 71 void setDimensions (int width, int height);
|
D | tcuLnxX11Xcb.cpp | 158 void XcbWindow::setDimensions (int width, int height) in setDimensions() function in tcu::lnx::x11::XcbWindow
|
D | tcuLnxX11.cpp | 263 void XlibWindow::setDimensions (int width, int height) in setDimensions() function in tcu::lnx::x11::XlibWindow
|
D | tcuLnxX11EglDisplayFactory.cpp | 170 m_window.setDimensions(size.x(), size.y()); in setSurfaceSize()
|
/third_party/vk-gl-cts/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 74 m_window->setDimensions((int)newSize.x(), (int)newSize.y()); in resize() 122 m_window->setDimensions((int)newSize.x(), (int)newSize.y()); in resize() 168 m_window->setDimensions((int)newSize.x(), (int)newSize.y()); in resize()
|
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.hpp | 95 void setDimensions (int width, int height);
|
D | tcuLnxWaylandEglDisplayFactory.cpp | 118 m_window.setDimensions(size.x(), size.y()); in setSurfaceSize()
|
D | tcuLnxWayland.cpp | 192 void Window::setDimensions (int width, int height) in setDimensions() function in tcu::lnx::wayland::Window
|
/third_party/flutter/skia/modules/skottie/src/effects/ |
D | GaussianBlurEffect.cpp | 98 blur_addapter->setDimensions(d); in attachGaussianBlurEffect()
|
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/ |
D | tensorrt_subgraph.cc | 184 …if (!profile_->setDimensions(in_tensor.Name().c_str(), nvinfer1::OptProfileSelector::kMIN, input_d… in SetTensorRTNetworkInput() 189 …if (!profile_->setDimensions(in_tensor.Name().c_str(), nvinfer1::OptProfileSelector::kOPT, input_d… in SetTensorRTNetworkInput() 195 …if (!profile_->setDimensions(in_tensor.Name().c_str(), nvinfer1::OptProfileSelector::kMAX, input_d… in SetTensorRTNetworkInput()
|