Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.h138 bool executeG2D(int fence[], unsigned int num_fences, bool nonblocking);
Dacrylic_g2d.cpp1057 bool AcrylicCompositorG2D::executeG2D(int fence[], unsigned int num_fences, bool nonblocking) in executeG2D() function in AcrylicCompositorG2D
1208 if (!executeG2D(fence, num_fences, true)) { in execute()
1223 if (!executeG2D(NULL, 0, handle ? true : false)) { in execute()