Home
last modified time | relevance | path

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

/frameworks/rs/support/jni/
Dandroid_rscompat_usage_io.cpp9 …urface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable … in AllocationSetSurface()
Dandroid_renderscript_RenderScript.cpp1046 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()
/frameworks/base/opengl/java/android/opengl/
DEGLExt.java42 EGLSurface sur, in eglPresentationTimeANDROID()
DEGL14.java252 Surface sur = null; in eglCreateWindowSurface() local
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp110 sp<Surface> sur; in android_view_Surface_getSurface() local
162 static inline bool isSurfaceValid(const sp<Surface>& sur) { in isSurfaceValid()
188 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeRelease() local
193 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeIsValid() local
198 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeIsConsumerRunningBehind() local
382 sp<Surface> sur; in nativeReadFromParcel() local
Dcom_google_android_gles_jni_EGLImpl.cpp167 EGLContext sur = getSurface(_env, surface); in jni_eglQuerySurface() local
249 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); in jni_eglCreatePbufferSurface() local
283 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurface() local
311 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurfaceTexture() local
398 EGLSurface sur = getSurface(_env, surface); in jni_eglDestroySurface() local
434 EGLSurface sur = getSurface(_env, surface); in jni_eglSwapBuffers() local
Dandroid_opengl_EGLExt.cpp135 (JNIEnv *_env, jobject _this, jobject dpy, jobject sur, jlong time) { in android_eglPresentationTimeANDROID()
Dandroid_view_SurfaceControl.cpp667 sp<Surface> sur(reinterpret_cast<Surface *>(nativeSurfaceObject)); in nativeSetDisplaySurface() local
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.java25 Surface sur = null; in eglCreateWindowSurface() local
/frameworks/base/rs/java/android/renderscript/
DRenderScriptGL.java210 public void setSurface(SurfaceHolder sur, int w, int h) { in setSurface()
229 public void setSurfaceTexture(SurfaceTexture sur, int w, int h) { in setSurfaceTexture()
DRenderScript.java249 native void rsnContextSetSurface(long con, int w, int h, Surface sur); in rsnContextSetSurface()
250 synchronized void nContextSetSurface(int w, int h, Surface sur) { in nContextSetSurface()
254 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); in rsnContextSetSurfaceTexture()
255 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) { in nContextSetSurfaceTexture()
519 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
520 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
DAllocation.java3038 public void setSurface(Surface sur) { in setSurface()
3044 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface() local
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java79 EGLSurfaceImpl sur = new EGLSurfaceImpl(); in eglCreatePixmapSurface() local
88 Surface sur = null; in eglCreateWindowSurface() local
159 …private native void _eglCreatePixmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, … in _eglCreatePixmapSurface()
/frameworks/rs/driver/
DrsdGL.cpp425 bool rsdGLSetInternalSurface(const Context *rsc, RsNativeWindow sur) { in rsdGLSetInternalSurface()
467 bool rsdGLSetSurface(const Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { in rsdGLSetSurface()
/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp148 GGLSurface sur; in setImage() local
/frameworks/rs/
DrsContext.cpp574 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { in setSurface()
819 void rsi_ContextSetSurface(Context *rsc, uint32_t w, uint32_t h, RsNativeWindow sur) { in rsi_ContextSetSurface()
DrsAllocation.cpp620 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { in setSurface()
872 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface()
DrsApiStubs.cpp375 …tern "C" void rsAllocationSetSurface (RsContext ctxWrapper, RsAllocation alloc, RsNativeWindow sur) in rsAllocationSetSurface()
766 RsNativeWindow sur) in rsContextSetSurface()
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp524 EGLSurface sur; in TEST_F() member in android::TEST_F::MyThread
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java2727 public void setSurface(Surface sur) { in setSurface()
2733 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface() local
DRenderScript.java434 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
435 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1330 sp<SurfaceControl> sur; in createWithSurfaceParent() local
1353 sp<SurfaceControl> sur; in createSurfaceChecked() local
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1278 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()