/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 95 sp<Surface> sur; in android_view_Surface_getSurface() local 134 static inline bool isSurfaceValid(const sp<Surface>& sur) { in isSurfaceValid() 160 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeRelease() local 165 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeIsValid() local 170 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeIsConsumerRunningBehind() local 332 sp<Surface> sur; in nativeReadFromParcel() local
|
D | com_google_android_gles_jni_EGLImpl.cpp | 172 EGLContext sur = getSurface(_env, surface); in jni_eglQuerySurface() local 255 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); in jni_eglCreatePbufferSurface() local 304 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base); in jni_eglCreatePixmapSurface() local 338 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurface() local 366 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurfaceTexture() local 453 EGLSurface sur = getSurface(_env, surface); in jni_eglDestroySurface() local 498 EGLSurface sur = getSurface(_env, surface); in jni_eglSwapBuffers() local
|
D | android_opengl_EGLExt.cpp | 137 (JNIEnv *_env, jobject _this, jobject dpy, jobject sur, jlong time) { in android_eglPresentationTimeANDROID()
|
D | android_view_SurfaceControl.cpp | 344 sp<Surface> sur(reinterpret_cast<Surface *>(nativeSurfaceObject)); in nativeSetDisplaySurface() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLExt.java | 41 EGLSurface sur, in eglPresentationTimeANDROID()
|
D | EGL14.java | 250 Surface sur = null; in eglCreateWindowSurface() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScriptGL.java | 205 public void setSurface(SurfaceHolder sur, int w, int h) { in setSurface() 224 public void setSurfaceTexture(SurfaceTexture sur, int w, int h) { in setSurfaceTexture()
|
D | RenderScript.java | 232 native void rsnContextSetSurface(long con, int w, int h, Surface sur); in rsnContextSetSurface() 233 synchronized void nContextSetSurface(int w, int h, Surface sur) { in nContextSetSurface() 237 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); in rsnContextSetSurfaceTexture() 238 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) { in nContextSetSurfaceTexture() 410 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface() 411 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
|
D | Allocation.java | 1571 public void setSurface(Surface sur) { in setSurface() 1577 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface() local
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.java | 25 Surface sur = null; in eglCreateWindowSurface() local
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 70 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/ |
D | rsdGL.cpp | 419 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/ |
D | ScreenRotationAnimation.java | 262 Surface sur = new Surface(); in ScreenRotationAnimation() local 266 SurfaceControl.BUILT_IN_DISPLAY_ID_MAIN), sur); in ScreenRotationAnimation() local
|
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.cpp | 148 GGLSurface sur; in setImage() local
|
/frameworks/rs/ |
D | rsContext.cpp | 646 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { in setSurface() 883 void rsi_ContextSetSurface(Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { in rsi_ContextSetSurface()
|
D | rsAllocation.cpp | 516 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { in setSurface() 745 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 275 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW); in makeCurrent() local
|
D | SurfaceFlinger.cpp | 3203 sp<Surface> sur = new Surface(producer, false); in captureScreenImplLocked() local
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureClient_test.cpp | 501 EGLSurface sur; in TEST_F() member in android::TEST_F::MyThread
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 493 sp<SurfaceControl> sur; in createSurface() local
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 559 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()
|