Hi,
Without interop, there is no way to use gl/gl es and cl in same application.
What do you mean by " I want to use cl and gl es separatly" ?
As per your post, i understand that you have an application which uses OpenGl for graphics rendering and OpenCL for computation. If this the case, then you can have a look over SimpleGL sample from AMD APP SDK which is an example of cl/gl interop (say for example doing graphics rendering using OpenGL and computation using OpenCL). The same should also work for cl and gl es. together.
If you want to have look of OpenGL along with C++ binding of OpenCL, you can look over URNGNoiseGL sample from same app sdk.
Thanks!