Home
last modified time | relevance | path

Searched defs:native_surface (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/skia/modules/jetski/src/
H A DSurface.cpp201 static void Surface_Release(JNIEnv* env, jobject, jlong native_surface) { in Surface_Release()
208 static jlong Surface_GetNativeCanvas(JNIEnv* env, jobject, jlong native_surface) { in Surface_GetNativeCanvas()
215 static void Surface_FlushAndSubmit(JNIEnv* env, jobject, jlong native_surface) { in Surface_FlushAndSubmit()
221 static jint Surface_GetWidth(JNIEnv* env, jobject, jlong native_surface) { in Surface_GetWidth()
226 static jint Surface_GetHeight(JNIEnv* env, jobject, jlong native_surface) { in Surface_GetHeight()
231 static jlong Surface_MakeSnapshot(JNIEnv* env, jobject, jlong native_surface) { in Surface_MakeSnapshot()
/aosp_15_r20/external/mesa3d/src/egl/main/
H A Deglsurface.c373 void *native_surface) in _eglInitSurface()
H A Deglapi.c1022 _eglNativeSurfaceAlreadyUsed(_EGLDisplay *disp, void *native_surface) in _eglNativeSurfaceAlreadyUsed()
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c156 void *native_surface, const EGLint *attrib_list) in dri3_create_surface()
H A Dplatform_drm.c137 void *native_surface, const EGLint *attrib_list) in dri2_drm_create_window_surface()
H A Dplatform_x11.c413 void *native_surface, const EGLint *attrib_list) in dri2_x11_create_surface()
H A Degl_dri2.c1303 EGLBoolean enable_out_fence, void *native_surface) in dri2_init_surface()
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp449 const sp<Surface> native_surface = get_surface(env, surface); in android_media_MediaRecorder_prepare() local