Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44874c23 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am c962512c: Merge "added stub for getting buffer from surface texture"

* commit 'c962512c':
  added stub for getting buffer from surface texture
parents ca97671e c962512c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ struct SurfaceTexture {
    void setSynchronousMode(bool) {}
    GLenum getCurrentTextureTarget() const { return 0; }
    void setBufferCount(int bufferCount) {}
    sp<GraphicBuffer> getCurrentBuffer() const { return NULL; }
};

static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)