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

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp113 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { function
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { function
151 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue);
327 jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]);
450 jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]);
590 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
668 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
729 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
738 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0);
910 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
1037 return toEGLHandle(_en
[all...]

Completed in 38 milliseconds