OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:made_current
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.h
62
bool
made_current
; /* True if the context has ever been made current. */
member in struct:apple_glx_context
apple_glx_pixmap.c
82
if (!ac->
made_current
) {
84
ac->
made_current
= true;
apple_glx_surface.c
79
if (!ac->
made_current
) {
86
ac->
made_current
= true;
apple_glx_pbuffer.c
86
if (!ac->
made_current
) {
88
ac->
made_current
= true;
apple_glx_context.c
157
ac->
made_current
= false;
/external/mesa3d/src/glx/apple/
apple_glx_context.h
62
bool
made_current
; /* True if the context has ever been made current. */
member in struct:apple_glx_context
apple_glx_pixmap.c
82
if (!ac->
made_current
) {
84
ac->
made_current
= true;
apple_glx_surface.c
79
if (!ac->
made_current
) {
86
ac->
made_current
= true;
apple_glx_pbuffer.c
86
if (!ac->
made_current
) {
88
ac->
made_current
= true;
apple_glx_context.c
157
ac->
made_current
= false;
Completed in 157 milliseconds