OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ViaRemote
(Results
1 - 3
of
3
) sorted by null
/external/skia/dm/
DMSrcSink.h
312
class
ViaRemote
: public Via {
314
ViaRemote
(bool cache, Sink* sink) : Via(sink), fCache(cache) {}
DM.cpp
725
VIA("remote",
ViaRemote
, false, wrapped);
726
VIA("remote_cache",
ViaRemote
, true, wrapped);
[
all
...]
DMSrcSink.cpp
[
all
...]
Completed in 58 milliseconds