Home
last modified time | relevance | path

Searched defs:Ret (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/
Deglndk.cpp53 EGLBoolean Ret = eglInitialize(myEGLWindow->eglDisplay, &majorVersion, &minorVersion); in createMyEglWindow() local
85 EGLBoolean Ret = eglTerminate(myEGLWindow->eglDisplay); in destroyMyEglWindow() local
121 EGLBoolean Ret = eglChooseConfig(display, confAttr, &config, config_size, &numConfigs); in EglChooseConfig() local
136 EGLBoolean Ret = eglChooseConfig(display, confAttr, &config, config_size, &numConfigs); in EglChooseConfigAbnormal() local
156 EGLBoolean Ret = eglCopyBuffers(m_eglDisplay, m_eglSurface, mNativeDisplay); in EglCopyBuffersAbnormal() local
296 EGLBoolean Ret = eglDestroyContext(m_eglDisplay, m_eglCtx); in EglDestroyContext() local
311 EGLBoolean Ret = eglDestroyContext(m_eglDisplay, m_eglCtx); in EglDestroyContextAbnormal() local
333 EGLBoolean Ret = eglDestroySurface(m_eglDisplay, m_eglSurface); in EglDestroySurface() local
352 EGLBoolean Ret = eglDestroySurface(m_eglDisplay, m_eglSurface); in EglDestroySurfaceAbnormal() local
372 EGLBoolean Ret; in EglGetConfigAttrib() local
[all …]