Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp167 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/
DeglCreateWindowSurface.java25 Surface sur = null; in eglCreateWindowSurface() local
/frameworks/base/graphics/java/android/renderscript/
DRenderScriptGL.java211 public void setSurface(SurfaceHolder sur, int w, int h) { in setSurface()
230 public void setSurfaceTexture(SurfaceTexture sur, int w, int h) { in setSurfaceTexture()
DRenderScript.java134 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()
DAllocation.java1182 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/
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.cpp428 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/
DSurface.cpp175 sp<ISurface> sur; in writeSurfaceToParcel() local
242 sp<ISurface> sur; in writeToParcel() local
/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp148 GGLSurface sur; in setImage() local
/frameworks/rs/
DrsContext.cpp523 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()
DrsAllocation.cpp458 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/
DDisplayDevice.cpp261 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW); in makeCurrent() local
DLayer.cpp156 sp<ISurface> sur(new BSurface(mFlinger, this)); in createSurface() local
DLayerBase.cpp515 sp<ISurface> sur(new BSurface(mFlinger, this)); in createSurface() local
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp469 EGLSurface sur; in TEST_F() member in android::TEST_F::MyThread
/frameworks/base/opengl/java/android/opengl/
DEGL14.java244 Surface sur = null; in eglCreateWindowSurface() local
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp240 …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()