Home
last modified time | relevance | path

Searched refs:eglDupNativeFenceFDANDROIDImpl (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DEGLExt.java68 int fd = eglDupNativeFenceFDANDROIDImpl(display, sync); in eglDupNativeFenceFDANDROID()
77 private static native int eglDupNativeFenceFDANDROIDImpl(EGLDisplay display, EGLSync sync); in eglDupNativeFenceFDANDROIDImpl() method in EGLExt
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGLExtHeader.java-if68 int fd = eglDupNativeFenceFDANDROIDImpl(display, sync);
77 private static native int eglDupNativeFenceFDANDROIDImpl(EGLDisplay display, EGLSync sync);
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp2088 EGLint eglDupNativeFenceFDANDROIDImpl(EGLDisplay dpy, EGLSyncKHR sync) { in eglDupNativeFenceFDANDROIDImpl() function
2583 { "eglDupNativeFenceFDANDROID", (EGLFuncPointer)&eglDupNativeFenceFDANDROIDImpl },