Searched defs:toEGLHandle (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp117 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { function
H A DEGLExtcHeader.cpp113 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { function
/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp113 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { function
H A Dandroid_opengl_EGL14.cpp117 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { function
154 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue);
331 jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]);
450 jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]);
586 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
668 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
725 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
734 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0);
902 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
1038 return toEGLHandle(_en
[all...]

Completed in 171 milliseconds