Searched refs:GLLayerStitchImpl (Results 1 – 3 of 3) sorted by relevance
81 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
38 GLLayerStitchImpl *layer_stitch = new GLLayerStitchImpl(secure); in GetInstance()57 GLLayerStitchImpl *layer_stitch = static_cast<GLLayerStitchImpl *>(intf); in Destroy()
42 class GLLayerStitchImpl : public GLLayerStitch, public GLCommon {44 explicit GLLayerStitchImpl(bool secure);45 virtual ~GLLayerStitchImpl();