Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PersistentCache
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/include/gpu/
H
A
D
GrContextOptions.h
46
class SK_API
PersistentCache
{
class
48
virtual ~
PersistentCache
() = default;
68
PersistentCache
() = default;
69
PersistentCache
(const
PersistentCache
&) = delete;
70
PersistentCache
& operator=(const
PersistentCache
&) = delete;
228
PersistentCache
* fPersistentCache = nullptr;
231
* This affects the usage of the
PersistentCache
. We can cache SkSL, backend source (GLSL), or
362
struct
PersistentCache
{};
struct
[all...]
H
A
D
GrDirectContext.h
802
// The key and data blobs should be the ones passed to the
PersistentCache
, in SkSL format.
939
GrContextOptions::
PersistentCache
* fPersistentCache;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
PersistentCache.cpp
15
#include "dawn_native/
PersistentCache
.h"
23
PersistentCache
::
PersistentCache
(DeviceBase* device)
in PersistentCache()
function in dawn_native::PersistentCache
27
ScopedCachedBlob
PersistentCache
::LoadData(const PersistentCacheKey& key) {
in LoadData()
44
void
PersistentCache
::StoreData(const PersistentCacheKey& key, const void* value, size_t size) {
in StoreData()
54
dawn_platform::CachingInterface*
PersistentCache
::GetPlatformCache() {
in GetPlatformCache()
H
A
D
PersistentCache.h
44
class
PersistentCache
{
class
46
PersistentCache
(DeviceBase* device);
79
//
PersistentCache
impl
H
A
D
Device.h
51
class
PersistentCache
;
272
PersistentCache
* GetPersistentCache();
535
std::unique_ptr<
PersistentCache
> mPersistentCache;
H
A
D
Device.cpp
36
#include "dawn_native/
PersistentCache
.h"
233
mPersistentCache = std::make_unique<
PersistentCache
>(this);
in Initialize()
540
PersistentCache
* DeviceBase::GetPersistentCache() {
in GetPersistentCache()
/third_party/skia/src/gpu/
H
A
D
GrDirectContextPriv.h
106
GrContextOptions::
PersistentCache
* getPersistentCache() {
in getPersistentCache()
/third_party/skia/tools/gpu/
H
A
D
MemoryCache.h
25
class MemoryCache : public GrContextOptions::
PersistentCache
{
Completed in 6 milliseconds