OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_cs
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libva/va/glx/
va_glx_impl.c
421
gl_set_current_context(OpenGLContextStateP new_cs, OpenGLContextStateP
old_cs
)
429
if (
old_cs
) {
430
if (
old_cs
== new_cs)
432
gl_get_current_context(
old_cs
);
433
if (
old_cs
->display == new_cs->display &&
434
old_cs
->window == new_cs->window &&
435
old_cs
->context == new_cs->context)
874
struct OpenGLContextState
old_cs
, *new_cs;
local
876
gl_get_current_context(&
old_cs
);
877
new_cs = gl_create_context(ctx, &
old_cs
);
904
struct OpenGLContextState
old_cs
, *new_cs;
local
1037
struct OpenGLContextState
old_cs
;
local
[
all
...]
/external/fio/
gettime.c
234
enum fio_cs
old_cs
= fio_clock_source;
local
255
fio_clock_source =
old_cs
;
Completed in 77 milliseconds