Home
last modified time | relevance | path

Searched refs:PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libEGL/
Degl_loader_autogen.cpp55 PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC l_EGL_CreatePlatformPixmapSurface;
183 l_EGL_CreatePlatformPixmapSurface = reinterpret_cast<PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC>( in LoadEGL_EGL()
Degl_loader_autogen.h168 ANGLE_NO_EXPORT extern PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC l_EGL_CreatePlatformPixmapSurface;
/external/angle/util/
Degl_loader_autogen.cpp55 ANGLE_UTIL_EXPORT PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC l_eglCreatePlatformPixmapSurface;
184 l_eglCreatePlatformPixmapSurface = reinterpret_cast<PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC>( in LoadEGL()
Degl_loader_autogen.h169 ANGLE_UTIL_EXPORT extern PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC l_eglCreatePlatformPixmapSurface;
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.cpp56 ANGLE_TRACE_LOADER_EXPORT PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC t_eglCreatePlatformPixmapSurface;
189 t_eglCreatePlatformPixmapSurface = reinterpret_cast<PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC>( in LoadEGL()
Dtrace_egl_loader_autogen.h171 ANGLE_TRACE_LOADER_EXPORT extern PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC
/external/angle/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h123 typedef EGLSurface (*PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC)(EGLDisplay dpy, typedef
/external/mesa3d/include/EGL/
Degl.h341 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig … typedef
/external/angle/include/EGL/
Degl.h322 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig … typedef
/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c45 PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC epoxy_eglCreatePlatformPixmapSurface;
4112 static PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC
5533 PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC epoxy_eglCreatePlatformPixmapSurface = epoxy_eglCreatePlatfor…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h451 typedef EGLSurface (EGLAPIENTRY * PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConf… typedef
2339 EGLEW_FUN_EXPORT PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC __eglewCreatePlatformPixmapSurface;
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h881 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC)(EGLDisplay dpy, EGLConfig co… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c17405 PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC __eglewCreatePlatformPixmapSurface = NULL;
17755 …r = ((eglCreatePlatformPixmapSurface = (PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC)glewGetProcAddress((… in _glewInit_EGL_VERSION_1_5()