Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DEGL14.java383 public static native boolean eglSwapInterval( in eglSwapInterval() method in EGL14
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1228 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.proto787 eglSwapInterval = 2028; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1592 const GLMessage_Function GLMessage::eglSwapInterval; member in android::gltrace::GLMessage
Dgltrace.pb.h1940 static const Function eglSwapInterval = GLMessage_Function_eglSwapInterval; variable