OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_lost
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/cc/resources/
release_callback.h
12
typedef base::Callback<void(unsigned sync_point, bool
is_lost
)>
single_release_callback.cc
23
void SingleReleaseCallback::Run(unsigned sync_point, bool
is_lost
) {
26
callback_.Run(sync_point,
is_lost
);
texture_mailbox_deleter.cc
21
bool
is_lost
) {
31
bool
is_lost
) {
34
FROM_HERE, base::Bind(run_impl_callback, sync_point,
is_lost
));
78
bool
is_lost
) {
82
impl_callbacks_.at(i)->Run(sync_point,
is_lost
);
single_release_callback.h
22
void Run(unsigned sync_point, bool
is_lost
);
texture_mailbox_deleter.h
38
bool
is_lost
);
resource_provider.cc
1307
bool
is_lost
=
local
[
all
...]
/external/chromium_org/cc/layers/
texture_layer.h
39
void Return(unsigned sync_point, bool
is_lost
);
62
void ReturnAndReleaseOnImplThread(unsigned sync_point, bool
is_lost
);
texture_layer.cc
319
void TextureLayer::MailboxHolder::Return(unsigned sync_point, bool
is_lost
) {
322
is_lost_ =
is_lost
;
349
unsigned sync_point, bool
is_lost
) {
350
Return(sync_point,
is_lost
);
/external/chromium_org/cc/trees/
layer_tree_host.h
313
void SetOutputSurfaceLostForTesting(bool
is_lost
) {
314
output_surface_lost_ =
is_lost
;
Completed in 112 milliseconds