Searched refs:AutoTextureRelease (Results 1 – 3 of 3) sorted by relevance
42 typedef std::unique_ptr<ASurfaceTexture, decltype(&ASurfaceTexture_release)> AutoTextureRelease; typedef74 void setSurfaceTexture(AutoTextureRelease&& consumer);151 AutoTextureRelease mSurfaceTexture;
55 void DeferredLayerUpdater::setSurfaceTexture(AutoTextureRelease&& consumer) { in setSurfaceTexture()
57 layer->setSurfaceTexture(AutoTextureRelease(surfaceTexture, &ASurfaceTexture_release)); in TextureLayer_setSurfaceTexture()