Home
last modified time | relevance | path

Searched refs:outFences (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
Dgfxstream_vk_private.cpp35 std::vector<VkFence> outFences; in transformVkFenceList() local
39 outFences.push_back(gfxstream_fence->internal_object); in transformVkFenceList()
42 return outFences; in transformVkFenceList()
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.h87 hwc2_layer_t* outLayers, int32_t* outFences);
DExynosHWC.cpp498 uint32_t* outNumElements, hwc2_layer_t* outLayers, int32_t* outFences) in exynos_getReleaseFences() argument
505 return exynosDisplay->getReleaseFences(outNumElements, outLayers, outFences); in exynos_getReleaseFences()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h219 hwc2_layer_t* outLayers, int32_t* outFences);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h206 hwc2_layer_t* outLayers, int32_t* outFences);
DHWC2On1Adapter.cpp770 hwc2_layer_t* outLayers, int32_t* outFences) in getReleaseFences() argument
775 bool outputsNonNull = (outLayers != nullptr) && (outFences != nullptr); in getReleaseFences()
785 outFences[numWritten] = releaseFence->dup(); in getReleaseFences()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp725 hwc2_layer_t* outLayers, int32_t* outFences) { in getReleaseFences() argument
729 bool outputsNonNull = (outLayers != nullptr) && (outFences != nullptr); in getReleaseFences()
739 outFences[numWritten] = releaseFence->dup(); in getReleaseFences()
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h1803 hwc2_layer_t* outLayers, int32_t* outFences);
/hardware/libhardware/include/hardware/
Dhwcomposer2.h1803 hwc2_layer_t* outLayers, int32_t* outFences);
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h797 hwc2_layer_t* outLayers, int32_t* outFences);
DExynosDisplay.cpp3332 hwc2_layer_t* outLayers, int32_t* outFences) { in getReleaseFences() argument
3340 if (outLayers != NULL && outFences != NULL) { in getReleaseFences()
3348 outFences[deviceLayerNum] = mLayers[i]->mReleaseFence; in getReleaseFences()
3352 deviceLayerNum, outFences[deviceLayerNum]); in getReleaseFences()