Searched refs:egl_contextAttribList (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm7250/display/composer/ |
D | gl_color_convert_impl.cpp | 122 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()
|
D | gl_layer_stitch_impl.cpp | 105 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()
|