Lines Matching refs:EGLint
53 static const char* egl_error_str(EGLint error) { in egl_error_str()
106 EGLint major, minor; in initialize()
181 EGLint swapBehavior = in loadConfigs()
183 EGLint attribs[] = {EGL_RENDERABLE_TYPE, in loadConfigs()
203 EGLint numConfigs = 1; in loadConfigs()
220 EGLint attribs16F[] = {EGL_RENDERABLE_TYPE, in loadConfigs()
252 std::vector<EGLint> contextAttributes; in createContext()
273 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in createPBufferSurface()
306 EGLint attribs[] = {EGL_NONE, EGL_NONE, EGL_NONE}; in createSurface()
367 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { in makeCurrent()
391 EGLint EglManager::queryBufferAge(EGLSurface surface) { in queryBufferAge()
398 EGLint bufferAge; in queryBufferAge()
420 EGLint rects[4]; in damageFrame()
440 EGLint rects[4]; in swapBuffers()
444 EGLint err = eglGetError(); in swapBuffers()
476 EGLint swapBehavior; in setPreserveBuffer()