Searched refs:eglsurfaceConstructor (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL14cHeader.cpp | 50 static jmethodID eglsurfaceConstructor; variable 81 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V"); in nativeClassInit() 88 …jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit()
|
D | EGL15cHeader.cpp | 46 static jmethodID eglsurfaceConstructor; variable 89 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V"); in nativeClassInit() 95 …jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit()
|
D | EGLExtcHeader.cpp | 51 static jmethodID eglsurfaceConstructor; variable 82 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V"); in nativeClassInit()
|
D | eglCreateWindowSurface.cpp | 72 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface() 155 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
|
D | eglCreatePlatformWindowSurface.cpp | 66 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePlatformWindowSurface()
|
D | eglCreatePbufferFromClientBuffer.cpp | 59 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
|
/frameworks/base/core/jni/ |
D | android_opengl_EGLExt.cpp | 51 static jmethodID eglsurfaceConstructor; variable 82 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V"); in nativeClassInit()
|
D | android_opengl_EGL14.cpp | 50 static jmethodID eglsurfaceConstructor; variable 81 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V"); in nativeClassInit() 88 …jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit() 590 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface() 673 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture() 731 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferSurface() 910 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer() 1101 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglGetCurrentSurface()
|
D | android_opengl_EGL15.cpp | 46 static jmethodID eglsurfaceConstructor; variable 89 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V"); in nativeClassInit() 95 …jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit() 440 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePlatformWindowSurface()
|