HomeSort by relevance Sort by last modified time
    Searched refs:strong_framebuffer (Results 1 - 2 of 2) sorted by null

  /external/drm_hwcomposer/
glworker.h 51 // If the strong_framebuffer is non-NULL, we are holding a strong reference
54 sp<GraphicBuffer> strong_framebuffer; member in struct:android::GLWorkerCompositor::CachedFramebuffer
glworker.cpp 696 fb.strong_framebuffer.clear();
705 : strong_framebuffer(gb),
713 if (strong_framebuffer.get() != NULL)
715 strong_framebuffer = weak_framebuffer.promote();
716 return strong_framebuffer.get() != NULL;

Completed in 602 milliseconds