Searched defs:native_surface (Results 1 – 7 of 7) sorted by relevance
/external/skia/modules/androidkit/src/ |
D | Surface.cpp | 240 static void Surface_Release(JNIEnv* env, jobject, jlong native_surface) { in Surface_Release() 247 static jlong Surface_GetNativeCanvas(JNIEnv* env, jobject, jlong native_surface) { in Surface_GetNativeCanvas() 254 static void Surface_FlushAndSubmit(JNIEnv* env, jobject, jlong native_surface) { in Surface_FlushAndSubmit() 260 static int Surface_GetWidth(JNIEnv* env, jobject, jlong native_surface) { in Surface_GetWidth() 265 static int Surface_GetHeight(JNIEnv* env, jobject, jlong native_surface) { in Surface_GetHeight()
|
/external/mesa3d/src/egl/main/ |
D | eglsurface.c | 346 void *native_surface) in _eglInitSurface()
|
D | eglapi.c | 932 _eglNativeSurfaceAlreadyUsed(_EGLDisplay *disp, void *native_surface) in _eglNativeSurfaceAlreadyUsed()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11_dri3.c | 138 void *native_surface, const EGLint *attrib_list) in dri3_create_surface()
|
D | platform_drm.c | 142 void *native_surface, const EGLint *attrib_list) in dri2_drm_create_window_surface()
|
D | platform_x11.c | 250 void *native_surface, const EGLint *attrib_list) in dri2_x11_create_surface()
|
D | egl_dri2.c | 1665 EGLBoolean enable_out_fence, void *native_surface) in dri2_init_surface()
|