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:refProxy
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrSurfaceProxyView.h
56
sk_sp<GrSurfaceProxy>
refProxy
() const { return fProxy; }
in refProxy()
function in GrSurfaceProxyView
105
src.
refProxy
(),
in Copy()
120
src.
refProxy
(),
in Copy()
H
A
D
GrYUVATextureProxies.h
58
sk_sp<GrSurfaceProxy>
refProxy
(int i) const { return fProxies[i]; }
in refProxy()
function in GrYUVATextureProxies
H
A
D
SurfaceContext.h
136
sk_sp<GrSurfaceProxy> asSurfaceProxyRef() { return fReadView.
refProxy
(); }
in asSurfaceProxyRef()
H
A
D
GrRenderTask.h
157
this->addTarget(dm, view.
refProxy
());
in addTarget()
H
A
D
GrRecordingContextPriv.cpp
91
GrSurfaceProxyView writeView(readView.
refProxy
(), readView.origin(), writeSwizzle);
in makeSC()
H
A
D
SkGr.cpp
125
auto proxy = src.
refProxy
();
in GrCopyBaseMipMapToView()
/third_party/skia/tests/
H
A
D
CopySurfaceTest.cpp
112
result = dstContext->testCopy(srcView.
refProxy
(),
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H
A
D
RectangleTextureTest.cpp
113
SkAssertResult(dstContext->testCopy(srcView.
refProxy
()));
in test_copy_to_surface()
H
A
D
GrSurfaceTest.cpp
406
auto copyResult = surfContext->testCopy(copySrc.
refProxy
());
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/image/
H
A
D
SkImage_GpuYUVA.cpp
87
newProxies[i] = fYUVAProxies.
refProxy
(i);
in setupMipmapsForPlanes()
H
A
D
SkImage_Gpu.cpp
197
volatileSrc.
refProxy
(),
in MakeWithVolatileSrc()
Completed in 9 milliseconds