Searched refs:eglCreateContext (Results 1 – 15 of 15) sorted by relevance
/sdk/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()
|
/sdk/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 | 58 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()
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | RendererContext.cpp | 28 ctx = eglCreateContext(dpy, config, shared, context_attributes); in create()
|
/sdk/emulator/opengl/host/libs/Translator/include/EGL/ |
D | egl.h | 297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | triangleV2.cpp | 418 ctx = eglCreateContext(d,configs[0],EGL_NO_CONTEXT,attrib_list); in WinMain()
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 198 ctx = eglCreateContext(d,configs[0],EGL_NO_CONTEXT,NULL); in WinMain()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglImp.cpp | 605 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay display, EGLConfig config, in eglCreateContext() function
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 478 eglCreateContext(448, 2011), enumConstant 971 case 2011: return eglCreateContext; in valueOf()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 42 case eglCreateContext: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 6 void, eglCreateContext, int version, int context
|