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 53 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, int alpha);
GLES20RenderEngine.h 68 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, int alpha);
RenderEngine.h 88 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, int alpha) = 0;
GLES11RenderEngine.cpp 85 void GLES11RenderEngine::setupLayerBlending(
GLES20RenderEngine.cpp 92 void GLES20RenderEngine::setupLayerBlending(
  /frameworks/native/services/surfaceflinger/
Layer.cpp 599 engine.setupLayerBlending(mPremultipliedAlpha, isOpaque(), s.alpha);
    [all...]

Completed in 718 milliseconds