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

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

Completed in 129 milliseconds