Home | History | Annotate | Download | only in gl

Lines Matching refs:context_

29       context_(NULL),
38 DCHECK(!context_);
65 context_ = eglCreateContext(
71 if (!context_) {
82 if (context_) {
83 if (!eglDestroyContext(display_, context_)) {
88 context_ = NULL;
93 DCHECK(context_);
98 "context", context_,
109 context_)) {
151 DCHECK(context_);
153 bool native_context_is_current = context_ == eglGetCurrentContext();
172 return context_;