Searched refs:bindContext (Results 1 – 4 of 4) sorted by relevance
155 FrameBuffer::getFB()->bindContext(0, 0, 0); in Main()
79 bool bindContext(HandleType p_context, HandleType p_drawSurface, HandleType p_readSurface);
273 bool ret = fb->bindContext(context, drawSurf, readSurf); in rcMakeCurrent()
662 bool FrameBuffer::bindContext(HandleType p_context, in bindContext() function in FrameBuffer