OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cgl_context_
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/mac/
scoped_pixel_buffer_object.cc
18
:
cgl_context_
(NULL),
28
cgl_context_
= cgl_context;
29
CGLContextObj CGL_MACRO_CONTEXT =
cgl_context_
;
40
cgl_context_
= NULL;
48
CGLContextObj CGL_MACRO_CONTEXT =
cgl_context_
;
50
cgl_context_
= NULL;
scoped_pixel_buffer_object.h
33
CGLContextObj
cgl_context_
;
member in class:webrtc::ScopedPixelBufferObject
/external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm
238
CGLContextObj
cgl_context_
;
312
cgl_context_
(NULL),
355
if (
cgl_context_
) {
357
CGLDestroyContext(
cgl_context_
);
358
cgl_context_
= NULL;
426
} else if (
cgl_context_
) {
531
CGLContextObj CGL_MACRO_CONTEXT =
cgl_context_
;
571
CGLContextObj CGL_MACRO_CONTEXT =
cgl_context_
;
[
all
...]
Completed in 169 milliseconds