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:fTextureProxy
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrDynamicAtlas.cpp
93
fTextureProxy
= MakeLazyAtlasProxy(
in reset()
97
fTextureProxy
->backingStoreDimensions(),
in reset()
122
return {
fTextureProxy
, kTextureOrigin,
in readView()
123
caps.getReadSwizzle(
fTextureProxy
->backendFormat(), fColorType)};
in readView()
127
return {
fTextureProxy
, kTextureOrigin,
in writeView()
128
caps.getWriteSwizzle(
fTextureProxy
->backendFormat(), fColorType)};
in writeView()
196
if (
fTextureProxy
->isFullyLazy()) {
in instantiate()
199
fTextureProxy
->priv().setLazyDimensions(fDrawBounds);
in instantiate()
201
SkASSERT(
fTextureProxy
->dimensions() == fDrawBounds);
in instantiate()
207
SkASSERT(backingRT->backendFormat() ==
fTextureProxy
in instantiate()
[all...]
H
A
D
GrTextureProxyCacheAccess.h
19
fTextureProxy
->setUniqueKey(proxyProvider, key);
in setUniqueKey()
23
fTextureProxy
->clearUniqueKey();
in clearUniqueKey()
26
explicit CacheAccess(GrTextureProxy* textureProxy) :
fTextureProxy
(textureProxy) {}
in CacheAccess()
35
GrTextureProxy*
fTextureProxy
;
member in GrTextureProxy::CacheAccess
H
A
D
GrTextureProxy.cpp
153
SkASSERT(!
fTextureProxy
->fDeferredUploader);
in setDeferredUploader()
154
fTextureProxy
->fDeferredUploader = std::move(uploader);
in setDeferredUploader()
159
if (
fTextureProxy
->fDeferredUploader &&
fTextureProxy
->isInstantiated()) {
in scheduleUpload()
160
fTextureProxy
->fDeferredUploader->scheduleUpload(flushState,
fTextureProxy
);
in scheduleUpload()
165
SkASSERT(
fTextureProxy
->fDeferredUploader);
in resetDeferredUploader()
166
fTextureProxy
->fDeferredUploader.reset();
in resetDeferredUploader()
H
A
D
GrTextureProxyPriv.h
23
bool isDeferred() const { return SkToBool(
fTextureProxy
->fDeferredUploader.get()); }
in isDeferred()
32
explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) :
fTextureProxy
(textureProxy) {}
in GrTextureProxyPriv()
41
GrTextureProxy*
fTextureProxy
;
member in GrTextureProxyPriv
H
A
D
GrDynamicAtlas.h
59
GrTextureProxy* textureProxy() const { return
fTextureProxy
.get(); }
in textureProxy()
62
bool isInstantiated() const { return
fTextureProxy
->isInstantiated(); }
in isInstantiated()
94
sk_sp<GrTextureProxy>
fTextureProxy
;
member in GrDynamicAtlas::InternalMultisample
/third_party/skia/experimental/graphite/src/
H
A
D
RenderPassTask.cpp
40
if (fRenderPassDesc.fColorAttachment.
fTextureProxy
) {
in addCommands()
41
auto target = fRenderPassDesc.fColorAttachment.
fTextureProxy
;
in addCommands()
H
A
D
CommandBuffer.cpp
31
if (colorInfo.
fTextureProxy
) {
in beginRenderPass()
32
this->trackResource(colorInfo.
fTextureProxy
->refTexture());
in beginRenderPass()
H
A
D
DrawContext.cpp
117
desc.fColorAttachment.
fTextureProxy
= sk_ref_sp(fDrawPasses[0]->target());
in snapRenderPassTask()
H
A
D
CommandBuffer.h
27
sk_sp<TextureProxy>
fTextureProxy
;
member
/third_party/skia/tests/graphite/
H
A
D
CommandBufferTest.cpp
63
renderPassDesc.fColorAttachment.
fTextureProxy
= target;
in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
Completed in 4 milliseconds