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:ppAdapter
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/tools/gpu/d3d/
H
A
D
D3DTestUtils.cpp
17
void get_hardware_adapter(IDXGIFactory4* pFactory, IDXGIAdapter1**
ppAdapter
) {
in get_hardware_adapter()
argument
18
*
ppAdapter
= nullptr;
in get_hardware_adapter()
30
*
ppAdapter
= pAdapter;
in get_hardware_adapter()
/third_party/vulkan-loader/tests/framework/shim/
H
A
D
windows_shim.cpp
194
_COM_Outptr_ IDXGIAdapter1 **
ppAdapter
) {
in ShimEnumAdapters1_1()
198
if (
ppAdapter
!= nullptr) {
in ShimEnumAdapters1_1()
199
*
ppAdapter
= setup_and_get_IDXGIAdapter1(platform_shim.dxgi_adapters.at(Adapter));
in ShimEnumAdapters1_1()
207
_COM_Outptr_ IDXGIAdapter1 **
ppAdapter
) {
in ShimEnumAdapters1_6()
211
if (
ppAdapter
!= nullptr) {
in ShimEnumAdapters1_6()
212
*
ppAdapter
= setup_and_get_IDXGIAdapter1(platform_shim.dxgi_adapters.at(Adapter));
in ShimEnumAdapters1_6()
191
ShimEnumAdapters1_1([[maybe_unused]] IDXGIFactory1 *This, UINT Adapter, _COM_Outptr_ IDXGIAdapter1 **
ppAdapter
)
ShimEnumAdapters1_1()
argument
204
ShimEnumAdapters1_6([[maybe_unused]] IDXGIFactory6 *This, UINT Adapter, _COM_Outptr_ IDXGIAdapter1 **
ppAdapter
)
ShimEnumAdapters1_6()
argument
/third_party/mesa3d/include/d3dadapter/
H
A
D
drm.h
48
HRESULT (WINAPI *create_adapter)(int fd, ID3DAdapter9 **
ppAdapter
);
/third_party/mesa3d/src/gallium/targets/d3dadapter9/
H
A
D
drm.c
216
ID3DAdapter9 **
ppAdapter
)
in drm_create_adapter()
314
hr = NineAdapter9_new(&ctx->base, (struct NineAdapter9 **)
ppAdapter
);
in drm_create_adapter()
Completed in 3 milliseconds