Searched defs:Ret (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
| D | eglndk.cpp | 57 EGLBoolean Ret = eglInitialize(myEGLWindow->eglDisplay, &majorVersion, &minorVersion); in createMyEglWindow() local 89 EGLBoolean Ret = eglTerminate(myEGLWindow->eglDisplay); in destroyMyEglWindow() local 125 EGLBoolean Ret = eglChooseConfig(display, confAttr, &config, config_size, &numConfigs); in EglChooseConfig() local 140 EGLBoolean Ret = eglChooseConfig(display, confAttr, &config, config_size, &numConfigs); in EglChooseConfigAbnormal() local 160 EGLBoolean Ret = eglCopyBuffers(m_eglDisplay, m_eglSurface, mNativeDisplay); in EglCopyBuffersAbnormal() local 300 EGLBoolean Ret = eglDestroyContext(m_eglDisplay, m_eglCtx); in EglDestroyContext() local 315 EGLBoolean Ret = eglDestroyContext(m_eglDisplay, m_eglCtx); in EglDestroyContextAbnormal() local 337 EGLBoolean Ret = eglDestroySurface(m_eglDisplay, m_eglSurface); in EglDestroySurface() local 356 EGLBoolean Ret = eglDestroySurface(m_eglDisplay, m_eglSurface); in EglDestroySurfaceAbnormal() local 376 EGLBoolean Ret; in EglGetConfigAttrib() local [all …]
|