Home
last modified time | relevance | path

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

/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/
H A Deglndk.cpp42 EGLConfig eglConfig; member
64 Ret = eglChooseConfig(myEGLWindow->eglDisplay, configAttribs, &myEGLWindow->eglConfig, EGL_ONE, &numConfigs); in createMyEglWindow()
69 myEGLWindow->eglLSurface = eglCreatePbufferSurface(myEGLWindow->eglDisplay, myEGLWindow->eglConfig, surfaceAttribs); in createMyEglWindow()
73 eglCreateContext(myEGLWindow->eglDisplay, myEGLWindow->eglConfig, EGL_NO_CONTEXT, contextAttribs); in createMyEglWindow()
93 myEGLWindow->eglConfig = nullptr; in destroyMyEglWindow()
847 EGLSurface eglLSurface = eglCreatePbufferSurface(myEGLWindow.eglDisplay, myEGLWindow.eglConfig, surfaceAttribs); in EglBindTexImage()
885 EGLSurface eglLSurface = eglCreatePbufferSurface(myEGLWindow.eglDisplay, myEGLWindow.eglConfig, surfaceAttribs); in EglReleaseTexImage()

Completed in 3 milliseconds