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

  /frameworks/native/services/surfaceflinger/
Client.cpp 142 result = flinger->createLayer(name, client, w, h, format, flags,
SurfaceFlinger.h 284 status_t createLayer(const String8& name, const sp<Client>& client,
SurfaceFlinger.cpp     [all...]
  /external/skia/src/gpu/
GrLayerCache.cpp 124 GrCachedLayer* GrLayerCache::createLayer(uint32_t pictureID,
158 layer = this->createLayer(pictureID, start, stop,
GrLayerCache.h 381 GrCachedLayer* createLayer(uint32_t pictureID, int start, int stop,
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 403 final ChildDrawable childDrawable = createLayer(dr);
420 private ChildDrawable createLayer(Drawable dr) {
434 final ChildDrawable layer = createLayer(dr);
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 615 bool createLayer(float left, float top, float right, float bottom,
    [all...]
OpenGLRenderer.cpp 530 createLayer(left, top, right, bottom, paint, flags, convexMask);
658 bool OpenGLRenderer::createLayer(float left, float top, float right, float bottom,
771 * Read the documentation of createLayer() before doing anything in this method.
    [all...]

Completed in 363 milliseconds