Home
last modified time | relevance | path

Searched refs:getSurface (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/
DIInputSurface.aidl37 android.view.Surface getSurface(); in getSurface() method
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/
DIInputSurface.aidl37 android.view.Surface getSurface(); in getSurface() method
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/
DIInputSurface.aidl44 Surface getSurface(); in getSurface() method
/hardware/google/gfxstream/host/vulkan/
DDisplaySurfaceVk.h34 VkSurfaceKHR getSurface() const { return mSurface; } in getSurface() function
DDisplayVk.cpp136 m_vk, m_vkPhysicalDevice, surfaceVk->getSurface(), m_swapChainQueueFamilyIndex)) { in recreateSwapchain()
143 m_vk, surfaceVk->getSurface(), m_vkPhysicalDevice, surface->getWidth(), in recreateSwapchain()
/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.h53 EGLSurface getSurface() const { return mSurface; } in getSurface() function
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglGlobalInfo.cpp164 SurfacePtr surfacePtr = dpy->getSurface(surface); in sweepDestroySurfaces()
DEglDisplay.h122 SurfacePtr getSurface(EGLSurface surface) const;
DEglImp.cpp240 SurfacePtr varName = dpy->getSurface(EGLSurface); \
870 SurfacePtr srfc = dpy->getSurface(surface); in eglDestroySurface()
1307 surface = dpy->getSurface(s); in eglGetCurrentSurface()
DEglDisplay.cpp355 SurfacePtr EglDisplay::getSurface(EGLSurface surface) const { in getSurface() function in EglDisplay
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp217 status = pWindowProxy->getSurface(displayId, &shimSurface); in initialize()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_shared.hpp704 const SharedHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR> & getSurface() const VULKAN_HPP_NOEXCEPT in getSurface() function in VULKAN_HPP_NAMESPACE::SharedHandle
Dvulkan_shared.hpp910 const SharedHandle<VULKAN_HPP_NAMESPACE::SurfaceKHR> & getSurface() const VULKAN_HPP_NOEXCEPT in getSurface() function in VULKAN_HPP_NAMESPACE::SharedHandle
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp1545 mPreviewSurface = mSurfaceControl->getSurface(); in createPreviewSurface()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3365 return displaySurfaceGl->getSurface(); in getWindowSurface()