OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_timestamp
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_screen.h
116
uint64_t (*
get_timestamp
)(struct pipe_screen *);
member in struct:pipe_screen
/external/mesa3d/src/gallium/include/pipe/
p_screen.h
116
uint64_t (*
get_timestamp
)(struct pipe_screen *);
member in struct:pipe_screen
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_screen.c
251
return screen->
get_timestamp
(screen);
280
id_screen->base.
get_timestamp
= identity_screen_get_timestamp;
/external/mesa3d/src/gallium/drivers/identity/
id_screen.c
251
return screen->
get_timestamp
(screen);
280
id_screen->base.
get_timestamp
= identity_screen_get_timestamp;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_screen.c
167
pscreen->
get_timestamp
= nouveau_screen_get_timestamp;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_queryobj.c
183
return screen->
get_timestamp
(screen);
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c
167
pscreen->
get_timestamp
= nouveau_screen_get_timestamp;
/external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c
183
return screen->
get_timestamp
(screen);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_screen.c
334
return screen->
get_timestamp
(screen);
372
GLHD_SCREEN_INIT(
get_timestamp
);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_screen.c
410
trace_dump_call_begin("pipe_screen", "
get_timestamp
");
413
result = screen->
get_timestamp
(screen);
488
tr_scr->base.
get_timestamp
= trace_screen_get_timestamp;
/external/mesa3d/src/gallium/drivers/galahad/
glhd_screen.c
334
return screen->
get_timestamp
(screen);
372
GLHD_SCREEN_INIT(
get_timestamp
);
/external/mesa3d/src/gallium/drivers/trace/
tr_screen.c
410
trace_dump_call_begin("pipe_screen", "
get_timestamp
");
413
result = screen->
get_timestamp
(screen);
488
tr_scr->base.
get_timestamp
= trace_screen_get_timestamp;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_screen.c
388
screen->base.
get_timestamp
= softpipe_get_timestamp;
/external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.c
388
screen->base.
get_timestamp
= softpipe_get_timestamp;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_pipe.c
384
screen->
get_timestamp
= noop_get_timestamp;
/external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c
384
screen->
get_timestamp
= noop_get_timestamp;
/external/skia/gm/rebaseline_server/
results.py
73
def
get_timestamp
(self):
member in class:Results
server.py
326
time_updated = results_obj.
get_timestamp
()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c
964
rscreen->screen.
get_timestamp
= r600_get_timestamp;
/external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c
964
rscreen->screen.
get_timestamp
= r600_get_timestamp;
Completed in 1003 milliseconds