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:windowId
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/ohos/
H
A
D
tcuOhosPlatform.cpp
71
VulkanWindowOhos (uint64_t
windowId
)
in VulkanWindowOhos()
argument
72
: vk::wsi::OhosWindowInterface (vk::pt::OhosNativeWindowPtr(OHOS::OhosContextI::GetInstance().GetNativeWindow(
windowId
)))
in VulkanWindowOhos()
73
, windowId_(
windowId
)
in VulkanWindowOhos()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H
A
D
rosen_context_impl.cpp
453
static uint64_t
windowId
= 1;
in CreateWindow()
local
454
uint64_t wid =
windowId
++;
in CreateWindow()
475
void *RosenContextImpl::GetNativeWindow(uint64_t
windowId
)
in GetNativeWindow()
argument
477
// printf("impl get native window %llu\n",
windowId
);
in GetNativeWindow()
478
return vulkanWindows_[
windowId
].nativeWindow_;
in GetNativeWindow()
481
void RosenContextImpl::DestoryWindow(uint64_t
windowId
)
in DestoryWindow()
argument
483
// printf("impl destory window %llu\n",
windowId
);
in DestoryWindow()
484
displayNode_->RemoveChild(vulkanWindows_[
windowId
].surfaceNode_);
in DestoryWindow()
485
vulkanWindows_.erase(
windowId
);
in DestoryWindow()
H
A
D
ohos_context_i.h
80
virtual void *GetNativeWindow(uint64_t
windowId
) = 0;
81
virtual void DestoryWindow(uint64_t
windowId
) = 0;
H
A
D
rosen_context_impl.h
48
void *GetNativeWindow(uint64_t
windowId
) override;
49
void DestoryWindow(uint64_t
windowId
) override;
Completed in 4 milliseconds