Home
last modified time | relevance | path

Searched refs:setDimensions (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11.hpp77 virtual void setDimensions (int width, int height) = 0;
127 void setDimensions (int width, int height);
DtcuLnxX11Xcb.hpp71 void setDimensions (int width, int height);
DtcuLnxX11Xcb.cpp158 void XcbWindow::setDimensions (int width, int height) in setDimensions() function in tcu::lnx::x11::XcbWindow
DtcuLnxX11.cpp263 void XlibWindow::setDimensions (int width, int height) in setDimensions() function in tcu::lnx::x11::XlibWindow
DtcuLnxX11EglDisplayFactory.cpp170 m_window.setDimensions(size.x(), size.y()); in setSurfaceSize()
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp74 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/
DtcuLnxWayland.hpp95 void setDimensions (int width, int height);
DtcuLnxWaylandEglDisplayFactory.cpp118 m_window.setDimensions(size.x(), size.y()); in setSurfaceSize()
DtcuLnxWayland.cpp192 void Window::setDimensions (int width, int height) in setDimensions() function in tcu::lnx::wayland::Window
/third_party/flutter/skia/modules/skottie/src/effects/
DGaussianBlurEffect.cpp98 blur_addapter->setDimensions(d); in attachGaussianBlurEffect()
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/
Dtensorrt_subgraph.cc184 …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()