Home
last modified time | relevance | path

Searched refs:testContext (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp596 GLXContext testContext = nullptr; in queryCoreProfileSupport() local
600 testContext = in queryCoreProfileSupport()
607 if (testContext) { in queryCoreProfileSupport()
612 getGlxApi()->glXDestroyContext(mDisplay, testContext); in queryCoreProfileSupport()
DEglOsApi_wgl.cpp1206 HGLRC testContext = nullptr; in queryCoreProfileSupport() local
1211 testContext = in queryCoreProfileSupport()
1216 if (testContext) { in queryCoreProfileSupport()
1221 mDispatch->wglDeleteContext(testContext); in queryCoreProfileSupport()