Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/support/jni/
H A Dandroid_rscompat_usage_io.cpp9 …urface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable … in AllocationSetSurface()
H A Dandroid_renderscript_RenderScript.cpp1046 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp102 sp<Surface> sur; in android_view_Surface_getSurface() local
141 static inline bool isSurfaceValid(const sp<Surface>& sur) { in isSurfaceValid()
167 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeRelease() local
172 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeIsValid() local
177 sp<Surface> sur(reinterpret_cast<Surface *>(nativeObject)); in nativeIsConsumerRunningBehind() local
349 sp<Surface> sur; in nativeReadFromParcel() local
H A Dcom_google_android_gles_jni_EGLImpl.cpp163 EGLContext sur = getSurface(_env, surface); in jni_eglQuerySurface() local
245 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); in jni_eglCreatePbufferSurface() local
279 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurface() local
307 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurfaceTexture() local
394 EGLSurface sur = getSurface(_env, surface); in jni_eglDestroySurface() local
430 EGLSurface sur = getSurface(_env, surface); in jni_eglSwapBuffers() local
H A Dandroid_opengl_EGLExt.cpp135 (JNIEnv *_env, jobject _this, jobject dpy, jobject sur, jlong time) { in android_eglPresentationTimeANDROID()
H A Dandroid_view_SurfaceControl.cpp1001 sp<Surface> sur(reinterpret_cast<Surface *>(nativeSurfaceObject)); in nativeSetDisplaySurface() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGLExt.java42 EGLSurface sur, in eglPresentationTimeANDROID()
H A DEGL14.java253 Surface sur = null; in eglCreateWindowSurface() local
/aosp12/frameworks/base/rs/java/android/renderscript/
H A 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()
H A DRenderScript.java254 native void rsnContextSetSurface(long con, int w, int h, Surface sur); in rsnContextSetSurface()
255 synchronized void nContextSetSurface(int w, int h, Surface sur) { in nContextSetSurface()
259 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); in rsnContextSetSurfaceTexture()
260 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) { in nContextSetSurfaceTexture()
513 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
514 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
H A DAllocation.java3042 public void setSurface(Surface sur) { in setSurface()
3048 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface() local
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.java25 Surface sur = null; in eglCreateWindowSurface() local
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A 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()
/aosp12/frameworks/rs/driver/
H A 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()
/aosp12/frameworks/rs/
H A 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()
H A 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()
H A DrsApiStubs.cpp375 …tern "C" void rsAllocationSetSurface (RsContext ctxWrapper, RsAllocation alloc, RsNativeWindow sur) in rsAllocationSetSurface()
766 RsNativeWindow sur) in rsContextSetSurface()
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer.h352 hwc_surface_t sur; member
/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp522 EGLSurface sur; in TEST_F() member in android::TEST_F::MyThread
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DAllocation.java2732 public void setSurface(Surface sur) { in setSurface()
2738 mRS.nAllocationSetSurface(getID(mRS), sur); in setSurface() local
H A DRenderScript.java439 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
440 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1891 sp<SurfaceControl> sur; in createWithSurfaceParent() local
1921 sp<SurfaceControl> sur; in createSurfaceChecked() local
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1277 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...