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:surfFormats
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H
A
D
vulkan_command_buffer_utils.cpp
668
VkSurfaceFormatKHR *
surfFormats
=
in init_swapchain_extension()
local
671
vkGetPhysicalDeviceSurfaceFormatsKHR(info.gpus[0], info.surface, &formatCount,
surfFormats
);
in init_swapchain_extension()
676
if (formatCount == 1 &&
surfFormats
[0].format == VK_FORMAT_UNDEFINED)
in init_swapchain_extension()
683
info.format =
surfFormats
[0].format;
in init_swapchain_extension()
685
free(
surfFormats
);
in init_swapchain_extension()
/third_party/glfw/tests/
H
A
D
triangle-vulkan.c
1939
VkSurfaceFormatKHR *
surfFormats
=
in demo_init_vk_swapchain()
local
1942
&formatCount,
surfFormats
);
in demo_init_vk_swapchain()
1947
if (formatCount == 1 &&
surfFormats
[0].format == VK_FORMAT_UNDEFINED) {
in demo_init_vk_swapchain()
1951
demo->format =
surfFormats
[0].format;
in demo_init_vk_swapchain()
1953
demo->color_space =
surfFormats
[0].colorSpace;
in demo_init_vk_swapchain()
Completed in 6 milliseconds