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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp397 EGLContext ctxt = eglCreateContext(display, config, NULL, contextAttributes); local
398 ALOGE_IF(ctxt==EGL_NO_CONTEXT, "EGLContext creation failed");
399 return ctxt;

Completed in 173 milliseconds