Home
last modified time | relevance | path

Searched defs:nativeProxy (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DHardwareRendererNatives.java47 public static native int nGetRenderThreadTid(long nativeProxy); in nGetRenderThreadTid()
53 public static native void nDeleteProxy(long nativeProxy); in nDeleteProxy()
55 public static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties()
57 public static native void nSetName(long nativeProxy, String name); in nSetName()
59 public static native void nSetSurface(long nativeProxy, Surface window, boolean discardBuffer); in nSetSurface()
61 public static native void nSetSurfacePtr(long nativeProxy, long surfacePtr); in nSetSurfacePtr()
63 public static native void nSetSurfaceControl(long nativeProxy, long nativeSurfaceControl); in nSetSurfaceControl()
65 public static native boolean nPause(long nativeProxy); in nPause()
67 public static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped()
70 long nativeProxy, float lightX, float lightY, float lightZ, float lightRadius); in nSetLightGeometry()
[all …]
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeHardwareRenderer.java78 protected static int nGetRenderThreadTid(long nativeProxy) { in nGetRenderThreadTid()
105 protected static void nDeleteProxy(long nativeProxy) { in nDeleteProxy()
110 protected static boolean nLoadSystemProperties(long nativeProxy) { in nLoadSystemProperties()
115 protected static void nSetName(long nativeProxy, String name) { in nSetName()
120 protected static void nSetSurface(long nativeProxy, Surface window) { in nSetSurface()
125 protected static void nSetSurface(long nativeProxy, Surface window, boolean discardBuffer) { in nSetSurface()
130 protected static void nSetSurfaceControl(long nativeProxy, long nativeSurfaceControl) { in nSetSurfaceControl()
135 protected static boolean nPause(long nativeProxy) { in nPause()
140 protected static void nSetStopped(long nativeProxy, boolean stopped) { in nSetStopped()
146 long nativeProxy, float lightX, float lightY, float lightZ, float lightRadius) { in nSetLightGeometry()
[all …]
H A DShadowNativeThreadedRenderer.java47 protected static int nGetRenderThreadTid(long nativeProxy) { in nGetRenderThreadTid()
63 protected static void nDeleteProxy(long nativeProxy) { in nDeleteProxy()
68 protected static boolean nLoadSystemProperties(long nativeProxy) { in nLoadSystemProperties()
73 protected static void nSetName(long nativeProxy, String name) { in nSetName()
78 protected static void nSetStopped(long nativeProxy, boolean stopped) { in nSetStopped()
83 protected static void nSetOpaque(long nativeProxy, boolean opaque) { in nSetOpaque()
88 protected static int nSyncAndDrawFrame(long nativeProxy, long[] frameInfo, int size) { in nSyncAndDrawFrame()
93 protected static void nDestroy(long nativeProxy, long rootRenderNode) { in nDestroy()
108 protected static long nCreateTextureLayer(long nativeProxy) { in nCreateTextureLayer()
113 protected static void nBuildLayer(long nativeProxy, long node) { in nBuildLayer()
[all …]
H A DShadowThreadedRenderer.java34 protected static long nCreateTextureLayer(long nativeProxy) { in nCreateTextureLayer()
H A DShadowHardwareRenderer.java29 protected static long nCreateTextureLayer(long nativeProxy) { in nCreateTextureLayer()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DHardwareRenderer.java1481 private static native int nGetRenderThreadTid(long nativeProxy); in nGetRenderThreadTid()
1487 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy()
1489 private static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties()
1491 private static native void nSetName(long nativeProxy, String name); in nSetName()
1493 private static native void nSetSurface(long nativeProxy, Surface window, boolean discardBuffer); in nSetSurface()
1495 private static native void nSetSurfaceControl(long nativeProxy, long nativeSurfaceControl); in nSetSurfaceControl()
1497 private static native boolean nPause(long nativeProxy); in nPause()
1499 private static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped()
1501 private static native void nSetLightGeometry(long nativeProxy, in nSetLightGeometry()
1504 private static native void nSetLightAlpha(long nativeProxy, float ambientShadowAlpha, in nSetLightAlpha()
[all …]
H A DHardwareBufferRenderer.java368 private static native void nSetLightAlpha(long nativeProxy, float ambientShadowAlpha, in nSetLightAlpha()
/aosp_15_r20/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
H A Dnative-lib.cpp109 Java_org_skia_skottie_SkottieRunner_nDeleteProxy(JNIEnv *env, jclass clazz, jlong nativeProxy) { in Java_org_skia_skottie_SkottieRunner_nDeleteProxy()
125 jlong nativeProxy) { in Java_org_skia_skottie_SkottieRunner_nSetMaxCacheSize()
207 jlong nativeProxy) { in Java_org_skia_skottie_SkottieAnimation_nDeleteProxy()
218 jlong nativeProxy, jint width, in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
278 jlong nativeProxy) { in Java_org_skia_skottie_SkottieAnimation_nGetDuration()
/aosp_15_r20/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieAnimation.java478 private native void nDeleteProxy(long nativeProxy); in nDeleteProxy()
479 private native boolean nDrawFrame(long nativeProxy, int width, int height, in nDrawFrame()
482 private native long nGetDuration(long nativeProxy); in nGetDuration()
H A DSkottieRunner.java281 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy()