Searched refs:egl_context (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm7250/display/composer/ |
D | gl_color_convert_impl.cpp | 126 ctx_.egl_context = eglCreateContext(ctx_.egl_display, eglConfig, NULL, egl_contextAttribList); in CreateContext() 139 DLOGI("Created context = %p", (void *)(&ctx_.egl_context)); in CreateContext()
|
D | gl_layer_stitch_impl.cpp | 109 ctx_.egl_context = eglCreateContext(ctx_.egl_display, eglConfig, NULL, egl_contextAttribList); in CreateContext() 122 DLOGI("Created context = %p", (void *)(&ctx_.egl_context)); in CreateContext()
|
D | gl_common.cpp | 80 EGL(eglMakeCurrent(ctx->egl_display, ctx->egl_surface, ctx->egl_surface, ctx->egl_context)); in MakeCurrent() 171 EGL(eglDestroyContext(ctx->egl_display, ctx->egl_context)); in DestroyContext()
|
D | gl_common.h | 52 EGLContext egl_context = EGL_NO_CONTEXT; member
|