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

  /frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp 26 #include <private/hwui/DrawGlInfo.h>
48 using uirenderer::DrawGlInfo;
51 return DrawGlInfo::kStatusDone;
57 case DrawGlInfo::kModeDraw: {
59 DrawGlInfo* gl_info = reinterpret_cast<DrawGlInfo*>(data);
76 case DrawGlInfo::kModeProcess:
79 case DrawGlInfo::kModeProcessNoContext:
82 case DrawGlInfo::kModeSync:
86 ALOGE("Unexpected DrawGLInfo type %d", what)
    [all...]
  /frameworks/base/include/private/hwui/
DrawGlInfo.h 27 struct DrawGlInfo {
84 }; // struct DrawGlInfo
  /frameworks/base/libs/hwui/renderstate/
RenderState.h 25 #include <private/hwui/DrawGlInfo.h>
62 void invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info);
RenderState.cpp 126 void RenderState::invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info) {
127 if (mode == DrawGlInfo::kModeProcessNoContext) {
  /frameworks/base/libs/hwui/
DisplayList.h 27 #include <private/hwui/DrawGlInfo.h>
LayerRenderer.cpp 28 #include <private/hwui/DrawGlInfo.h>
DisplayListCanvas.cpp 29 #include <private/hwui/DrawGlInfo.h>
RenderNode.cpp 317 (*mDisplayListData->functors[i])(DrawGlInfo::kModeSync, nullptr);
    [all...]
OpenGLRenderer.cpp 50 #include <private/hwui/DrawGlInfo.h>
284 DrawGlInfo info;
303 mRenderState.invokeFunctor(functor, DrawGlInfo::kModeDraw, &info);
    [all...]
DisplayListOp.h 39 #include <private/hwui/DrawGlInfo.h>
    [all...]
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 33 #include <private/hwui/DrawGlInfo.h>
307 DrawGlInfo::Mode mode = DrawGlInfo::kModeProcessNoContext;
309 mode = DrawGlInfo::kModeProcess;

Completed in 198 milliseconds