Home
last modified time | relevance | path

Searched refs:destroyEglContext (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DEglContextTest.java45 Egl14Utils.destroyEglContext(eglDisplay, eglContext); in testCreateAndReleaseContext()
DEgl14Utils.java104 static void destroyEglContext(EGLDisplay eglDisplay, EGLContext eglContext) { in destroyEglContext() method in Egl14Utils
195 destroyEglContext(eglDisplay, eglContext); in retrieveCapableTextureSize()
DGlTestBase.java98 Egl14Utils.destroyEglContext(sEglDisplay, mEglContext); in cleanupContext()