Home
last modified time | relevance | path

Searched refs:surfOut (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/
DFrameBuffer.h372 void createTrivialContext(HandleType shared, HandleType* contextOut, HandleType* surfOut);
507 void createSharedTrivialContext(EGLContext* contextOut, EGLSurface* surfOut);
DFrameBuffer.cpp2986 HandleType* surfOut) { in createTrivialContext() argument
2988 assert(surfOut); in createTrivialContext()
2993 *surfOut = createEmulatedEglWindowSurface(0, 1, 1); in createTrivialContext()
2996 void FrameBuffer::createSharedTrivialContext(EGLContext* contextOut, EGLSurface* surfOut) { in createSharedTrivialContext() argument
2998 assert(surfOut); in createSharedTrivialContext()
3014 *surfOut = s_egl.eglCreatePbufferSurface(getDisplay(), config->getHostEglConfig(), pbufAttribs); in createSharedTrivialContext()