Searched defs:createLayer (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2134 status_t SurfaceFlinger::createLayer( function in class:android::SurfaceFlinger
2140 //ALOGD("createLayer for (%d x %d), name=%s", w, h, name.string());
2142 ALOGE("createLayer() failed, w or h is negative (w=%d, h=%d)",
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp99 // createLayer() for more information on the purpose of this array.
652 createLayer(left, top, right, bottom, paint, flags, convexMask);
780 bool OpenGLRenderer::createLayer(float left, float top, float right, float bottom, function in class:android::uirenderer::OpenGLRenderer
890 * Read the documentation of createLayer() before doing anything in this method.

Completed in 65 milliseconds