Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_Surface.cpp90 sp<Surface> sur; in android_view_Surface_getSurface() local
225 static inline bool isSurfaceValid(const sp<Surface>& sur) { in isSurfaceValid()
251 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeRelease() local
256 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeIsValid() local
261 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeIsConsumerRunningBehind() local
421 sp<Surface> sur; in nativeReadFromParcel() local
Dcom_google_android_gles_jni_EGLImpl.cpp169 EGLContext sur = getSurface(_env, surface); in jni_eglQuerySurface() local
252 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); in jni_eglCreatePbufferSurface() local
300 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base); in jni_eglCreatePixmapSurface() local
334 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurface() local
362 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurfaceTexture() local
449 EGLSurface sur = getSurface(_env, surface); in jni_eglDestroySurface() local
494 EGLSurface sur = getSurface(_env, surface); in jni_eglSwapBuffers() local
Dandroid_opengl_EGLExt.cpp137 (JNIEnv *_env, jobject _this, jobject dpy, jobject sur, jlong time) { in android_eglPresentationTimeANDROID()
Dandroid_view_SurfaceControl.cpp342 sp<Surface> sur(reinterpret_cast<Surface *>(nativeSurfaceObject)); in nativeSetDisplaySurface() local
/frameworks/support/v8/renderscript/jni/
Dandroid_rscompat_usage_io.cpp9 …urface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable … in AllocationSetSurface()
Dandroid_renderscript_RenderScript.cpp1039 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()
/frameworks/base/opengl/java/android/opengl/
DEGLExt.java41 EGLSurface sur, in eglPresentationTimeANDROID()
DEGL14.java250 Surface sur = null; in eglCreateWindowSurface() local
/frameworks/base/rs/java/android/renderscript/
DRenderScriptGL.java205 public void setSurface(SurfaceHolder sur, int w, int h) { in setSurface()
224 public void setSurfaceTexture(SurfaceTexture sur, int w, int h) { in setSurfaceTexture()
DRenderScript.java234 native void rsnContextSetSurface(long con, int w, int h, Surface sur); in rsnContextSetSurface()
235 synchronized void nContextSetSurface(int w, int h, Surface sur) { in nContextSetSurface()
239 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); in rsnContextSetSurfaceTexture()
240 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) { in nContextSetSurfaceTexture()
480 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
481 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
DAllocation.java2078 public void setSurface(Surface sur) { in setSurface()
2084 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface() local
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.java25 Surface sur = null; in eglCreateWindowSurface() local
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java70 EGLSurfaceImpl sur = new EGLSurfaceImpl(); in eglCreatePixmapSurface() local
79 Surface sur = null; in eglCreateWindowSurface() local
150 …private native void _eglCreatePixmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, … in _eglCreatePixmapSurface()
/frameworks/rs/driver/
DrsdGL.cpp419 bool rsdGLSetInternalSurface(const Context *rsc, RsNativeWindow sur) { in rsdGLSetInternalSurface()
461 bool rsdGLSetSurface(const Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { in rsdGLSetSurface()
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java262 Surface sur = new Surface(); in ScreenRotationAnimation() local
266 SurfaceControl.BUILT_IN_DISPLAY_ID_MAIN), sur); in ScreenRotationAnimation() local
/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp148 GGLSurface sur; in setImage() local
/frameworks/rs/
DrsContext.cpp610 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { in setSurface()
858 void rsi_ContextSetSurface(Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { in rsi_ContextSetSurface()
DrsAllocation.cpp597 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { in setSurface()
829 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp281 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW); in makeCurrent() local
DSurfaceFlinger.cpp3339 sp<Surface> sur = new Surface(producer, false); in captureScreenImplLocked() local
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp508 EGLSurface sur; in TEST_F() member in android::TEST_F::MyThread
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java1902 public void setSurface(Surface sur) { in setSurface()
1908 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface() local
DRenderScript.java422 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
423 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp492 sp<SurfaceControl> sur; in createSurface() local
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1165 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()