/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndCompositionTests.cpp | 37 .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/ |
D | GrallocGoldfish.cpp | 53 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()
|
D | GrallocGoldfish.h | 34 uint32_t getHostHandle(native_handle_t const* handle) override; 35 uint32_t getHostHandle(const AHardwareBuffer* handle) override;
|
D | GrallocMinigbm.h | 34 uint32_t getHostHandle(native_handle_t const* handle) override; 35 uint32_t getHostHandle(const AHardwareBuffer* handle) override;
|
D | GrallocEmulated.h | 82 uint32_t getHostHandle(const native_handle_t* handle) override; 83 uint32_t getHostHandle(const AHardwareBuffer* handle) override;
|
D | GrallocMinigbm.cpp | 186 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()
|
D | ANativeWindowAndroid.cpp | 211 int ANativeWindowHelperAndroid::getHostHandle(EGLClientBuffer buffer, Gralloc* gralloc) { in getHostHandle() function in gfxstream::ANativeWindowHelperAndroid 214 return gralloc->getHostHandle(anb->handle); in getHostHandle()
|
D | ANativeWindowAndroid.h | 54 int getHostHandle(EGLClientBuffer buffer, Gralloc* helper);
|
D | GrallocEmulated.cpp | 304 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
|
D | ANativeWindowEmulated.h | 89 int getHostHandle(EGLClientBuffer buffer, Gralloc*) override;
|
D | ANativeWindowEmulated.cpp | 172 int EmulatedANativeWindowHelper::getHostHandle(EGLClientBuffer buffer, Gralloc*) { in getHostHandle() function in gfxstream::EmulatedANativeWindowHelper
|
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/ |
D | Gralloc.h | 74 virtual uint32_t getHostHandle(const native_handle_t* handle) = 0; 75 virtual uint32_t getHostHandle(const AHardwareBuffer* handle) = 0;
|
D | ANativeWindow.h | 51 virtual int getHostHandle(EGLClientBuffer buffer, Gralloc* helper) = 0;
|
/hardware/google/gfxstream/guest/GLESv1/ |
D | gl.cpp | 81 const int hostHandle = anwHelper->getHostHandle(buffer, grallocHelper); in glEGLImageTargetTexture2DOES() 112 const int hostHandle = anwHelper->getHostHandle(buffer, grallocHelper); in glEGLImageTargetRenderbufferStorageOES()
|
/hardware/google/gfxstream/guest/GLESv2/ |
D | gl2.cpp | 85 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/ |
D | AndroidHardwareBuffer.cpp | 230 uint32_t colorBufferHandle = grallocHelper->getHostHandle(buffer); in getAndroidHardwareBufferPropertiesANDROID() 270 uint32_t colorBufferHandle = grallocHelper->getHostHandle(ahb); in importAndroidHardwareBuffer()
|
D | ResourceTracker.cpp | 3445 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/ |
D | egl.cpp | 531 const int hostHandle = anwHelper->getHostHandle(buffer, grallocHelper); in init() 799 const int hostHandle = anwHelper->getHostHandle(buffer, grallocHelper); in swapBuffers()
|