Home
last modified time | relevance | path

Searched defs:getWidth (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DGlWrapper.h51 unsigned getWidth() { return mWidth; }; in getWidth() function
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.h50 unsigned getWidth() { return mWidth; }; in getWidth() function
/hardware/google/gfxstream/host/
DDisplaySurface.cpp40 uint32_t DisplaySurface::getWidth() const { in getWidth() function in gfxstream::DisplaySurface
DColorBuffer.h65 uint32_t getWidth() const { return mWidth; } in getWidth() function
DFrameBuffer.h181 int getWidth() const { return m_framebufferWidth; } in getWidth() function
/hardware/google/gfxstream/host/testlibs/
DOSWindow.cpp262 int OSWindow::getWidth() const in getWidth() function in OSWindow
/hardware/google/av/media/eco/aidl/android/media/eco/
DIECOSession.aidl94 int getWidth(); in getWidth() method
/hardware/google/gfxstream/host/gl/
DColorBufferGl.h109 GLuint getWidth() const { return m_width; } in getWidth() function
DEmulatedEglWindowSurface.cpp92 GLuint EmulatedEglWindowSurface::getWidth() const { return mWidth; } in getWidth() function in gfxstream::gl::EmulatedEglWindowSurface
/hardware/interfaces/graphics/composer/aidl/libhwc_aidl_test/include/
DReadback.h147 uint32_t getWidth() const { return mWidth; } in getWidth() function
/hardware/google/av/media/eco/
DECOSession.cpp526 ScopedAStatus ECOSession::getWidth(int32_t* _aidl_return) { in getWidth() function in android::media::eco::ECOSession
/hardware/google/gfxstream/guest/egl/
Degl.cpp364 EGLint getWidth(){ return width; } in getWidth() function