Home
last modified time | relevance | path

Searched refs:getHostHandle (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndCompositionTests.cpp37 .compositionResultColorBufferHandle = mGralloc->getHostHandle(resultAhb), in TEST_P()
41 .colorBufferHandle = mGralloc->getHostHandle(layer1Ahb), in TEST_P()
69 .colorBufferHandle = mGralloc->getHostHandle(layer2Ahb), in TEST_P()
113 .compositionResultColorBufferHandle = mGralloc->getHostHandle(resultAhb), in TEST_P()
117 .colorBufferHandle = mGralloc->getHostHandle(layer1Ahb), in TEST_P()
145 .colorBufferHandle = mGralloc->getHostHandle(layer2Ahb), in TEST_P()
/hardware/google/gfxstream/guest/android/
DGrallocGoldfish.cpp53 uint32_t GoldfishGralloc::getHostHandle(native_handle_t const* handle) { in getHostHandle() function in gfxstream::GoldfishGralloc
64 uint32_t GoldfishGralloc::getHostHandle(const AHardwareBuffer* ahb) { in getHostHandle() function in gfxstream::GoldfishGralloc
66 return getHostHandle(handle); in getHostHandle()
DGrallocGoldfish.h34 uint32_t getHostHandle(native_handle_t const* handle) override;
35 uint32_t getHostHandle(const AHardwareBuffer* handle) override;
DGrallocMinigbm.h34 uint32_t getHostHandle(native_handle_t const* handle) override;
35 uint32_t getHostHandle(const AHardwareBuffer* handle) override;
DGrallocEmulated.h82 uint32_t getHostHandle(const native_handle_t* handle) override;
83 uint32_t getHostHandle(const AHardwareBuffer* handle) override;
DGrallocMinigbm.cpp186 uint32_t MinigbmGralloc::getHostHandle(const native_handle_t* handle) { in getHostHandle() function in gfxstream::MinigbmGralloc
196 uint32_t MinigbmGralloc::getHostHandle(const AHardwareBuffer* ahb) { in getHostHandle() function in gfxstream::MinigbmGralloc
198 return getHostHandle(handle); in getHostHandle()
DANativeWindowAndroid.cpp211 int ANativeWindowHelperAndroid::getHostHandle(EGLClientBuffer buffer, Gralloc* gralloc) { in getHostHandle() function in gfxstream::ANativeWindowHelperAndroid
214 return gralloc->getHostHandle(anb->handle); in getHostHandle()
DANativeWindowAndroid.h54 int getHostHandle(EGLClientBuffer buffer, Gralloc* helper);
DGrallocEmulated.cpp304 uint32_t EmulatedGralloc::getHostHandle(const native_handle_t* handle) { in getHostHandle() function in gfxstream::EmulatedGralloc
309 uint32_t EmulatedGralloc::getHostHandle(const AHardwareBuffer* handle) { in getHostHandle() function in gfxstream::EmulatedGralloc
DANativeWindowEmulated.h89 int getHostHandle(EGLClientBuffer buffer, Gralloc*) override;
DANativeWindowEmulated.cpp172 int EmulatedANativeWindowHelper::getHostHandle(EGLClientBuffer buffer, Gralloc*) { in getHostHandle() function in gfxstream::EmulatedANativeWindowHelper
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/
DGralloc.h74 virtual uint32_t getHostHandle(const native_handle_t* handle) = 0;
75 virtual uint32_t getHostHandle(const AHardwareBuffer* handle) = 0;
DANativeWindow.h51 virtual int getHostHandle(EGLClientBuffer buffer, Gralloc* helper) = 0;
/hardware/google/gfxstream/guest/GLESv1/
Dgl.cpp81 const int hostHandle = anwHelper->getHostHandle(buffer, grallocHelper); in glEGLImageTargetTexture2DOES()
112 const int hostHandle = anwHelper->getHostHandle(buffer, grallocHelper); in glEGLImageTargetRenderbufferStorageOES()
/hardware/google/gfxstream/guest/GLESv2/
Dgl2.cpp85 const int hostHandle = anwHelper->getHostHandle(buffer, grallocHelper); in glEGLImageTargetTexture2DOES()
118 const int hostHandle = anwHelper->getHostHandle(buffer, grallocHelper); in glEGLImageTargetRenderbufferStorageOES()
/hardware/google/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp230 uint32_t colorBufferHandle = grallocHelper->getHostHandle(buffer); in getAndroidHardwareBufferPropertiesANDROID()
270 uint32_t colorBufferHandle = grallocHelper->getHostHandle(ahb); in importAndroidHardwareBuffer()
DResourceTracker.cpp3445 const uint32_t hostHandle = gralloc->getHostHandle(ahw); in on_vkAllocateMemory()
6072 *(uint32_t*)(outputNativeInfo->handle) = gralloc->getHostHandle(nativeHandle); in unwrap_VkNativeBufferANDROID()
/hardware/google/gfxstream/guest/egl/
Degl.cpp531 const int hostHandle = anwHelper->getHostHandle(buffer, grallocHelper); in init()
799 const int hostHandle = anwHelper->getHostHandle(buffer, grallocHelper); in swapBuffers()