Home
last modified time | relevance | path

Searched refs:eglPresentationTimeANDROID (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/libEGL/
DlibEGL_autogen.def84 eglPresentationTimeANDROID
DlibEGL_autogen.cpp464 EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID(EGLDisplay dpy, in eglPresentationTimeANDROID() function
/external/webrtc/sdk/android/src/java/org/webrtc/
DEglBase14Impl.java229 EGLExt.eglPresentationTimeANDROID(eglDisplay, eglSurface, timeStampNs); in swapBuffers()
/external/angle/util/
Degl_loader_autogen.h72 #define eglPresentationTimeANDROID l_eglPresentationTimeANDROID macro
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h72 #define eglPresentationTimeANDROID t_eglPresentationTimeANDROID macro
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp245 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->presentationTimeANDROIDPtr, eglPresentationTimeANDROID); in initialize()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl483 "eglPresentationTimeANDROID",
/external/swiftshader/include/EGL/
Deglext.h560 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLns…
/external/mesa3d/include/EGL/
Deglext.h564 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLns…
/external/angle/include/EGL/
Deglext.h545 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLns…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h563 #define eglPresentationTimeANDROID EGLEW_GET_FUN(__eglewPresentationTimeANDROID) macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h1379 #define eglPresentationTimeANDROID epoxy_eglPresentationTimeANDROID macro
/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c5103 GEN_THUNKS_RET(EGLBoolean, eglPresentationTimeANDROID, (EGLDisplay dpy, EGLSurface surface, EGLnsec…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c17814 …r = ((eglPresentationTimeANDROID = (PFNEGLPRESENTATIONTIMEANDROIDPROC)glewGetProcAddress((const GL… in _glewInit_EGL_ANDROID_presentation_time()