Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/composer/
Dgl_layer_stitch_impl.cpp81 int GLLayerStitchImpl::CreateContext(bool secure) { in CreateContext()
142 int GLLayerStitchImpl::Blit(const std::vector<StitchParams> &stitch_params, in Blit()
180 int GLLayerStitchImpl::NeedsGLScissor(const std::vector<StitchParams> &stitch_params) { in NeedsGLScissor()
190 int GLLayerStitchImpl::Init() { in Init()
194 int GLLayerStitchImpl::Deinit() { in Deinit()
201 void GLLayerStitchImpl::ClearWithTransparency(const GLRect &scissor_rect) { in ClearWithTransparency()
217 void GLLayerStitchImpl::InitContext() { in InitContext()
229 GLLayerStitchImpl::~GLLayerStitchImpl() {} in ~GLLayerStitchImpl()
231 GLLayerStitchImpl::GLLayerStitchImpl(bool secure) { in GLLayerStitchImpl() function in sdm::GLLayerStitchImpl
Dgl_layer_stitch.cpp38 GLLayerStitchImpl *layer_stitch = new GLLayerStitchImpl(secure); in GetInstance()
57 GLLayerStitchImpl *layer_stitch = static_cast<GLLayerStitchImpl *>(intf); in Destroy()
Dgl_layer_stitch_impl.h42 class GLLayerStitchImpl : public GLLayerStitch, public GLCommon {
44 explicit GLLayerStitchImpl(bool secure);
45 virtual ~GLLayerStitchImpl();