Home | History | Annotate | Download | only in jni

Lines Matching defs:env

31     JNIEnv* env = nullptr;
32 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK)
34 if (register_android_graphics_cts_ANativeWindowTest(env))
36 if (register_android_graphics_cts_ASurfaceTextureTest(env))
38 if (register_android_graphics_cts_BitmapTest(env))
40 if (register_android_graphics_cts_CameraGpuCtsActivity(env))
42 if (register_android_graphics_cts_CameraVulkanGpuTest(env))
44 if (register_android_graphics_cts_MediaVulkanGpuTest(env))
46 if (register_android_graphics_cts_VulkanFeaturesTest(env))
48 if (register_android_graphics_cts_VulkanPreTransformCtsActivity(env))
50 if (register_android_graphics_cts_BasicVulkanGpuTest(env))
52 if (register_android_graphics_cts_CameraVulkanGpuTest(env))