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

  /frameworks/base/libs/hwui/
LayerRenderer.cpp 176 Layer* LayerRenderer::createLayer(uint32_t width, uint32_t height, bool isOpaque) {
OpenGLRenderer.cpp 85 // createLayer() for more information on the purpose of this array.
343 createLayer(mSnapshot, left, top, right, bottom, alpha, mode, flags, previousFbo);
411 bool OpenGLRenderer::createLayer(sp<Snapshot> snapshot, float left, float top,
568 * Read the documentation of createLayer() before doing anything in this method.
    [all...]

Completed in 22 milliseconds