Home
last modified time | relevance | path

Searched defs:eglSwapInterval (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DEGL14.java364 public static native boolean eglSwapInterval( in eglSwapInterval() method in EGL14
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1223 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
/frameworks/native/opengl/libagl/
Degl.cpp1953 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto597 eglSwapInterval = 2028; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1210 const GLMessage_Function GLMessage::eglSwapInterval; member in android::gltrace::GLMessage
Dgltrace.pb.h1558 static const Function eglSwapInterval = GLMessage_Function_eglSwapInterval; variable