Searched defs:MakeCurrent (Results 1 - 10 of 10) 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/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp174 static EGLBoolean MakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, function in class:__anon21032::TLSCurrentObjects
211 TLSCurrentObjects::MakeCurrent(display, dsurface, rsurface, context);
286 if (!TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
326 // Call MakeCurrent after destroying the context, so that the EGL implementation knows that
330 TLSCurrentObjects::MakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
344 if (!TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
381 return TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext) != EGL_FALSE;
/external/skqp/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp174 static EGLBoolean MakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, function in class:__anon21703::TLSCurrentObjects
211 TLSCurrentObjects::MakeCurrent(display, dsurface, rsurface, context);
286 if (!TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
326 // Call MakeCurrent after destroying the context, so that the EGL implementation knows that
330 TLSCurrentObjects::MakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
344 if (!TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
381 return TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext) != EGL_FALSE;
/external/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp796 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 297 milliseconds