Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/composer/
Dgl_color_convert_impl.cpp122 EGLint egl_contextAttribList[] = {EGL_CONTEXT_CLIENT_VERSION, 3, in CreateContext() local
126 ctx_.egl_context = eglCreateContext(ctx_.egl_display, eglConfig, NULL, egl_contextAttribList); in CreateContext()
Dgl_layer_stitch_impl.cpp105 EGLint egl_contextAttribList[] = {EGL_CONTEXT_CLIENT_VERSION, 3, in CreateContext() local
109 ctx_.egl_context = eglCreateContext(ctx_.egl_display, eglConfig, NULL, egl_contextAttribList); in CreateContext()