Searched refs:native_display_ptr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglapi.c374 void *native_display_ptr; local in function:eglGetDisplay
379 native_display_ptr = (void*) nativeDisplay;
381 plat = _eglGetNativePlatform(native_display_ptr);
382 disp = _eglFindDisplay(plat, native_display_ptr);
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglapi.c367 void *native_display_ptr; local in function:eglGetDisplay
372 native_display_ptr = (void*) nativeDisplay;
374 plat = _eglGetNativePlatform(native_display_ptr);
375 disp = _eglFindDisplay(plat, native_display_ptr, NULL);

Completed in 15 milliseconds