Home
last modified time | relevance | path

Searched refs:_eglGetNativePlatform (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/main/
Degldisplay.h160 _eglGetNativePlatform(EGLNativeDisplayType nativeDisplay);
Degldisplay.c189 _eglGetNativePlatform(EGLNativeDisplayType nativeDisplay) in _eglGetNativePlatform() function
Deglapi.c298 _EGLPlatformType plat = _eglGetNativePlatform(nativeDisplay); in eglGetDisplay()
531 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay)) in eglCreateWindowSurface()
552 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay)) in eglCreatePixmapSurface()
713 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay)) in eglCopyBuffers()