OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:egl_ctx_
(Results
1 - 2
of
2
) sorted by null
/external/drm_hwcomposer/
glworker.h
74
EGLContext
egl_ctx_
;
member in class:android::GLWorkerCompositor
glworker.cpp
446
: egl_display_(EGL_NO_DISPLAY),
egl_ctx_
(EGL_NO_CONTEXT) {
507
egl_ctx_
=
511
if (
egl_ctx_
== EGL_NO_CONTEXT) {
516
if (!eglMakeCurrent(egl_display_, EGL_NO_SURFACE, EGL_NO_SURFACE,
egl_ctx_
)) {
547
if (egl_display_ != EGL_NO_DISPLAY &&
egl_ctx_
!= EGL_NO_CONTEXT)
548
if (eglDestroyContext(egl_display_,
egl_ctx_
) == EGL_FALSE)
Completed in 384 milliseconds