Searched defs:eglSurface (Results 1 – 4 of 4) sorted by relevance
37 static private native boolean eglMakeCurrent(long eglDisplay, long eglSurface, long eglContext); in eglMakeCurrent()38 static private native boolean eglSwapBuffers(long eglDisplay, long eglSurface); in eglSwapBuffers()39 …static private native boolean eglPresentationTimeANDROID(long eglDisplay, long eglSurface, long ns… in eglPresentationTimeANDROID()40 static private native int eglGetWidth(long eglDisplay, long eglSurface); in eglGetWidth()41 static private native int eglGetHeight(long eglDisplay, long eglSurface); in eglGetHeight()42 static private native boolean eglDestroySurface(long eglDisplay, long eglSurface); in eglDestroySurface()43 …static private native void nativeRelease(long eglDisplay, long eglSurface, long eglContext, long n… in nativeRelease()
1025 private EGLSurface eglSurface = null; field in GLSurfaceViewFactory.GLSurfaceViewThread
321 public void releaseSurface(EGLSurface eglSurface) { in releaseSurface()339 EGLSurface eglSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mEGLConfig, surface, in createWindowSurface() local357 EGLSurface eglSurface = EGL14.eglCreatePbufferSurface(mEGLDisplay, mEGLConfig, in createOffscreenSurface() local369 public void makeCurrent(EGLSurface eglSurface) { in makeCurrent()407 public boolean swapBuffers(EGLSurface eglSurface) { in swapBuffers()414 public void setPresentationTime(EGLSurface eglSurface, long nsecs) { in setPresentationTime()421 public boolean isCurrent(EGLSurface eglSurface) { in isCurrent()429 public int querySurface(EGLSurface eglSurface, int what) { in querySurface()
1373 EGLSurface eglSurface = eglCreateWindowSurface( in Java_android_media_cts_NdkInputSurface_createEGLSurface() local1388 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface, jlong eglContext) { in Java_android_media_cts_NdkInputSurface_eglMakeCurrent()1399 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglSwapBuffers()1408 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface, jlong nsecs) { in Java_android_media_cts_NdkInputSurface_eglPresentationTimeANDROID()1418 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglGetWidth()1432 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglGetHeight()1446 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglDestroySurface()1455 …JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface, jlong eglContext, jlong na… in Java_android_media_cts_NdkInputSurface_nativeRelease()