Searched refs:jSurface (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_ANativeWindowTest.cpp | 28 void pushBufferWithTransform(JNIEnv* env, jclass, jobject jSurface, jint transform) { in pushBufferWithTransform() argument 29 auto window = ANativeWindow_fromSurface(env, jSurface); in pushBufferWithTransform() 37 jint setBuffersDataSpace(JNIEnv* env, jclass, jobject jSurface, jint dataSpace) { in setBuffersDataSpace() argument 39 if (jSurface) { in setBuffersDataSpace() 40 window = ANativeWindow_fromSurface(env, jSurface); in setBuffersDataSpace() 53 jint getBuffersDataSpace(JNIEnv* env, jclass, jobject jSurface) { in getBuffersDataSpace() argument 55 if (jSurface) { in getBuffersDataSpace() 56 window = ANativeWindow_fromSurface(env, jSurface); in getBuffersDataSpace()
|
D | android_graphics_cts_VulkanPreTransformCtsActivity.cpp | 47 void createNativeTest(JNIEnv* env, jclass /*clazz*/, jobject jAssetManager, jobject jSurface, in createNativeTest() argument 51 ASSERT(jSurface, "jSurface is NULL"); in createNativeTest() 54 int ret = deviceInfo.init(env, jSurface); in createNativeTest()
|
D | VulkanPreTransformTestHelpers.h | 36 int32_t init(JNIEnv* env, jobject jSurface);
|
D | VulkanPreTransformTestHelpers.cpp | 127 int32_t DeviceInfo::init(JNIEnv* env, jobject jSurface) { in init() argument 128 ASSERT(jSurface); in init() 130 mWindow = ANativeWindow_fromSurface(env, jSurface); in init()
|
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 747 ANativeWindow* initPreviewAnw(JNIEnv* env, jobject jSurface) { in initPreviewAnw() argument 752 mPreviewAnw = ANativeWindow_fromSurface(env, jSurface); in initPreviewAnw()
|