HomeSort by relevance Sort by last modified time
    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);
344 jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]);
467 jobject configs_new = toEGLHandle(_env, eglconfigClass, eglconfigConstructor, configs[i]);
607 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
689 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
750 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
759 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0);
    [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 220 milliseconds