calling native opengl methode from android

Hi,

As i said in the title i would like to know if it is possible to call native fonction, which are not in the android opengl ES.

And in case or it is possible what do i need to do ?

thanks

It might help get more responses you specify where the function you want to call is defined (e.g. vendor OpenGL drivers, your app, etc.), and even better, post the name of the function you want to call.

Is this function defined in an EGL or OpenGL ES extension? If so, read up on eglGetProcAddress().

I could not find it in any opengl ES classe.