Could not get native display: How is platformGetNativeDisplay() in AcceleratedScreen realized?

2015-09-07 Thread info
avaFX to additional embedded Linux devices" [1], although I haven't found the answer there yet that I need. I tried to look inside the code to see how it works, and why the native display cannot be gotten. I found the code in AcceleratedScreen, but I fail to understand where a different resul

Re: Could not get native display: How is platformGetNativeDisplay() in AcceleratedScreen realized?

2015-09-07 Thread info
Have found some further code in MX6AcceleratedScreen.c. //Vivante specials static EGLNativeDisplayType (*wr_fbGetDisplayByIndex)(int DisplayIndex); static EGLNativeWindowType (*wr_fbCreateWindow)(EGLNativeDisplayType Display, int X, int Y, int Width, int Height); JNIEXPORT jlong JNICALL

Re: AcceleratedScreen

2015-01-28 Thread David Hill
On 1/28/15, 6:04 AM, Johan Vos wrote: Hi, Unless I'm missing something, at this moment an AcceleratedScreen is not able to be reconfigured. Once initialized, the eglSurface is not changed. This leads to the following issue on Android: when the device is rotated, a new surface is created