Searched defs:getLayer (Results 1 – 4 of 4) sorted by relevance
41 public int getLayer() { in getLayer() method in GLES20Layer
76 virtual sp<Layer> getLayer() const { return const_cast<Layer*>(this); } in getLayer() function
109 virtual sp<Layer> getLayer() const { return 0; } in getLayer() function
2499 sp<Layer> SurfaceFlinger::getLayer(const sp<ISurface>& sur) const in getLayer() function in android::SurfaceFlinger