/hardware/google/gfxstream/guest/android/ |
D | ANativeWindowEmulated.cpp | 39 uint32_t EmulatedANativeWindow::getHeight() const { return mHeight; } in getHeight() function in gfxstream::EmulatedANativeWindow 127 int EmulatedANativeWindowHelper::getHeight(EGLNativeWindowType window) { in getHeight() function in gfxstream::EmulatedANativeWindowHelper 129 return anw->getHeight(); in getHeight() 137 int EmulatedANativeWindowHelper::getHeight(EGLClientBuffer buffer) { in getHeight() function in gfxstream::EmulatedANativeWindowHelper 139 return ahb->getHeight(); in getHeight()
|
D | ANativeWindowEmulated.h | 36 uint32_t getHeight() const; 76 int getHeight(EGLNativeWindowType window) override; 79 int getHeight(EGLClientBuffer buffer) override;
|
D | ANativeWindowAndroid.h | 41 int getHeight(EGLNativeWindowType window); 44 int getHeight(EGLClientBuffer buffer);
|
D | GrallocEmulated.h | 38 uint32_t getHeight() const; 93 uint32_t getHeight(const AHardwareBuffer* ahb) override;
|
D | GrallocEmulated.cpp | 150 uint32_t EmulatedAHardwareBuffer::getHeight() const { return mHeight; } in getHeight() function in gfxstream::EmulatedAHardwareBuffer 338 uint32_t EmulatedGralloc::getHeight(const AHardwareBuffer* handle) { in getHeight() function in gfxstream::EmulatedGralloc 340 return ahb->getHeight(); in getHeight()
|
D | ANativeWindowAndroid.cpp | 120 int ANativeWindowHelperAndroid::getHeight(EGLNativeWindowType window) { in getHeight() function in gfxstream::ANativeWindowHelperAndroid 140 int ANativeWindowHelperAndroid::getHeight(EGLClientBuffer buffer) { in getHeight() function in gfxstream::ANativeWindowHelperAndroid
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | RenderEngineVts.cpp | 87 mGraphicBuffer->getWidth(), mGraphicBuffer->getHeight(), in checkColorBuffer() 94 ASSERT_EQ(mGraphicBuffer->getHeight(), buffer->getHeight()); in checkColorBuffer() 114 mGraphicBuffer->getWidth(), mGraphicBuffer->getHeight(), in checkColorBuffer()
|
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/ |
D | ANativeWindow.h | 46 virtual int getHeight(EGLNativeWindowType window) = 0; 49 virtual int getHeight(EGLClientBuffer buffer) = 0;
|
/hardware/qcom/sm8150/display/gpu_tonemapper/ |
D | EGLImageBuffer.cpp | 51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer() 93 int EGLImageBuffer::getHeight() in getHeight() function in EGLImageBuffer
|
D | EGLImageBuffer.h | 39 int getHeight();
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | EGLImageBuffer.cpp | 51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer() 93 int EGLImageBuffer::getHeight() in getHeight() function in EGLImageBuffer
|
D | EGLImageBuffer.h | 39 int getHeight();
|
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | EGLImageBuffer.cpp | 51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer() 93 int EGLImageBuffer::getHeight() in getHeight() function in EGLImageBuffer
|
D | EGLImageBuffer.h | 39 int getHeight();
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | EGLImageBuffer.cpp | 51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer() 93 int EGLImageBuffer::getHeight() in getHeight() function in EGLImageBuffer
|
D | EGLImageBuffer.h | 39 int getHeight();
|
/hardware/qcom/sm7250/display/gpu_tonemapper/ |
D | EGLImageBuffer.cpp | 51 this->height = graphicBuffer->getHeight(); in EGLImageBuffer() 93 int EGLImageBuffer::getHeight() in getHeight() function in EGLImageBuffer
|
D | EGLImageBuffer.h | 39 int getHeight();
|
/hardware/google/gfxstream/host/gl/ |
D | EmulatedEglWindowSurface.cpp | 74 unsigned int cbHeight = mAttachedColorBuffer->getHeight(); in setColorBuffer() 93 GLuint EmulatedEglWindowSurface::getHeight() const { return mHeight; } in getHeight() function in gfxstream::gl::EmulatedEglWindowSurface 104 mAttachedColorBuffer->getHeight() != mHeight) { in flushColorBuffer()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_virtual.cpp | 106 mScalingHeight = getHeight(ohnd); in prepare() 229 if((getWidth(ohnd) != alW) || (getHeight(ohnd) != alH)) { in setMDPScalingMode() 236 getWidth(ohnd), getHeight(ohnd), scalingMode); in setMDPScalingMode()
|
/hardware/google/av/media/eco/aidl/android/media/eco/ |
D | IECOSession.aidl | 99 int getHeight(); in getHeight() method
|
/hardware/google/gfxstream/host/ |
D | DisplaySurface.h | 50 uint32_t getHeight() const;
|
/hardware/google/gfxstream/host/testlibs/ |
D | OSWindow.h | 31 int getHeight() const;
|
/hardware/google/graphics/common/libhwc2.1/libvrr/display/common/ |
D | CommonDisplayContextProvider.h | 58 virtual int getHeight(hwc2_config_t id) const = 0;
|
/hardware/google/graphics/common/libhwc2.1/libvrr/display/exynos/ |
D | ExynosDisplayContextProvider.h | 60 int getHeight(hwc2_config_t id) const final;
|