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:DestroySurface
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H
A
D
egl_manager.h
32
void
DestroySurface
();
H
A
D
egl_manager.cpp
175
void EGLManager::
DestroySurface
()
in DestroySurface()
function in OHOS::Rosen::EGLManager
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H
A
D
render_context_ohos_gl.h
42
void
DestroySurface
(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H
A
D
render_context_base.h
37
virtual void
DestroySurface
(const std::shared_ptr<RSRenderSurfaceFrame>& frame) {}
in DestroySurface()
function in OHOS::Rosen::RenderContextBase
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
wgl_state.h
55
void
DestroySurface
(uintptr_t surface) const noexcept;
H
A
D
egl_state.h
59
void
DestroySurface
(uintptr_t surface) const noexcept;
H
A
D
swapchain_gles.cpp
333
device_.GetEglState().
DestroySurface
(plat_.surface);
in ~SwapchainGLES()
H
A
D
wgl_state.cpp
306
void WGLState::
DestroySurface
(uintptr_t surface) const noexcept
H
A
D
egl_state.cpp
978
void EGLState::
DestroySurface
(uintptr_t surface) const noexcept
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
create_functions_vk.h
93
static void
DestroySurface
(VkInstance instance, VkSurfaceKHR surface);
H
A
D
swapchain_vk.cpp
421
CreateFunctionsVk::
DestroySurface
(devicePlatformData.instance, surface_);
in ~SwapchainVk()
H
A
D
create_functions_vk.cpp
614
void CreateFunctionsVk::
DestroySurface
(VkInstance instance, VkSurfaceKHR surface)
616
PLUGIN_ASSERT_MSG(instance, "null instance in
DestroySurface
()");
617
PLUGIN_ASSERT_MSG(surface, "null surface in
DestroySurface
()");
Completed in 7 milliseconds