Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/composer/
Dgl_layer_stitch.cpp38 GLLayerStitchImpl *layer_stitch = new GLLayerStitchImpl(secure); in GetInstance() local
39 if (layer_stitch == nullptr) { in GetInstance()
44 int status = layer_stitch->Init(); in GetInstance()
47 delete layer_stitch; in GetInstance()
53 return layer_stitch; in GetInstance()
57 GLLayerStitchImpl *layer_stitch = static_cast<GLLayerStitchImpl *>(intf); in Destroy() local
58 if (layer_stitch->Deinit() != 0) { in Destroy()
62 delete layer_stitch; in Destroy()