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:fVkState
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/include/gpu/
H
A
D
GrBackendSurfaceMutableState.h
33
:
fVkState
(layout, queueFamilyIndex)
in GrBackendSurfaceMutableState()
48
return
fVkState
.getImageLayout();
in getVkImageLayout()
57
return
fVkState
.getQueueFamilyIndex();
in getQueueFamilyIndex()
73
fVkState
.setImageLayout(layout);
in setVulkanState()
74
fVkState
.setQueueFamilyIndex(queueFamilyIndex);
in setVulkanState()
83
GrVkSharedImageInfo
fVkState
;
member
/third_party/skia/src/gpu/
H
A
D
GrBackendSurfaceMutableStateImpl.h
29
return fState.
fVkState
.getImageLayout();
in getImageLayout()
34
fState.
fVkState
.setImageLayout(layout);
in setImageLayout()
39
return fState.
fVkState
.getQueueFamilyIndex();
in getQueueFamilyIndex()
44
fState.
fVkState
.setQueueFamilyIndex(queueFamilyIndex);
in setQueueFamilyIndex()
49
return fState.
fVkState
;
in getVkSharedImageInfo()
H
A
D
GrBackendSurfaceMutableState.cpp
21
fVkState
= that.
fVkState
;
in GrBackendSurfaceMutableState()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkGpu.cpp
1994
newState.
fVkState
, previousState,
in setBackendTextureState()
2008
backendRenderTarget.dimensions(), newState.
fVkState
,
in setBackendRenderTargetState()
2230
const GrVkSharedImageInfo& newInfo = newState->
fVkState
;
in prepareSurfacesForBackendAccessAndStateUpdates()
Completed in 6 milliseconds