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

  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.cpp 31 mPlaneAlpha = 1.0f;
44 if (planeAlpha != mPlaneAlpha) {
46 mPlaneAlpha = planeAlpha;
Description.h 39 GLclampf mPlaneAlpha;
Program.cpp 136 glUniform1f(mAlphaPlaneLoc, desc.mPlaneAlpha);
ProgramCache.cpp 126 (description.mPlaneAlpha < 1) ? Key::PLANE_ALPHA_LT_ONE : Key::PLANE_ALPHA_EQ_ONE)
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnRGBPlane.cpp 190 if (0 < mPlaneAlpha && mPlaneAlpha < 0xff) {
191 planeAlpha = mPlaneAlpha | 0x80000000;
335 if (0 < mPlaneAlpha && mPlaneAlpha < 0xff) {
336 planeAlpha = mPlaneAlpha | 0x80000000;
  /hardware/intel/img/hwcomposer/include/
DisplayPlane.h 143 uint8_t mPlaneAlpha;
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 36 mPlaneAlpha(0),
160 if (mPlaneAlpha != alpha) {
161 mPlaneAlpha = alpha;

Completed in 58 milliseconds