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:textureProxy
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrRenderTask.cpp
81
GrTextureProxy*
textureProxy
= this->target(0)->asTextureProxy();
in makeClosed()
local
82
if (
textureProxy
&& GrMipmapped::kYes ==
textureProxy
->mipmapped()) {
in makeClosed()
83
textureProxy
->markMipmapsDirty();
in makeClosed()
170
GrTextureProxy*
textureProxy
= dependedOn->asTextureProxy();
in addDependency()
local
172
SkASSERT(
textureProxy
);
in addDependency()
173
if (GrMipmapped::kYes !=
textureProxy
->mipmapped()) {
in addDependency()
177
} else if (
textureProxy
->mipmapsAreDirty()) {
in addDependency()
199
if (
textureProxy
&&
textureProxy
in addDependency()
[all...]
H
A
D
GrTextureResolveRenderTask.cpp
39
GrTextureProxy*
textureProxy
= proxy->asTextureProxy();
in addProxy()
local
40
SkASSERT(GrMipmapped::kYes ==
textureProxy
->mipmapped());
in addProxy()
41
SkASSERT(
textureProxy
->mipmapsAreDirty());
in addProxy()
42
textureProxy
->markMipmapsClean();
in addProxy()
H
A
D
GrTextureProxyPriv.h
32
explicit GrTextureProxyPriv(GrTextureProxy*
textureProxy
) : fTextureProxy(
textureProxy
) {}
in GrTextureProxyPriv()
argument
H
A
D
GrTextureProxyCacheAccess.h
26
explicit CacheAccess(GrTextureProxy*
textureProxy
) : fTextureProxy(
textureProxy
) {}
in CacheAccess()
argument
H
A
D
GrDrawingManager.cpp
499
if (auto*
textureProxy
= proxy->asTextureProxy()) {
in resolve_and_mipmap()
500
if (
textureProxy
->mipmapsAreDirty()) {
in resolve_and_mipmap()
501
SkASSERT(
textureProxy
->peekTexture());
in resolve_and_mipmap()
502
gpu->regenerateMipMapLevels(
textureProxy
->peekTexture());
in resolve_and_mipmap()
503
textureProxy
->markMipmapsClean();
in resolve_and_mipmap()
H
A
D
GrDynamicAtlas.h
59
GrTextureProxy*
textureProxy
() const { return fTextureProxy.get(); }
in textureProxy()
function in GrDynamicAtlas::InternalMultisample
/third_party/skia/src/gpu/ops/
H
A
D
AtlasRenderTask.h
33
const GrTextureProxy* atlasProxy() const { return fDynamicAtlas->
textureProxy
(); }
in atlasProxy()
Completed in 4 milliseconds