Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 18 of 18) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DAlignedBuf.h70 void resize(size_t newSize) { in resize() function
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAlignedBuf.h73 void resize(size_t newSize) { in resize() function
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp32 void Obd2SensorStore::BitmaskInVector::resize(size_t numBits) { in resize() function in android::hardware::automotive::vehicle::V2_0::Obd2SensorStore::BitmaskInVector
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp42 void Obd2SensorStore::BitmaskInVector::resize(size_t numBits) { in resize() function in android::hardware::automotive::vehicle::fake::obd2frame::Obd2SensorStore::BitmaskInVector
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer.cpp83 bool histogram::Ringbuffer::resize(size_t ringbuffer_size) { in resize() function in histogram::Ringbuffer
/hardware/qcom/sm8150/display/libhistogram/
Dringbuffer.cpp72 bool histogram::Ringbuffer::resize(size_t ringbuffer_size) { in resize() function in histogram::Ringbuffer
/hardware/google/gfxstream/host/gl/
DEmulatedEglWindowSurface.cpp149 bool EmulatedEglWindowSurface::resize(unsigned int p_width, unsigned int p_height) in resize() function in gfxstream::gl::EmulatedEglWindowSurface
DTextureResize.cpp371 void TextureResize::resize(GLuint texture) { in resize() function in gfxstream::gl::TextureResize
/hardware/google/aemu/base/
DWin32UnicodeString.cpp107 void Win32UnicodeString::resize(size_t newSize) { in resize() function in android::base::Win32UnicodeString
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp335 bool X11Window::resize(int width, int height) in resize() function in X11Window
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp439 bool QNXWindow::resize(int width, int height) { in resize() function in QNXWindow
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp770 bool Win32Window::resize(int width, int height) in resize() function in Win32Window
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm666 bool OSXWindow::resize(int width, int height) function
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DSmallVector.h147 void resize(size_type newSize) { resize_impl<true>(newSize); } in resize() function
/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h147 void resize(size_type newSize) { resize_impl<true>(newSize); } in resize() function
/hardware/google/camera/common/hal/utils/
Dhal_camera_metadata.cc133 bool resize = false; in ResizeIfNeeded() local
/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.c160 resize(void *ptr, size_t size) in resize() function
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.hpp561 void resize( ::size_t n ) in resize() function in cl::string
860 void resize(unsigned int newSize, T fill = T()) in resize() function in cl::vector