Searched refs:eglLSurface (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
H A D | eglndk.cpp | 40 EGLSurface eglLSurface;
member 69 myEGLWindow->eglLSurface = eglCreatePbufferSurface(myEGLWindow->eglDisplay, myEGLWindow->eglConfig, surfaceAttribs);
in createMyEglWindow() 70 NAPI_ASSERT(env, myEGLWindow->eglLSurface != EGL_NO_SURFACE, "eglCreatePbufferSurface error");
in createMyEglWindow() 75 Ret = eglMakeCurrent(myEGLWindow->eglDisplay, myEGLWindow->eglLSurface, myEGLWindow->eglLSurface,
in createMyEglWindow() 91 myEGLWindow->eglLSurface = EGL_NO_SURFACE;
in destroyMyEglWindow() 767 EGLBoolean Ret = eglSwapBuffers(myEGLWindow.eglDisplay, myEGLWindow.eglLSurface);
in EglSwapBuffers() 847 EGLSurface eglLSurface = eglCreatePbufferSurface(myEGLWindow.eglDisplay, myEGLWindow.eglConfig, surfaceAttribs);
in EglBindTexImage() local 848 NAPI_ASSERT(env, eglLSurface != EGL_NO_SURFACE, "eglCreatePbufferSurface error");
in EglBindTexImage() 855 EGLBoolean Ret = eglBindTexImage(myEGLWindow.eglDisplay, eglLSurface, EGL_BACK_BUFFE in EglBindTexImage() 885 EGLSurface eglLSurface = eglCreatePbufferSurface(myEGLWindow.eglDisplay, myEGLWindow.eglConfig, surfaceAttribs); EglReleaseTexImage() local [all...] |
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
H A D | gles3ndk.cpp | 101 EGLSurface eglLSurface; member 134 eglWindow->eglLSurface = eglCreatePbufferSurface(eglWindow->eglDisPlay, config, surfaceAttribs); in initGLES() 135 if (eglWindow->eglLSurface == EGL_NO_SURFACE) { in initGLES() 143 eglMakeCurrent(eglWindow->eglDisPlay, eglWindow->eglLSurface, eglWindow->eglLSurface, in initGLES() 153 if (eglWindow->eglDisPlay != EGL_NO_DISPLAY && eglWindow->eglLSurface != EGL_NO_SURFACE) { in destroyGLES() 154 eglDestroySurface(eglWindow->eglDisPlay, eglWindow->eglLSurface); in destroyGLES() 162 eglSwapBuffers(eglWindow->eglDisPlay, eglWindow->eglLSurface); in destroyGLES() 164 eglWindow->eglLSurface = EGL_NO_SURFACE; in destroyGLES()
|
Completed in 17 milliseconds