Home
last modified time | relevance | path

Searched refs:EGL_NO_SYNC (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DEGL15.java70 public static final EGLSync EGL_NO_SYNC = null; field in EGL15
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGL15Header.java-if70 public static final EGLSync EGL_NO_SYNC = null;
/frameworks/native/opengl/include/EGL/
Degl.h269 #define EGL_NO_SYNC EGL_CAST(EGLSync,0) macro
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp1751 return setError(EGL_BAD_DISPLAY, EGL_NO_SYNC); in eglCreateSyncImpl()
/frameworks/base/core/api/
Dcurrent.txt27778 field public static final android.opengl.EGLSync EGL_NO_SYNC;