Searched refs:renderType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.cpp | 179 auto renderType = Properties::getRenderPipelineType(); in dumpGraphicsMemory() local 180 switch (renderType) { in dumpGraphicsMemory() 202 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in dumpGraphicsMemory() 212 auto renderType = Properties::getRenderPipelineType(); in readback() local 213 switch (renderType) { in readback() 224 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in readback() 348 auto renderType = Properties::getRenderPipelineType(); in allocateHardwareBitmap() local 349 switch (renderType) { in allocateHardwareBitmap() 357 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in allocateHardwareBitmap()
|
D | CanvasContext.cpp | 70 auto renderType = Properties::getRenderPipelineType(); in create() local 72 switch (renderType) { in create() 83 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in create() 90 auto renderType = Properties::getRenderPipelineType(); in destroyLayer() local 91 switch (renderType) { in destroyLayer() 100 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in destroyLayer() 107 auto renderType = Properties::getRenderPipelineType(); in invokeFunctor() local 108 switch (renderType) { in invokeFunctor() 119 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in invokeFunctor() 125 auto renderType = Properties::getRenderPipelineType(); in prepareToDraw() local [all …]
|
/frameworks/base/libs/hwui/ |
D | Properties.cpp | 220 auto renderType = getRenderPipelineType(); in isSkiaEnabled() local 221 return RenderPipelineType::SkiaGL == renderType || RenderPipelineType::SkiaVulkan == renderType; in isSkiaEnabled()
|
D | BakedOpDispatcher.cpp | 253 const ClipBase* renderClip, TextRenderType renderType) { in renderText() argument 292 bool forceFinish = (renderType == TextRenderType::Flush); in renderText() 320 TextRenderType renderType = in onMergedTextOps() local 322 renderText(renderer, op, state, clip, renderType); in onMergedTextOps()
|