Searched defs:setupDrawBlending (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp935 setupDrawBlending(layer);
1134 setupDrawBlending(layer);
1313 setupDrawBlending(&clearPaint, true);
1669 void OpenGLRenderer::setupDrawBlending(const Layer* layer, bool swapSrcDst) { function in class:android::uirenderer::OpenGLRenderer
1680 void OpenGLRenderer::setupDrawBlending(const SkPaint* paint, bool blend, bool swapSrcDst) {
2129 setupDrawBlending(paint, true);
2348 setupDrawBlending(paint, isAA);
2652 setupDrawBlending(paint, true);
2932 setupDrawBlending(layer);
3061 setupDrawBlending(pain
[all...]

Completed in 59 milliseconds