Home
last modified time | relevance | path

Searched refs:getHostEglConfig (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.h49 EGLConfig getHostEglConfig() const { return mHostConfig; } in getHostEglConfig() function
DEmulationGl.cpp661 EGLConfig config = emulatedEglConfig->getHostEglConfig(); in createEmulatedEglContext()
706 EGLConfig config = emulatedEglConfig->getHostEglConfig(); in createEmulatedEglWindowSurface()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3009 *contextOut = s_egl.eglCreateContext(getDisplay(), config->getHostEglConfig(), in createSharedTrivialContext()
3014 *surfOut = s_egl.eglCreatePbufferSurface(getDisplay(), config->getHostEglConfig(), pbufAttribs); in createSharedTrivialContext()