Home
last modified time | relevance | path

Searched refs:egl_context (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dgl_color_convert_impl.cpp126 ctx_.egl_context = eglCreateContext(ctx_.egl_display, eglConfig, NULL, egl_contextAttribList); in CreateContext()
139 DLOGI("Created context = %p", (void *)(&ctx_.egl_context)); in CreateContext()
Dgl_layer_stitch_impl.cpp109 ctx_.egl_context = eglCreateContext(ctx_.egl_display, eglConfig, NULL, egl_contextAttribList); in CreateContext()
122 DLOGI("Created context = %p", (void *)(&ctx_.egl_context)); in CreateContext()
Dgl_common.cpp80 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()
Dgl_common.h52 EGLContext egl_context = EGL_NO_CONTEXT; member