Searched defs:MakeCurrent (Results 1 - 8 of 8) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
H A D | egl_stuff.cc | 101 bool EGLInterface::MakeCurrent(const GLContext& context) { function in class:EGLInterface
|
H A D | glx_stuff.cc | 90 bool GLXInterface::MakeCurrent(const GLContext& context) { function in class:GLXInterface
|
H A D | waffle_stuff.cc | 181 bool WaffleInterface::MakeCurrent(const GLContext& context) { function in class:WaffleInterface
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
H A D | dri_util.h | 104 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, member in struct:__DriverAPIRec
|
/external/mesa3d/src/egl/main/ |
H A D | eglapi.h | 145 MakeCurrent_t MakeCurrent; member in struct:_egl_api
|
/external/mesa3d/src/mesa/drivers/x11/ |
H A D | glxapi.h | 74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx); member in struct:_glxapi_table
|
/external/deqp/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 661 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...] |
/external/libgdx/backends/gdx-backend-lwjgl3/libs/ |
H A D | lwjgl.jar | META-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ... |
Completed in 215 milliseconds