Home
last modified time | relevance | path

Searched refs:CreateOutputFence (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dgl_layer_stitch_impl.cpp162 CreateOutputFence(&temp_release_fence); in Blit()
171 CreateOutputFence(release_fence); in Blit()
Dgl_common.h69 virtual int CreateOutputFence(shared_ptr<Fence> *out_fence);
Dgl_color_convert_impl.cpp183 CreateOutputFence(release_fence); in Blit()
Dgl_common.cpp137 int GLCommon::CreateOutputFence(shared_ptr<Fence> *out_fence) { in CreateOutputFence() function in sdm::GLCommon