am c962512c: Merge "added stub for getting buffer from surface texture"
* commit 'c962512cac19e2bb1103c0c1a5f739d40d4d7740': added stub for getting buffer from surface texture
This commit is contained in:
commit
9f3a33a671
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user