Home
last modified time | relevance | path

Searched refs:renderType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp343 switch (auto renderType = Properties::getRenderPipelineType()) { in pipelineToString() local
349 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in pipelineToString()
493 auto renderType = Properties::getRenderPipelineType(); in allocateHardwareBitmap() local
494 switch (renderType) { in allocateHardwareBitmap()
498 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in allocateHardwareBitmap()
H A DCanvasContext.cpp76 auto renderType = Properties::getRenderPipelineType(); in create() local
78 switch (renderType) { in create()
88 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in create()
96 auto renderType = Properties::getRenderPipelineType(); in invokeFunctor() local
97 switch (renderType) { in invokeFunctor()
105 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in invokeFunctor()