Searched defs:createContext (Results 1 – 5 of 5) sorted by relevance
/development/tools/emulator/opengl/tests/ut_renderer/ |
D | Renderer.cpp | 91 int Renderer::createContext(RenderingThread *thread, const ClientHandle &handle, ClientHandle share… in createContext() function in Renderer
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
D | GL2JNIView.java | 112 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GL2JNIView.ContextFactory
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
D | EglMacApi.cpp | 153 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sha… in createContext() function
|
D | EglX11Api.cpp | 243 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sha… in createContext() function
|
D | EglWindowsApi.cpp | 512 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeCon… in createContext() function
|