HomeSort by relevance Sort by last modified time
    Searched defs:SurfaceTexture (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/gl/android/
surface_texture.h 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(
    [all...]
surface_texture.cc 29 scoped_refptr<SurfaceTexture> SurfaceTexture::Create(int texture_id) {
31 return new SurfaceTexture(
35 scoped_refptr<SurfaceTexture> SurfaceTexture::CreateSingleBuffered(
39 return new SurfaceTexture(
43 SurfaceTexture::SurfaceTexture(
48 SurfaceTexture::~SurfaceTexture() {
    [all...]
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 31 * {@link android.view.Surface} created from a SurfaceTexture can be used as an output
35 * when the SurfaceTexture was created are updated to contain the most recent image from the image
38 * <p>A SurfaceTexture may also be used in place of a SurfaceHolder when specifying the output
40 * frames from the image stream to be sent to the SurfaceTexture object rather than to the device's
64 * <p>SurfaceTexture objects may be created on any thread. {@link #updateTexImage} may only be
69 public class SurfaceTexture {
84 void onFrameAvailable(SurfaceTexture surfaceTexture);
88 * Exception thrown when a SurfaceTexture couldn't be created or resized.
104 * Construct a new SurfaceTexture to stream images to a given OpenGL texture
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 107 milliseconds