/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libEGL.so.functions.txt | 5 eglCreateContext
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
D | libEGL.so.functions.txt | 5 eglCreateContext
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | egl_ftable.h | 42 {"eglCreateContext", (void *)eglCreateContext},
|
D | egl_dispatch.h | 44 eglCreateContext_t eglCreateContext; member 89 …ontext(eglCreateContext_t f) { eglCreateContext_t retval = eglCreateContext; eglCreateContext = f;… in set_eglCreateContext()
|
D | egl.cpp | 461 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() function 491 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib); in eglCreateContext()
|
/development/tools/emulator/opengl/system/egl/ |
D | egl_ftable.h | 42 {"eglCreateContext", (void *)eglCreateContext},
|
/development/tools/emulator/opengl/tests/EGL_host_wrapper/ |
D | egl_ftable.h | 42 {"eglCreateContext", (void *)eglCreateContext},
|
D | egl_dispatch.h | 44 eglCreateContext_t eglCreateContext; member 89 …ontext(eglCreateContext_t f) { eglCreateContext_t retval = eglCreateContext; eglCreateContext = f;… in set_eglCreateContext()
|
D | egl.cpp | 174 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() function 176 return getDispatch()->eglCreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
D | RenderContext.cpp | 51 c->m_ctx = s_egl.eglCreateContext(FrameBuffer::getFB()->getDisplay(), in create()
|
D | EGLDispatch.h | 44 eglCreateContext_t eglCreateContext; member
|
D | EGLDispatch.cpp | 64 s_egl.eglCreateContext = (eglCreateContext_t) lib->findSymbol("eglCreateContext"); in init_egl_dispatch()
|
D | FrameBuffer.cpp | 63 EGLContext ctx = s_egl.eglCreateContext(p_dpy, config, in getGLES2ExtensionString() 199 fb->m_eglContext = s_egl.eglCreateContext(fb->m_eglDisplay, fb->m_eglConfig, in initialize() 216 fb->m_pbufContext = s_egl.eglCreateContext(fb->m_eglDisplay, fb->m_eglConfig, in initialize()
|
/development/tools/emulator/opengl/tests/ut_renderer/ |
D | RendererContext.cpp | 28 ctx = eglCreateContext(dpy, config, shared, context_attributes); in create()
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | importgl.h | 67 FNDEF(EGLContext, eglCreateContext, (EGLDisplay dpy, EGLConfig config, EGLContext share_list, const… 119 #define eglCreateContext FNPTR(eglCreateContext) macro
|
D | importgl.c | 109 IMPORT_FUNC(eglCreateContext); in importGLInit()
|
D | app-linux.c | 134 sEglContext = eglCreateContext(sEglDisplay, sEglConfig, NULL, NULL); in initGraphics()
|
D | app-win32.c | 135 sEglContext = eglCreateContext(sEglDisplay, sEglConfig, NULL, NULL); in initEGL()
|
/development/samples/BrowserPlugin/jni/ |
D | RenderingThread.cpp | 77 m_eglContext = eglCreateContext(m_eglDisplay, m_eglConfig, NULL, contextAttribs); in readyToRun()
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
D | main.c | 102 context = eglCreateContext(display, config, NULL, NULL); in engine_init_display()
|
/development/ndk/platforms/android-9/include/EGL/ |
D | egl.h | 297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
|
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/ |
D | egl.h | 297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
D | GL2JNIView.java | 116 … EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
|
/development/tools/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 182 ctx = eglCreateContext(d,configs[0],EGL_NO_CONTEXT,NULL); in WinMain()
|
/development/tools/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | triangleV2.cpp | 402 ctx = eglCreateContext(d,configs[0],EGL_NO_CONTEXT,attrib_list); in WinMain()
|