Searched defs:egl_surface (Results 1 – 3 of 3) sorted by relevance
174 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), in Java_android_filterfw_core_GLEnvironment_nativeAddSurface() local243 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight() local342 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder() local
49 EglSurface* egl_surface) { in CreatePbufferRGBSurface()
45 static EGLSurface egl_surface; variable