Home
last modified time | relevance | path

Searched defs:ahb (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gfxstream/guest/OpenglSystemCommon/
DTestingAndroidWsi.cpp100 auto ahb = allocate(width, height, *drmFormat); in createColorBuffer() local
154 void TestingVirtGpuGralloc::acquire(AHardwareBuffer* ahb) { in acquire()
158 void TestingVirtGpuGralloc::release(AHardwareBuffer* ahb) { in release()
163 const auto* ahb = reinterpret_cast<const TestingAHardwareBuffer*>(handle); in getHostHandle() local
168 const auto* ahb = reinterpret_cast<const TestingAHardwareBuffer*>(handle); in getHostHandle() local
173 const auto* ahb = reinterpret_cast<const TestingAHardwareBuffer*>(handle); in getFormat() local
178 const auto* ahb = reinterpret_cast<const TestingAHardwareBuffer*>(handle); in getFormat() local
183 const auto* ahb = reinterpret_cast<const TestingAHardwareBuffer*>(handle); in getFormatDrmFourcc() local
231 auto ahb = reinterpret_cast<TestingAHardwareBuffer*>(buffer); in queueBuffer() local
251 auto ahb = reinterpret_cast<TestingAHardwareBuffer*>(buffer); in cancelBuffer() local
[all …]
DGrallocGoldfish.cpp47 void GoldfishGralloc::acquire(AHardwareBuffer* ahb) { in acquire()
51 void GoldfishGralloc::release(AHardwareBuffer* ahb) { in release()
59 uint32_t GoldfishGralloc::getHostHandle(const AHardwareBuffer* ahb) { in getHostHandle()
68 int GoldfishGralloc::getFormat(const AHardwareBuffer* ahb) { in getFormat()
77 size_t GoldfishGralloc::getAllocatedSize(const AHardwareBuffer* ahb) { in getAllocatedSize()
DGrallocMinigbm.cpp182 void MinigbmGralloc::acquire(AHardwareBuffer* ahb) { in acquire()
186 void MinigbmGralloc::release(AHardwareBuffer* ahb) { in release()
200 uint32_t MinigbmGralloc::getHostHandle(const AHardwareBuffer* ahb) { in getHostHandle()
209 int MinigbmGralloc::getFormat(const AHardwareBuffer* ahb) { in getFormat()
219 uint32_t MinigbmGralloc::getFormatDrmFourcc(const AHardwareBuffer* ahb) { in getFormatDrmFourcc()
233 size_t MinigbmGralloc::getAllocatedSize(const AHardwareBuffer* ahb) { in getAllocatedSize()
DTestingAndroidWsi.h110 TestingAHardwareBuffer* ahb; member
/external/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalAndroid.hpp35 AHardwareBuffer *ahb = nullptr; member
85 AHardwareBuffer *ahb = nullptr; member in AHardwareBufferExternalMemory
DVkImage.cpp333 AHardwareBuffer *ahb = nullptr; in prepareForExternalUseANDROID() local
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp240 auto ahb = info->buffer; in importAndroidHardwareBuffer() local
286 struct AHardwareBuffer* ahb = NULL; in createAndroidHardwareBuffer() local
/external/mesa3d/src/virtio/vulkan/
Dvn_android.c656 const struct AHardwareBuffer *ahb, in vn_android_get_ahb_format_properties()
835 AHardwareBuffer *ahb = NULL; in vn_android_ahb_allocate() local
868 AHardwareBuffer *ahb = NULL; in vn_android_get_drm_format_modifier_info() local
1045 AHardwareBuffer *ahb = vn_android_ahb_allocate(4096, 1, 1, format, usage); in vn_android_get_ahb_buffer_memory_type_bits() local
/external/angle/src/tests/gl_tests/
DImageTest.cpp1134 std::vector<uint8_t> ahb(ahbData, ahbData + planeData.bytesPerPixel); in verifyResultAHB() local
1187 std::vector<uint8_t> ahb(ahbData, ahbData + data[0].bytesPerPixel); in verifyResultAHB() local
3510 AHardwareBuffer *ahb; in TEST_P() local
3549 AHardwareBuffer *ahb; in TEST_P() local
3591 AHardwareBuffer *ahb; in TEST_P() local
3634 AHardwareBuffer *ahb; in TEST_P() local
3681 AHardwareBuffer *ahb; in TEST_P() local
3723 AHardwareBuffer *ahb; in TEST_P() local
3762 AHardwareBuffer *ahb; in TEST_P() local
3810 AHardwareBuffer *ahb; in TEST_P() local
[all …]
/external/mesa3d/src/vulkan/runtime/
Dvk_android.c214 struct AHardwareBuffer *ahb; in vk_alloc_ahardware_buffer() local
/external/skia/src/gpu/ganesh/
DGrAHardwareBufferImageGenerator.cpp96 AutoAHBRelease(AHardwareBuffer* ahb) : fAhb(ahb) {} in makeView()
/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp3141 AHardwareBuffer *ahb; in TEST_F() local
3334 AHardwareBuffer *ahb = nullptr; in TEST_F() local
3671 AHardwareBuffer *ahb = nullptr; in TEST_F() local
3863 AHardwareBuffer *ahb = nullptr; in TEST_F() local
3971 AHardwareBuffer *ahb = nullptr; in TEST_F() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawAhbTests.cpp331 pt::AndroidHardwareBufferPtr ahb = in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageCompressionControlTests.cpp231 pt::AndroidHardwareBufferPtr ahb = in checkAhbImageSupport() local
DvktApiExternalMemoryTests.cpp4678 vk::pt::AndroidHardwareBufferPtr ahb = in ValidateAHardwareBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp590 vk::pt::AndroidHardwareBufferPtr ahb(DE_NULL); in getMemoryNative() local