Searched refs:eglConfig (Results 1 – 2 of 2) sorted by relevance
/sdk/emulator/opengl/tests/ut_renderer/ |
D | RendererSurface.cpp | 27 EGLConfig eglConfig; in getEglConfig() local 37 if (!eglChooseConfig(eglDisplay, attrib, &eglConfig, 1, &nConfigs)) { in getEglConfig() 42 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_BUFFER_SIZE, &ibuf)) { in getEglConfig() 47 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_DEPTH_SIZE, &ibuf)) { in getEglConfig() 58 return eglConfig; in getEglConfig() 81 EGLConfig eglConfig = getEglConfig(eglDisplay, config); in create() local 82 if (eglConfig == 0) { in create() 92 eglConfig, in create() 99 return new RendererSurface(eglDisplay, window, eglSurface, eglConfig); in create()
|
D | RendererSurface.h | 31 EGLConfig eglConfig() { return m_config; } in eglConfig() function
|