Searched refs:createLayer (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DClient.cpp142 result = flinger->createLayer(name, client, w, h, format, flags,
H A DSurfaceFlinger.h282 status_t createLayer(const String8& name, const sp<Client>& client,
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.h557 bool createLayer(float left, float top, float right, float bottom,
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 57 milliseconds