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:fTextureView
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/include/gpu/dawn/
H
A
D
GrDawnTypes.h
56
wgpu::TextureView
fTextureView
;
member
59
GrDawnRenderTargetInfo() :
fTextureView
(nullptr), fFormat(), fLevelCount(0) {
in GrDawnRenderTargetInfo()
62
:
fTextureView
(other.
fTextureView
)
in GrDawnRenderTargetInfo()
72
fTextureView
= texInfo.fTexture.CreateView(&desc);
in GrDawnRenderTargetInfo()
75
fTextureView
= other.
fTextureView
;
in operator =()
81
return
fTextureView
.Get() == other.
fTextureView
.Get() &&
in operator ==()
/third_party/skia/src/gpu/dawn/
H
A
D
GrDawnRenderTarget.h
32
wgpu::TextureView textureView() const { return fInfo.
fTextureView
; }
in textureView()
H
A
D
GrDawnGpu.cpp
303
if (!rt.getDawnRenderTargetInfo(&info) || !info.
fTextureView
) {
in onWrapBackendRenderTarget()
518
info.
fTextureView
= tex.CreateView();
in createTestingOnlyBackendRenderTarget()
528
info.
fTextureView
= nullptr;
in deleteTestingOnlyBackendRenderTarget()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkImage.cpp
235
,
fTextureView
(std::move(textureView))
in GrVkImage()
266
,
fTextureView
(std::move(textureView))
in GrVkImage()
563
SkASSERT(!
fTextureView
);
in ~GrVkImage()
590
fTextureView
.reset();
in releaseImage()
H
A
D
GrVkImage.h
105
const GrVkImageView* textureView() const { return
fTextureView
.get(); }
in textureView()
267
sk_sp<const GrVkImageView>
fTextureView
;
member in GrVkImage
/third_party/skia/tools/sk_app/
H
A
D
DawnWindowContext.cpp
72
rtInfo.
fTextureView
= fSwapChain.GetCurrentTextureView();
in getBackbufferSurface()
Completed in 5 milliseconds