OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toEGLHandle
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/
android_opengl_EGLExt.cpp
114
toEGLHandle
(JNIEnv *_env, jclass cls, jmethodID con, void * handle) {
android_opengl_EGL14.cpp
118
toEGLHandle
(JNIEnv *_env, jclass cls, jmethodID con, void * handle) {
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);
[
all
...]
/frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp
118
toEGLHandle
(JNIEnv *_env, jclass cls, jmethodID con, void * handle) {
EGLExtcHeader.cpp
114
toEGLHandle
(JNIEnv *_env, jclass cls, jmethodID con, void * handle) {
Completed in 792 milliseconds