HomeSort by relevance Sort by last modified time
    Searched defs:MakeCurrent (Results 1 - 8 of 8) sorted by null

  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 101 bool EGLInterface::MakeCurrent(const GLContext& context) {
glx_stuff.cc 90 bool GLXInterface::MakeCurrent(const GLContext& context) {
waffle_stuff.cc 181 bool WaffleInterface::MakeCurrent(const GLContext& context) {
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 104 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv,
  /external/mesa3d/src/egl/main/
eglapi.h 145 MakeCurrent_t MakeCurrent;
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 236 egl.makeCurrent(runtimeContext->display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
661 class MakeCurrent : public tcu::ThreadUtil::Operation
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)
675 : tcu::ThreadUtil::Operation ("MakeCurrent")
702 void MakeCurrent::exec (tcu::ThreadUtil::Thread& t)
713 EGLU_CHECK_CALL(thread.egl, makeCurrent(m_display, m_surface->surface, m_surface->surface, m_context->context));
721 EGLU_CHECK_CALL(thread.egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 402 milliseconds