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

  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES10RenderEngine.h 33 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, int alpha);
GLES10RenderEngine.cpp 30 void GLES10RenderEngine::setupLayerBlending(
GLES11RenderEngine.h 55 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, int alpha);
GLES20RenderEngine.h 70 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, int alpha);
RenderEngine.h 95 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, int alpha) = 0;
GLES11RenderEngine.cpp 116 void GLES11RenderEngine::setupLayerBlending(
GLES20RenderEngine.cpp 126 void GLES20RenderEngine::setupLayerBlending(
  /frameworks/native/services/surfaceflinger/
Layer.cpp 684 engine.setupLayerBlending(mPremultipliedAlpha, isOpaque(s), s.alpha);
    [all...]

Completed in 276 milliseconds