Searched refs:hasUnsupportedColorType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DTexture.h53 static bool hasUnsupportedColorType(const SkImageInfo& info, bool hasLinearBlending);
H A DTexture.cpp266 bool Texture::hasUnsupportedColorType(const SkImageInfo& info, bool hasLinearBlending) { function in class:android::uirenderer::Texture
352 if (CC_UNLIKELY(hasUnsupportedColorType(bitmap.info(), hasLinearBlending))) {
/frameworks/base/libs/hwui/renderthread/
H A DOpenGLPipeline.cpp437 uirenderer::Texture::hasUnsupportedColorType(skBitmap.info(), hasLinearBlending))) {

Completed in 51 milliseconds