Searched defs:MakeCurrent (Results 1 - 8 of 8) sorted by relevance

/external/autotest/client/deps/glbench/src/
H A Degl_stuff.cc104 bool EGLInterface::MakeCurrent(const GLContext& context) { function in class:EGLInterface
H A Dglx_stuff.cc92 bool GLXInterface::MakeCurrent(const GLContext& context) { function in class:GLXInterface
H A Dwaffle_stuff.cc183 bool WaffleInterface::MakeCurrent(const GLContext& context) { function in class:WaffleInterface
/external/mesa3d/src/egl/main/
H A Deglapi.h78 EGLBoolean (*MakeCurrent)(_EGLDriver *drv, _EGLDisplay *dpy, member in struct:_egl_api
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_util.h106 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, member in struct:__DriverAPIRec
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx); member in struct:_glxapi_table
/external/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp769 EGLBoolean MakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) function in namespace:egl
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp661 class MakeCurrent : public tcu::ThreadUtil::Operation class in namespace:deqp::egl::GLES2ThreadTest
664 MakeCurrent (EGLThread& thread, EGLDisplay display, SharedPtr<Surface> surface, SharedPtr<GLES2Context> context);
674 MakeCurrent::MakeCurrent (EGLThread& thread, EGLDisplay display, SharedPtr<Surface> surface, SharedPtr<GLES2Context> context) function in class:deqp::egl::GLES2ThreadTest::MakeCurrent
675 : tcu::ThreadUtil::Operation ("MakeCurrent")
702 void MakeCurrent::exec (tcu::ThreadUtil::Thread& t)
2194 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[threadNdx], m_eglDisplay, resourceManager.popSurface(0), resourceManager.popContext(0)));
2240 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[threadNdx], m_eglDisplay, SharedPtr<GLES2ThreadTest::Surface>(), SharedPtr<GLES2ThreadTest::GLES2Context>()));
3077 m_threads[0]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[0], m_eglDisplay, surface1, contex1));
3078 m_threads[1]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_thread
[all...]

Completed in 224 milliseconds