Searched defs:native_surface (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/modules/androidkit/src/ |
D | Surface.cpp | 208 static void Surface_Release(JNIEnv* env, jobject, jlong native_surface) { in Surface_Release() 215 static jlong Surface_GetNativeCanvas(JNIEnv* env, jobject, jlong native_surface) { in Surface_GetNativeCanvas() 222 static void Surface_FlushAndSubmit(JNIEnv* env, jobject, jlong native_surface) { in Surface_FlushAndSubmit() 228 static jint Surface_GetWidth(JNIEnv* env, jobject, jlong native_surface) { in Surface_GetWidth() 233 static jint Surface_GetHeight(JNIEnv* env, jobject, jlong native_surface) { in Surface_GetHeight() 238 static jlong Surface_MakeSnapshot(JNIEnv* env, jobject, jlong native_surface) { in Surface_MakeSnapshot()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_surface.cc | 15 std::unique_ptr<VulkanNativeSurface> native_surface) in VulkanSurface()
|
D | vulkan_window.cc | 20 std::unique_ptr<VulkanNativeSurface> native_surface) in VulkanWindow()
|
/third_party/flutter/engine/flutter/shell/gpu/ |
D | gpu_surface_vulkan.cc | 12 std::unique_ptr<vulkan::VulkanNativeSurface> native_surface) in GPUSurfaceVulkan()
|
/third_party/mesa3d/src/egl/main/ |
D | eglsurface.c | 361 void *native_surface) in _eglInitSurface()
|
D | eglapi.c | 943 _eglNativeSurfaceAlreadyUsed(_EGLDisplay *disp, void *native_surface) in _eglNativeSurfaceAlreadyUsed()
|
/third_party/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 | 1670 EGLBoolean enable_out_fence, void *native_surface) in dri2_init_surface()
|