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:asVkFormat
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrBackendUtils.cpp
60
SkAssertResult(format.
asVkFormat
(&vkFormat));
in GrBackendFormatToCompressionType()
121
SkAssertResult(format.
asVkFormat
(&vkFormat));
in GrBackendFormatBytesPerBlock()
181
SkAssertResult(format.
asVkFormat
(&vkFormat));
in GrBackendFormatStencilBits()
H
A
D
GrAHardwareBufferUtils.cpp
325
SkAssertResult(backendFormat.
asVkFormat
(&format));
in make_vk_backend_texture()
H
A
D
GrBackendSurface.cpp
135
bool GrBackendFormat::
asVkFormat
(VkFormat* format) const {
in asVkFormat()
function in GrBackendFormat
/third_party/skia/src/gpu/vk/
H
A
D
GrVkCaps.cpp
265
SkAssertResult(dst->backendFormat().
asVkFormat
(&dstFormat));
in onCanCopySurface()
266
SkAssertResult(src->backendFormat().
asVkFormat
(&srcFormat));
in onCanCopySurface()
1434
SkAssertResult(format.
asVkFormat
(&vkFormat));
in backend_format_is_external()
1444
if (!format.
asVkFormat
(&vkFormat)) {
in isFormatSRGB()
1456
if (!format.
asVkFormat
(&vkFormat)) {
in isFormatTexturable()
1478
if (!format.
asVkFormat
(&vkFormat)) {
in isFormatAsColorTypeRenderable()
1490
if (!format.
asVkFormat
(&vkFormat)) {
in isFormatRenderable()
1503
if (!format.
asVkFormat
(&vkFormat)) {
in getRenderTargetSampleCount()
1536
if (!format.
asVkFormat
(&vkFormat)) {
in maxRenderTargetSampleCount()
1567
if (!surfaceFormat.
asVkFormat
(
in supportedWritePixelsColorType()
[all...]
H
A
D
GrVkGpu.cpp
1155
SkAssertResult(format.
asVkFormat
(&pixelFormat));
in onCreateTexture()
1219
SkAssertResult(format.
asVkFormat
(&pixelFormat));
in onCreateCompressedTexture()
1253
SkAssertResult(format.
asVkFormat
(&pixelFormat));
in onCreateCompressedTexture()
1649
SkAssertResult(format.
asVkFormat
(&pixelFormat));
in makeMSAAAttachment()
1818
if (!format.
asVkFormat
(&vkFormat)) {
in onCreateBackendTexture()
2303
SkAssertResult(dst->backendFormat().
asVkFormat
(&srcFormat));
in copySurfaceAsCopyImage()
2367
SkAssertResult(dst->backendFormat().
asVkFormat
(&srcFormat));
in copySurfaceAsBlit()
H
A
D
GrVkRenderTarget.cpp
414
SkAssertResult(programInfo.backendFormat().
asVkFormat
(&format));
in ReconstructAttachmentsDescriptor()
/third_party/skia/include/gpu/
H
A
D
GrBackendSurface.h
147
bool
asVkFormat
(VkFormat*) const;
/third_party/skia/tests/
H
A
D
BackendAllocationTest.cpp
134
format.
asVkFormat
(&vkFormat);
in isBGRA8()
183
format.
asVkFormat
(&vkFormat);
in isRGB()
Completed in 15 milliseconds