/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 167 EGLContext sur = getSurface(_env, surface); in jni_eglQuerySurface() local 250 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 363 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurfaceTexture() local 450 EGLSurface sur = getSurface(_env, surface); in jni_eglDestroySurface() local 495 EGLSurface sur = getSurface(_env, surface); in jni_eglSwapBuffers() local
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.java | 25 Surface sur = null; in eglCreateWindowSurface() local
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScriptGL.java | 211 public void setSurface(SurfaceHolder sur, int w, int h) { in setSurface() 230 public void setSurfaceTexture(SurfaceTexture sur, int w, int h) { in setSurfaceTexture()
|
D | RenderScript.java | 134 native void rsnContextSetSurface(int con, int w, int h, Surface sur); in rsnContextSetSurface() 135 synchronized void nContextSetSurface(int w, int h, Surface sur) { in nContextSetSurface() 139 native void rsnContextSetSurfaceTexture(int con, int w, int h, SurfaceTexture sur); in rsnContextSetSurfaceTexture() 140 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) { in nContextSetSurfaceTexture() 302 native void rsnAllocationSetSurface(int con, int alloc, Surface sur); in rsnAllocationSetSurface() 303 synchronized void nAllocationSetSurface(int alloc, Surface sur) { in nAllocationSetSurface()
|
D | Allocation.java | 1182 public void setSurface(Surface sur) { in setSurface() 1188 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface() 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 | 428 bool rsdGLSetInternalSurface(const Context *rsc, RsNativeWindow sur) { in rsdGLSetInternalSurface() 470 bool rsdGLSetSurface(const Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { in rsdGLSetSurface()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 175 sp<ISurface> sur; in writeSurfaceToParcel() local 242 sp<ISurface> sur; in writeToParcel() local
|
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.cpp | 148 GGLSurface sur; in setImage() local
|
/frameworks/rs/ |
D | rsContext.cpp | 523 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { in setSurface() 744 void rsi_ContextSetSurface(Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { in rsi_ContextSetSurface()
|
D | rsAllocation.cpp | 458 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { in setSurface() 648 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 261 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW); in makeCurrent() local
|
D | Layer.cpp | 156 sp<ISurface> sur(new BSurface(mFlinger, this)); in createSurface() local
|
D | LayerBase.cpp | 515 sp<ISurface> sur(new BSurface(mFlinger, this)); in createSurface() local
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureClient_test.cpp | 469 EGLSurface sur; in TEST_F() member in android::TEST_F::MyThread
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 244 Surface sur = null; in eglCreateWindowSurface() local
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 240 …SetSurfaceTexture(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject sur) in nContextSetSurfaceTexture() 490 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur) in nAllocationSetSurface()
|