Home
last modified time | relevance | path

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

/external/angle/src/libEGL/
Degl_loader_autogen.cpp66 PFNEGLPRESENTATIONTIMEANDROIDPROC l_EGL_PresentationTimeANDROID;
198 l_EGL_PresentationTimeANDROID = reinterpret_cast<PFNEGLPRESENTATIONTIMEANDROIDPROC>( in LoadEGL_EGL()
Degl_loader_autogen.h173 ANGLE_NO_EXPORT extern PFNEGLPRESENTATIONTIMEANDROIDPROC l_EGL_PresentationTimeANDROID;
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.cpp70 ANGLE_TRACE_LOADER_EXPORT PFNEGLPRESENTATIONTIMEANDROIDPROC t_eglPresentationTimeANDROID;
205 reinterpret_cast<PFNEGLPRESENTATIONTIMEANDROIDPROC>(loadProc("eglPresentationTimeANDROID")); in LoadEGL()
Dtrace_egl_loader_autogen.h179 ANGLE_TRACE_LOADER_EXPORT extern PFNEGLPRESENTATIONTIMEANDROIDPROC t_eglPresentationTimeANDROID;
/external/angle/util/
Degl_loader_autogen.cpp68 ANGLE_UTIL_EXPORT PFNEGLPRESENTATIONTIMEANDROIDPROC l_eglPresentationTimeANDROID;
200 reinterpret_cast<PFNEGLPRESENTATIONTIMEANDROIDPROC>(loadProc("eglPresentationTimeANDROID")); in LoadEGL()
Degl_loader_autogen.h174 ANGLE_UTIL_EXPORT extern PFNEGLPRESENTATIONTIMEANDROIDPROC l_eglPresentationTimeANDROID;
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp135 PFNEGLPRESENTATIONTIMEANDROIDPROC presentationTimeANDROIDPtr;
/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c105 PFNEGLPRESENTATIONTIMEANDROIDPROC epoxy_eglPresentationTimeANDROID;
4570 static PFNEGLPRESENTATIONTIMEANDROIDPROC
5653 PFNEGLPRESENTATIONTIMEANDROIDPROC epoxy_eglPresentationTimeANDROID = epoxy_eglPresentationTimeANDRO…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h561 typedef EGLBoolean (EGLAPIENTRY * PFNEGLPRESENTATIONTIMEANDROIDPROC) (EGLDisplay dpy, EGLSurface … typedef
2354 EGLEW_FUN_EXPORT PFNEGLPRESENTATIONTIMEANDROIDPROC __eglewPresentationTimeANDROID;
/external/swiftshader/include/EGL/
Deglext.h558 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROIDPROC) (EGLDisplay dpy, EGLSurface sur… typedef
/external/mesa3d/include/EGL/
Deglext.h562 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROIDPROC) (EGLDisplay dpy, EGLSurface sur… typedef
/external/angle/include/EGL/
Deglext.h543 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROIDPROC) (EGLDisplay dpy, EGLSurface sur… typedef
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h941 typedef EGLBoolean (GLAPIENTRY *PFNEGLPRESENTATIONTIMEANDROIDPROC)(EGLDisplay dpy, EGLSurface surfa… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c17420 PFNEGLPRESENTATIONTIMEANDROIDPROC __eglewPresentationTimeANDROID = NULL;
17814 …r = ((eglPresentationTimeANDROID = (PFNEGLPRESENTATIONTIMEANDROIDPROC)glewGetProcAddress((const GL… in _glewInit_EGL_ANDROID_presentation_time()