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

  /frameworks/native/services/surfaceflinger/
LayerBase.cpp 50 mPremultipliedAlpha(true), mName("unnamed"), mDebug(false)
85 mPremultipliedAlpha = false;
303 hwcl->blending = mPremultipliedAlpha ?
378 GLenum src = mPremultipliedAlpha ? GL_ONE : GL_SRC_ALPHA;
381 if (mPremultipliedAlpha) {
LayerBase.h 282 bool mPremultipliedAlpha;

Completed in 58 milliseconds