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:isBudgeted
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/src/image/
H
A
D
SkImage_GpuBase.cpp
142
SkBudgeted
isBudgeted
= view.proxy()->
isBudgeted
();
in onMakeSubset()
local
148
isBudgeted
);
in onMakeSubset()
H
A
D
SkSurface_Gpu.cpp
126
SkBudgeted budgeted = rtp->
isBudgeted
();
in onNewImageSnapshot()
/third_party/skia/src/gpu/
H
A
D
BaseDevice.cpp
87
oldRTP->
isBudgeted
(),
in replaceBackingProxy()
H
A
D
GrRenderTargetProxy.cpp
164
this->
isBudgeted
(),
in callbackDesc()
H
A
D
GrTextureRenderTargetProxy.cpp
171
this->
isBudgeted
(),
in callbackDesc()
H
A
D
GrResourceAllocator.cpp
172
if (SkBudgeted::kYes == proxy->
isBudgeted
() &&
in instantiateSurface()
380
if (SkBudgeted::kNo == proxy->
isBudgeted
() || proxy->isInstantiated()) {
in makeBudgetHeadroom()
H
A
D
GrTextureProxy.cpp
229
this->
isBudgeted
(),
in callbackDesc()
H
A
D
GrSurfaceProxy.h
264
SkBudgeted
isBudgeted
() const { return fBudgeted; }
in isBudgeted()
function in GrSurfaceProxy
/third_party/skia/src/gpu/v1/
H
A
D
SurfaceDrawContext_v1.h
564
SkBudgeted
isBudgeted
() const;
H
A
D
SurfaceDrawContext.cpp
1662
SkBudgeted SurfaceDrawContext::
isBudgeted
() const {
in isBudgeted()
function in skgpu::v1::SurfaceDrawContext
1671
return this->asSurfaceProxy()->
isBudgeted
();
in isBudgeted()
/third_party/skia/tests/
H
A
D
ProxyTest.cpp
40
REPORTER_ASSERT(reporter, proxy->
isBudgeted
() == budgeted);
in check_surface()
H
A
D
SurfaceTest.cpp
571
return proxy->
isBudgeted
();
in is_budgeted()
575
return sk_gpu_test::GetTextureImageProxy(image, rc)->
isBudgeted
();
in is_budgeted()
H
A
D
ImageTest.cpp
450
REPORTER_ASSERT(reporter, texProxy->
isBudgeted
() == budgeted);
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
Completed in 16 milliseconds