Home | History | Annotate | Download | only in android

Lines Matching defs:SurfaceTexture

20 // android SurfaceTexture class.
21 class GL_EXPORT SurfaceTexture
22 : public base::RefCountedThreadSafe<SurfaceTexture>{
24 static scoped_refptr<SurfaceTexture> Create(int texture_id);
26 static scoped_refptr<SurfaceTexture> CreateSingleBuffered(int texture_id);
41 // This is *only* supported on SurfaceTexture instantiated via
52 // Attach the SurfaceTexture to the texture currently bound to
56 // Detaches the SurfaceTexture from the context that owns its current GL
69 // This should only be used to guard the SurfaceTexture instantiated via
76 explicit SurfaceTexture(
80 friend class base::RefCountedThreadSafe<SurfaceTexture>;
81 ~SurfaceTexture();
83 // Java SurfaceTexture instance.
86 DISALLOW_COPY_AND_ASSIGN(SurfaceTexture);