Searched refs:native_window (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java63 public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) { argument
65 if (native_window instanceof SurfaceView) {
66 SurfaceView surfaceView = (SurfaceView)native_window;
68 } else if (native_window instanceof SurfaceHolder) {
69 SurfaceHolder holder = (SurfaceHolder)native_window;
110 private native int _eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); argument
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java110 EGLConfig config, Object native_window, int[] attrib_list) {
114 arg("native_window", native_window);
119 native_window, attrib_list);
109 eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) argument
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java102 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); argument
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp320 jobject config, jobject native_window, jintArray attrib_list) {
329 if (native_window == NULL) {
335 window = (Surface*)_env->GetIntField(native_window, gSurface_SurfaceFieldID);
319 jni_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject display, jobject config, jobject native_window, jintArray attrib_list) argument

Completed in 90 milliseconds