Home
last modified time | relevance | path

Searched refs:eglsurfaceConstructor (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp50 static jmethodID eglsurfaceConstructor; variable
81 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V"); in nativeClassInit()
88 …jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit()
H A DEGL15cHeader.cpp46 static jmethodID eglsurfaceConstructor; variable
89 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V"); in nativeClassInit()
95 …jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit()
H A DEGLExtcHeader.cpp51 static jmethodID eglsurfaceConstructor; variable
82 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V"); in nativeClassInit()
H A DeglCreateWindowSurface.cpp72 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurface()
155 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreateWindowSurfaceTexture()
H A DeglCreatePlatformWindowSurface.cpp66 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePlatformWindowSurface()
H A DeglCreatePbufferFromClientBuffer.cpp59 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue); in android_eglCreatePbufferFromClientBuffer()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp51 static jmethodID eglsurfaceConstructor; variable
82 eglsurfaceConstructor = _env->GetMethodID(eglsurfaceClass, "<init>", "(J)V"); in nativeClassInit()
H A Dandroid_opengl_EGL14.cpp50 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()
H A Dandroid_opengl_EGL15.cpp46 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()