Home
last modified time | relevance | path

Searched defs:hasLinearBlending (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DTexture.cpp246 SkBitmap Texture::uploadToN32(const SkBitmap& bitmap, bool hasLinearBlending, in uploadToN32()
266 bool Texture::hasUnsupportedColorType(const SkImageInfo& info, bool hasLinearBlending) { in hasUnsupportedColorType()
292 bool hasLinearBlending = mCaches.extensions().hasLinearBlending(); in upload() local
DExtensions.h46 inline bool hasLinearBlending() const { return hasSRGB() && mHasLinearBlending; } in hasLinearBlending() function
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp416 bool hasLinearBlending = caches.extensions().hasLinearBlending(); in allocateHardwareBitmap() local