Searched refs:surfOut (Results 1 – 2 of 2) sorted by relevance
372 void createTrivialContext(HandleType shared, HandleType* contextOut, HandleType* surfOut);507 void createSharedTrivialContext(EGLContext* contextOut, EGLSurface* surfOut);
2986 HandleType* surfOut) { in createTrivialContext() argument2988 assert(surfOut); in createTrivialContext()2993 *surfOut = createEmulatedEglWindowSurface(0, 1, 1); in createTrivialContext()2996 void FrameBuffer::createSharedTrivialContext(EGLContext* contextOut, EGLSurface* surfOut) { in createSharedTrivialContext() argument2998 assert(surfOut); in createSharedTrivialContext()3014 *surfOut = s_egl.eglCreatePbufferSurface(getDisplay(), config->getHostEglConfig(), pbufAttribs); in createSharedTrivialContext()