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

  /frameworks/native/services/surfaceflinger/
LayerBase.cpp 50 mPremultipliedAlpha(true), mName("unnamed"), mDebug(false)
73 mPremultipliedAlpha = false;
287 layer.setBlending(mPremultipliedAlpha ?
374 GLenum src = mPremultipliedAlpha ? GL_ONE : GL_SRC_ALPHA;
377 if (mPremultipliedAlpha) {
LayerBase.h 295 bool mPremultipliedAlpha;

Completed in 73 milliseconds