Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DGlWrapper.h52 unsigned getHeight() { return mHeight; }; in getHeight() function
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.h51 unsigned getHeight() { return mHeight; }; in getHeight() function
/hardware/google/gfxstream/host/
DDisplaySurface.cpp45 uint32_t DisplaySurface::getHeight() const { in getHeight() function in gfxstream::DisplaySurface
DColorBuffer.h66 uint32_t getHeight() const { return mHeight; } in getHeight() function
DFrameBuffer.h184 int getHeight() const { return m_framebufferHeight; } in getHeight() function
/hardware/google/gfxstream/host/testlibs/
DOSWindow.cpp267 int OSWindow::getHeight() const in getHeight() function in OSWindow
/hardware/google/av/media/eco/aidl/android/media/eco/
DIECOSession.aidl99 int getHeight(); in getHeight() method
/hardware/google/gfxstream/host/gl/
DColorBufferGl.h110 GLuint getHeight() const { return m_height; } in getHeight() function
DEmulatedEglWindowSurface.cpp93 GLuint EmulatedEglWindowSurface::getHeight() const { return mHeight; } in getHeight() function in gfxstream::gl::EmulatedEglWindowSurface
/hardware/interfaces/graphics/composer/aidl/libhwc_aidl_test/include/
DReadback.h149 uint32_t getHeight() const { return mHeight; } in getHeight() function
/hardware/google/av/media/eco/
DECOSession.cpp532 ScopedAStatus ECOSession::getHeight(int32_t* _aidl_return) { in getHeight() function in android::media::eco::ECOSession
/hardware/google/gfxstream/guest/egl/
Degl.cpp365 EGLint getHeight(){ return height; } in getHeight() function