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:pfnCallback
(Results
1 - 19
of
19
) sorted by relevance
/third_party/lzma/CPP/Windows/Control/
H
A
D
PropertyPage.cpp
106
// page.
pfnCallback
= NULL;
in MyPropertySheet()
127
// page.
pfnCallback
= NULL;
in MyPropertySheet()
145
sheet.
pfnCallback
= NULL;
in MyPropertySheet()
160
sheet.
pfnCallback
= NULL;
in MyPropertySheet()
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_debug_report.c
65
cb->callback = pCreateInfo->
pfnCallback
;
in VK_DEFINE_NONDISP_HANDLE_CASTS()
/third_party/vulkan-loader/loader/
H
A
D
debug_utils.c
305
new_dbg_func_node->report.pfnMsgCallback = pCreateInfo->
pfnCallback
;
in util_CreateDebugReportCallback()
474
new_dbg_func_node->report.pfnMsgCallback = pCreateInfo->
pfnCallback
;
in terminator_CreateDebugReportCallbackEXT()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H
A
D
main.cpp
94
debug_report_ci.
pfnCallback
= debug_report;
in SetupVulkan()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H
A
D
main.cpp
102
debug_report_ci.
pfnCallback
= debug_report;
in SetupVulkan()
/third_party/vulkan-loader/tests/
H
A
D
loader_debug_ext_tests.cpp
75
debug_report_info.
pfnCallback
= reinterpret_cast<PFN_vkDebugReportCallbackEXT>(test_DebugReportCallback);
in CreateReportInstance()
98
debug_report_info.
pfnCallback
= reinterpret_cast<PFN_vkDebugReportCallbackEXT>(test_DebugReportCallback);
in CreateReportCallback()
/third_party/skia/tools/gpu/vk/
H
A
D
VkTestUtils.cpp
532
callbackCreateInfo.
pfnCallback
= &DebugReportCallback;
in CreateVkBackendContext()
/third_party/vk-gl-cts/external/amber/src/samples/
H
A
D
config_helper_vulkan.cc
744
info.
pfnCallback
= debugCallback;
in CreateDebugReportCallback()
/third_party/glfw/tests/
H
A
D
triangle-vulkan.c
1794
dbgCreateInfo.
pfnCallback
= demo->use_break ? BreakCallback : dbgFunc;
in demo_init_vk()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
RendererVk.cpp
1357
debugReportInfo.
pfnCallback
= &DebugReportCallback;
in initialize()
/third_party/glfw/deps/glad/
H
A
D
vulkan.h
3589
PFN_vkDebugReportCallbackEXT
pfnCallback
;
member
/third_party/skia/include/third_party/vulkan/vulkan/
H
A
D
vulkan_core.h
8333
PFN_vkDebugReportCallbackEXT
pfnCallback
;
member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H
A
D
vulkan_structs.hpp
15155
,
pfnCallback
( pfnCallback_ )
15191
pfnCallback
= pfnCallback_;
15218
(
pfnCallback
== rhs.
pfnCallback
) && ( pUserData == rhs.pUserData );
15231
PFN_vkDebugReportCallbackEXT
pfnCallback
= {};
member
[all...]
H
A
D
vulkan_core.h
8648
PFN_vkDebugReportCallbackEXT
pfnCallback
;
member
/third_party/mesa3d/include/vulkan/
H
A
D
vulkan_core.h
9742
PFN_vkDebugReportCallbackEXT
pfnCallback
;
member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H
A
D
vulkan_core.h
8808
PFN_vkDebugReportCallbackEXT
pfnCallback
;
member
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_core.h
11536
PFN_vkDebugReportCallbackEXT
pfnCallback
;
member
H
A
D
vulkan_hash.hpp
2948
VULKAN_HPP_HASH_COMBINE( seed, debugReportCallbackCreateInfoEXT.
pfnCallback
);
H
A
D
vulkan_structs.hpp
21274
,
pfnCallback
( pfnCallback_ )
21310
pfnCallback
= pfnCallback_;
21343
return std::tie( sType, pNext, flags,
pfnCallback
, pUserData );
21352
return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( flags == rhs.flags ) && (
pfnCallback
== rhs.
pfnCallback
) && ( pUserData == rhs.pUserData );
21365
PFN_vkDebugReportCallbackEXT
pfnCallback
= {};
member
[all...]
Completed in 374 milliseconds