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:CpuBufferCache
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrBufferAllocPool.h
42
class
CpuBufferCache
: public GrNonAtomicRef<
CpuBufferCache
> {
class in GrBufferAllocPool
44
static sk_sp<
CpuBufferCache
> Make(int maxBuffersToCache);
50
CpuBufferCache
(int maxBuffersToCache);
86
GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, sk_sp<
CpuBufferCache
> cpuBufferCache);
162
sk_sp<
CpuBufferCache
> fCpuBufferCache;
182
GrVertexBufferAllocPool(GrGpu* gpu, sk_sp<
CpuBufferCache
> cpuBufferCache);
261
GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<
CpuBufferCache
> cpuBufferCache);
320
GrDrawIndirectBufferAllocPool(GrGpu* gpu, sk_sp<
CpuBufferCache
> cpuBufferCache)
in GrDrawIndirectBufferAllocPool()
H
A
D
GrBufferAllocPool.cpp
23
sk_sp<GrBufferAllocPool::
CpuBufferCache
> GrBufferAllocPool::
CpuBufferCache
::Make(
in Make()
25
return sk_sp<
CpuBufferCache
>(new
CpuBufferCache
(maxBuffersToCache));
in Make()
28
GrBufferAllocPool::
CpuBufferCache
::
CpuBufferCache
(int maxBuffersToCache)
in CpuBufferCache()
function in GrBufferAllocPool::CpuBufferCache
35
sk_sp<GrCpuBuffer> GrBufferAllocPool::
CpuBufferCache
::makeBuffer(size_t size,
in makeBuffer()
64
void GrBufferAllocPool::
CpuBufferCache
::releaseAll() {
in releaseAll()
89
sk_sp<
CpuBufferCache
> cpuBufferCache)
in GrBufferAllocPool()
424
GrVertexBufferAllocPool::GrVertexBufferAllocPool(GrGpu* gpu, sk_sp<
CpuBufferCache
> cpuBufferCach
[all...]
H
A
D
GrDrawingManager.h
216
sk_sp<GrBufferAllocPool::
CpuBufferCache
> fCpuBufferCache;
H
A
D
GrOpFlushState.h
33
sk_sp<GrBufferAllocPool::
CpuBufferCache
> = nullptr);
H
A
D
GrOpFlushState.cpp
25
sk_sp<GrBufferAllocPool::
CpuBufferCache
> cpuBufferCache)
in GrOpFlushState()
H
A
D
GrDrawingManager.cpp
160
fCpuBufferCache = GrBufferAllocPool::
CpuBufferCache
::Make(maxCachedBuffers);
in flush()
Completed in 5 milliseconds