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

/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp197 Layer* LayerRenderer::createLayer(uint32_t width, uint32_t height, bool isOpaque) { function in class:android::uirenderer::LayerRenderer
H A DOpenGLRenderer.cpp89 // createLayer() for more information on the purpose of this array.
617 createLayer(left, top, right, bottom, alpha, mode, flags, previousFbo);
685 bool OpenGLRenderer::createLayer(float left, float top, float right, float bottom, function in class:android::uirenderer::OpenGLRenderer
828 * Read the documentation of createLayer() before doing anything in this method.
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1856 sp<ISurface> SurfaceFlinger::createLayer( function in class:android::SurfaceFlinger
1867 ALOGE("createLayer() failed, w or h is negative (w=%d, h=%d)",
1872 //ALOGD("createLayer for (%d x %d), name=%s", w, h, name.string());

Completed in 305 milliseconds