Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 25 of 128) sorted by relevance

123456

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGetBitmapActivity.java81 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
94 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
99 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
106 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
DCanvasTextureViewActivity.java50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
56 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
61 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
67 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
75 public RenderingThread(TextureView surface) { in RenderingThread()
DTextureViewActivity.java101 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
147 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
152 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
159 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
DGLTextureViewActivity.java91 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
111 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
115 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
126 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
147 RenderThread(Resources resources, SurfaceTexture surface) { in RenderThread()
/frameworks/base/graphics/java/android/renderscript/
DRSTextureView.java75 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
88 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
101 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
116 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
DRsYuv.java126 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
133 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
140 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
148 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
DCameraPreviewActivity.java138 public void onSurfaceTextureAvailable(SurfaceTexture surface, in onSurfaceTextureAvailable()
148 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
152 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
156 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
DSampleRSActivity.java52 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
55 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
61 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
68 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java66 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, in onSurfaceTextureAvailable()
73 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, in onSurfaceTextureSizeChanged()
79 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
87 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
192 public boolean createSurface(SurfaceTexture surface) { in createSurface()
343 public void setSurface(SurfaceTexture surface) { in setSurface()
/frameworks/av/camera/camera2/
DCaptureRequest.cpp73 sp<Surface> surface; in readFromParcel() local
105 sp<Surface> surface = mSurfaceList[i]; in writeToParcel() local
/frameworks/base/core/jni/
Dandroid_view_HardwareRenderer.cpp65 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); in android_view_HardwareRenderer_preserveBackBuffer() local
80 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); in android_view_HardwareRenderer_isBackBufferPreserved() local
109 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); in android_view_HardwareRenderer_beginFrame() local
Dandroid_view_Surface.cpp112 sp<Surface> surface(new Surface(bufferProducer, true)); in android_view_Surface_createFromIGraphicBufferProducer() local
147 sp<Surface> surface(new Surface(producer, true)); in nativeCreateFromSurfaceTexture() local
204 sp<Surface> surface(reinterpret_cast<Surface *>(nativeObject)); in nativeLockCanvas() local
272 sp<Surface> surface(reinterpret_cast<Surface *>(nativeObject)); in nativeUnlockCanvasAndPost() local
299 sp<Surface> surface(ctrl->getSurface()); in nativeCreateFromSurfaceControl() local
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DSurfaceAndTextureViews.java173 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
178 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
186 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
191 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DGLEnvironment.java102 public int registerSurface(Surface surface) { in registerSurface()
111 Surface surface = new Surface(surfaceTexture); in registerSurfaceTexture() local
171 private native int nativeAddSurface(Surface surface); in nativeAddSurface()
173 private native int nativeAddSurfaceWidthHeight(Surface surface, int width, int height); in nativeAddSurfaceWidthHeight()
/frameworks/native/cmds/flatland/
DGLHelper.cpp135 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent()
153 sp<GLConsumer>* glConsumer, EGLSurface* surface, in createSurfaceTexture()
169 void GLHelper::destroySurface(EGLSurface* surface) { in destroySurface()
179 bool GLHelper::swapBuffers(EGLSurface surface) { in swapBuffers()
203 sp<GLConsumer>* glConsumer, EGLSurface* surface) { in createNamedSurfaceTexture()
245 sp<SurfaceControl>* surfaceControl, EGLSurface* surface) { in createWindowSurface()
/frameworks/av/libvideoeditor/lvpp/
DPreviewRenderer.cpp30 const sp<Surface> &surface, size_t width, size_t height) { in CreatePreviewRenderer()
43 const sp<Surface> &surface, in PreviewRenderer()
/frameworks/base/core/java/android/view/
DTextureView.java785 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height); in onSurfaceTextureAvailable()
795 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height); in onSurfaceTextureSizeChanged()
805 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface); in onSurfaceTextureDestroyed()
813 public void onSurfaceTextureUpdated(SurfaceTexture surface); in onSurfaceTextureUpdated()
816 private native void nCreateNativeWindow(SurfaceTexture surface); in nCreateNativeWindow()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLSurfaceImpl.java28 public EGLSurfaceImpl(int surface) { in EGLSurfaceImpl()
/frameworks/native/services/surfaceflinger/tests/resize/
Dresize.cpp44 sp<Surface> surface = surfaceControl->getSurface(); in main() local
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp507 EGLSurface surface = cnx->egl.eglCreateWindowSurface( in eglCreateWindowSurface() local
531 EGLSurface surface = cnx->egl.eglCreatePixmapSurface( in eglCreatePixmapSurface() local
550 EGLSurface surface = cnx->egl.eglCreatePbufferSurface( in eglCreatePbufferSurface() local
561 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
580 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surface, in eglQuerySurface()
597 void EGLAPI eglBeginFrame(EGLDisplay dpy, EGLSurface surface) { in eglBeginFrame()
1103 EGLBoolean eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, in eglCopyBuffers()
1164 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib()
1184 EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
1204 EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
[all …]
Degl_object.h136 EGLSurface surface; variable
177 egl_surface_t* get_surface(EGLSurface surface) { in get_surface()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp200 int GLEnv::AddWindowSurface(const EGLSurface& surface, WindowHandle* window_handle) { in AddWindowSurface()
206 int GLEnv::AddSurface(const EGLSurface& surface) { in AddSurface()
213 const SurfaceWindowPair* surface = FindOrNull(surfaces_, surface_id); in SwitchToSurfaceId() local
/frameworks/base/opengl/java/android/opengl/
DEGL14.java254 EGLSurface surface; in eglCreateWindowSurface() local
292 EGLSurface surface in eglDestroySurface()
299 EGLSurface surface, in eglQuerySurface()
341 EGLSurface surface, in eglSurfaceAttrib()
350 EGLSurface surface, in eglBindTexImage()
358 EGLSurface surface, in eglReleaseTexImage()
436 EGLSurface surface in eglSwapBuffers()
443 EGLSurface surface, in eglCopyBuffers()
/frameworks/native/include/gui/
DSurfaceControl.h45 static bool isValid(const sp<SurfaceControl>& surface) { in isValid()
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp68 sp<Surface> surface = control->getSurface(); in getNativeWindow_() local

123456