Home
last modified time | relevance | path

Searched refs:addContext (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.h55 EGLContext addContext(ContextPtr ctx );
DEglDisplay.cpp272 EGLContext EglDisplay::addContext(ContextPtr ctx ) { in addContext() function in EglDisplay
DEglImp.cpp653 return dpy->addContext(ctx); in eglCreateContext()