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

  /frameworks/base/libs/hwui/
Program.h 143 bool isShaderBitmapExternal;
199 isShaderBitmapExternal = false;
264 if (isShaderBitmapExternal) {
ProgramCache.cpp 651 || (description.hasBitmap && description.isShaderBitmapExternal)) {
703 if (description.isShaderBitmapExternal) {
    [all...]
SkiaShader.cpp 226 description->isShaderBitmapExternal = hwuiBitmap->isHardware();

Completed in 213 milliseconds