Searched defs:Ret (Results 1 – 1 of 1) sorted by relevance
| /test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
| D | eglndk.cpp | 55 EGLBoolean Ret = eglInitialize(myEGLWindow->eglDisplay, &majorVersion, &minorVersion); in createMyEglWindow() local 87 EGLBoolean Ret = eglTerminate(myEGLWindow->eglDisplay); in destroyMyEglWindow() local 123 EGLBoolean Ret = eglChooseConfig(display, confAttr, &config, config_size, &numConfigs); in EglChooseConfig() local 138 EGLBoolean Ret = eglChooseConfig(display, confAttr, &config, config_size, &numConfigs); in EglChooseConfigAbnormal() local 158 EGLBoolean Ret = eglCopyBuffers(m_eglDisplay, m_eglSurface, mNativeDisplay); in EglCopyBuffersAbnormal() local 298 EGLBoolean Ret = eglDestroyContext(m_eglDisplay, m_eglCtx); in EglDestroyContext() local 313 EGLBoolean Ret = eglDestroyContext(m_eglDisplay, m_eglCtx); in EglDestroyContextAbnormal() local 335 EGLBoolean Ret = eglDestroySurface(m_eglDisplay, m_eglSurface); in EglDestroySurface() local 354 EGLBoolean Ret = eglDestroySurface(m_eglDisplay, m_eglSurface); in EglDestroySurfaceAbnormal() local 374 EGLBoolean Ret; in EglGetConfigAttrib() local [all …]
|