HomeSort by relevance Sort by last modified time
    Searched refs:toEGLHandle (Results 1 - 7 of 7) sorted by null

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglGetDisplay.cpp 9 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue);
eglCreateWindowSurface.cpp 75 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
157 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
eglCreatePbufferFromClientBuffer.cpp 62 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
EGL14cHeader.cpp 114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) {
EGLExtcHeader.cpp 114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) {
  /frameworks/base/core/jni/
android_opengl_EGL14.cpp 114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) {
151 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue);
339 jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]);
462 jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]);
602 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
684 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
745 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
754 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0);
    [all...]
android_opengl_EGLExt.cpp 114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) {

Completed in 79 milliseconds