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

  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 28 * <p>The image stream may come from either camera preview or video decode. A SurfaceTexture
32 * SurfaceTexture object rather than to the device's display. When {@link #updateTexImage} is
33 * called, the contents of the texture object specified when the SurfaceTexture was created are
58 * <p>SurfaceTexture objects may be created on any thread. {@link #updateTexImage} may only be
63 public class SurfaceTexture {
77 void onFrameAvailable(SurfaceTexture surfaceTexture);
92 * Construct a new SurfaceTexture to stream images to a given OpenGL texture.
96 public SurfaceTexture(int texName) {
101 * Construct a new SurfaceTexture to stream images to a given OpenGL texture
    [all...]
  /frameworks/native/include/gui/
SurfaceTexture.h 42 class SurfaceTexture : public virtual RefBase,
57 // SurfaceTexture constructs a new SurfaceTexture object. tex indicates the
67 // For legacy reasons, the SurfaceTexture is created in a state where it is
75 // A SurfaceTexture may be detached from one OpenGL ES context and then
78 // purely to allow a SurfaceTexture to be transferred from one consumer
81 SurfaceTexture(GLuint tex, bool allowSynchronousMode = true,
85 virtual ~SurfaceTexture();
110 // a SurfaceTexture to apply this transform we avoid performing an extra
132 // as the GraphicBuffers dequeued from this SurfaceTexture are referenced
    [all...]
  /frameworks/native/libs/gui/
SurfaceTexture.cpp 17 #define LOG_TAG "SurfaceTexture"
34 #include <gui/SurfaceTexture.h>
42 // This compile option makes SurfaceTexture use the EGL_KHR_fence_sync extension
52 // Macros for including the SurfaceTexture name in log messages
107 SurfaceTexture::SurfaceTexture(GLuint tex, bool allowSynchronousMode,
127 ST_LOGV("SurfaceTexture");
150 ST_LOGE("SurfaceTexture: error connecting to BufferQueue: %s (%d)",
158 SurfaceTexture::~SurfaceTexture() {
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 343 milliseconds