Home
last modified time | relevance | path

Searched refs:m_eglConf (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/
H A Deglndk.cpp148 EGLConfig m_eglConf = nullptr; in EglCopyBuffersAbnormal() local
155 eglChooseConfig(m_eglDisplay, confAttr, &m_eglConf, config_size, &numConfigs); in EglCopyBuffersAbnormal()
171 EGLConfig m_eglConf = nullptr; in EglCreateContext() local
178 eglChooseConfig(m_eglDisplay, confAttr, &m_eglConf, config_size, &numConfigs); in EglCreateContext()
180 EGLSurface m_eglSurface = eglCreatePbufferSurface(m_eglDisplay, m_eglConf, surfaceAttr); in EglCreateContext()
183 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, ctxAttr); in EglCreateContext()
197 EGLConfig m_eglConf = nullptr; in EglCreateContextAbnormal() local
199 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, ctxAttr); in EglCreateContextAbnormal()
212 EGLConfig m_eglConf = nullptr; in EglCreatePbufferSurface() local
218 eglChooseConfig(m_eglDisplay, confAttr, &m_eglConf, config_siz in EglCreatePbufferSurface()
232 EGLConfig m_eglConf = nullptr; EglCreatePbufferSurfaceAbnormal() local
249 EGLConfig m_eglConf = nullptr; EglCreatePixmapSurfaceAbnormal() local
267 EGLConfig m_eglConf = nullptr; EglCreateWindowSurfaceAbnormal() local
285 EGLConfig m_eglConf = nullptr; EglDestroyContext() local
311 EGLConfig m_eglConf = nullptr; EglDestroyContextAbnormal() local
325 EGLConfig m_eglConf = nullptr; EglDestroySurface() local
347 EGLConfig m_eglConf = nullptr; EglDestroySurfaceAbnormal() local
366 EGLConfig m_eglConf[10]; EglGetConfigAttrib() local
389 EGLConfig m_eglConf[10]; EglGetConfigAttribAbnormal() local
408 EGLConfig m_eglConf[10]; EglGetConfigs() local
427 EGLConfig m_eglConf[10]; EglGetConfigsAbnormal() local
443 EGLConfig m_eglConf = nullptr; EglGetCurrentDisplay() local
483 EGLConfig m_eglConf = nullptr; EglGetCurrentSurface() local
535 EGLConfig m_eglConf = nullptr; EglGetError() local
598 EGLConfig m_eglConf = nullptr; EglMakeCurrent() local
641 EGLConfig m_eglConf = nullptr; EglQueryContext() local
668 EGLConfig m_eglConf = nullptr; EglQueryContextAbnormal() local
721 EGLConfig m_eglConf = nullptr; EglQuerySurface() local
745 EGLConfig m_eglConf = nullptr; EglQuerySurfaceAbnormal() local
[all...]

Completed in 2 milliseconds