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

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp118 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { function
H A DEGLExtcHeader.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { function
/frameworks/base/core/jni/
H A Dandroid_opengl_EGLExt.cpp114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { function
H A Dandroid_opengl_EGL14.cpp118 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) { function
155 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue);
332 jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]);
451 jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]);
587 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
669 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
726 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
735 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0);
903 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
1039 return toEGLHandle(_en
[all...]

Completed in 88 milliseconds