Home
last modified time | relevance | path

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

/sdk/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()
/sdk/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.cpp58 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()
/sdk/emulator/opengl/tests/ut_renderer/
DRendererContext.cpp28 ctx = eglCreateContext(dpy, config, shared, context_attributes); in create()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp418 ctx = eglCreateContext(d,configs[0],EGL_NO_CONTEXT,attrib_list); in WinMain()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp198 ctx = eglCreateContext(d,configs[0],EGL_NO_CONTEXT,NULL); in WinMain()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp605 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/
DGLProtoBuf.java478 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/
DStateTransformFactory.java42 case eglCreateContext: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in6 void, eglCreateContext, int version, int context