Home
last modified time | relevance | path

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

/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/
H A DopenglNdk.cpp30 static EGLSurface eglSurface = nullptr; variable
42 eglSurface = eglCreatePbufferSurface(eglDisplay, config, surfaceAttribs); in InitGLES()
45 eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in InitGLES()
49 eglDestroySurface(eglDisplay, eglSurface); in DestroyGLES()
52 eglSwapBuffers(eglDisplay, eglSurface); in DestroyGLES()
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/
H A Deglndk.cpp1011 EGLSurface eglSurface = in EglCreatePbufferFromClientBufferAbnormal() local
1013 NAPI_ASSERT(env, eglSurface == EGL_NO_SURFACE, "eglCreatePbufferFromClientBuffer error"); in EglCreatePbufferFromClientBufferAbnormal()
1293 EGLSurface eglSurface = eglCreatePlatformWindowSurface(EGL_NO_DISPLAY, nullptr, nullptr, nullptr); in EglCreatePlatformWindowSurfaceAbnormal() local
1294 NAPI_ASSERT(env, eglSurface == EGL_NO_SURFACE, "eglCreatePlatformWindowSurface error"); in EglCreatePlatformWindowSurfaceAbnormal()
1306 EGLSurface eglSurface = eglCreatePlatformPixmapSurface(EGL_NO_DISPLAY, nullptr, nullptr, nullptr); in EglCreatePlatformPixmapSurfaceAbnormal() local
1307 NAPI_ASSERT(env, eglSurface == EGL_NO_SURFACE, "eglCreatePlatformPixmapSurface error"); in EglCreatePlatformPixmapSurfaceAbnormal()

Completed in 4 milliseconds