Home
last modified time | relevance | path

Searched refs:eglCreateContext (Results 1 – 25 of 29) sorted by relevance

12

/development/ndk/platforms/android-9/arch-x86/symbols/
DlibEGL.so.functions.txt5 eglCreateContext
/development/ndk/platforms/android-9/arch-arm/symbols/
DlibEGL.so.functions.txt5 eglCreateContext
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Degl_ftable.h42 {"eglCreateContext", (void *)eglCreateContext},
Degl_dispatch.h44 eglCreateContext_t eglCreateContext; member
89 …ontext(eglCreateContext_t f) { eglCreateContext_t retval = eglCreateContext; eglCreateContext = f;… in set_eglCreateContext()
Degl.cpp461 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/
Degl_ftable.h42 {"eglCreateContext", (void *)eglCreateContext},
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h42 {"eglCreateContext", (void *)eglCreateContext},
Degl_dispatch.h44 eglCreateContext_t eglCreateContext; member
89 …ontext(eglCreateContext_t f) { eglCreateContext_t retval = eglCreateContext; eglCreateContext = f;… in set_eglCreateContext()
Degl.cpp174 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/
DRenderContext.cpp51 c->m_ctx = s_egl.eglCreateContext(FrameBuffer::getFB()->getDisplay(), in create()
DEGLDispatch.h44 eglCreateContext_t eglCreateContext; member
DEGLDispatch.cpp64 s_egl.eglCreateContext = (eglCreateContext_t) lib->findSymbol("eglCreateContext"); in init_egl_dispatch()
DFrameBuffer.cpp63 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/
DRendererContext.cpp28 ctx = eglCreateContext(dpy, config, shared, context_attributes); in create()
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dimportgl.h67 FNDEF(EGLContext, eglCreateContext, (EGLDisplay dpy, EGLConfig config, EGLContext share_list, const…
119 #define eglCreateContext FNPTR(eglCreateContext) macro
Dimportgl.c109 IMPORT_FUNC(eglCreateContext); in importGLInit()
Dapp-linux.c134 sEglContext = eglCreateContext(sEglDisplay, sEglConfig, NULL, NULL); in initGraphics()
Dapp-win32.c135 sEglContext = eglCreateContext(sEglDisplay, sEglConfig, NULL, NULL); in initEGL()
/development/samples/BrowserPlugin/jni/
DRenderingThread.cpp77 m_eglContext = eglCreateContext(m_eglDisplay, m_eglConfig, NULL, contextAttribs); in readyToRun()
/development/ndk/platforms/android-9/samples/native-activity/jni/
Dmain.c102 context = eglCreateContext(display, config, NULL, NULL); in engine_init_display()
/development/ndk/platforms/android-9/include/EGL/
Degl.h297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java116 … EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
/development/tools/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp182 ctx = eglCreateContext(d,configs[0],EGL_NO_CONTEXT,NULL); in WinMain()
/development/tools/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp402 ctx = eglCreateContext(d,configs[0],EGL_NO_CONTEXT,attrib_list); in WinMain()

12