Home
last modified time | relevance | path

Searched refs:executeG2D (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_g2d.h133 bool executeG2D(int fence[], unsigned int num_fences, bool nonblocking);
H A Dacrylic_g2d.cpp1022 bool AcrylicCompositorG2D::executeG2D(int fence[], unsigned int num_fences, bool nonblocking) in executeG2D() function in AcrylicCompositorG2D
1171 if (!executeG2D(fence, num_fences, true)) { in execute()
1186 if (!executeG2D(NULL, 0, handle ? true : false)) { in execute()