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:SwapBuffers
(Results
1 - 25
of
43
) sorted by relevance
1
2
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H
A
D
drawing_proxy.cpp
60
void DrawingProxy::
SwapBuffers
()
in SwapBuffers()
function in OHOS::Rosen::DrawingProxy
62
canvasContext_->
SwapBuffers
();
in SwapBuffers()
H
A
D
canvas_context.cpp
96
void CanvasContext::
SwapBuffers
()
in SwapBuffers()
function in OHOS::Rosen::CanvasContext
98
renderBackend_->
SwapBuffers
();
in SwapBuffers()
H
A
D
drawing_proxy.h
32
void
SwapBuffers
();
H
A
D
egl_manager.h
34
void
SwapBuffers
();
H
A
D
interface_render_backend.h
32
virtual void
SwapBuffers
() = 0;
H
A
D
software_render_backend.h
31
void
SwapBuffers
() override {};
H
A
D
canvas_context.h
35
void
SwapBuffers
();
H
A
D
gles_render_backend.cpp
112
void GLESRenderBackend::
SwapBuffers
()
in SwapBuffers()
function in OHOS::Rosen::GLESRenderBackend
115
LOGE("eglManager_ is nullptr, can not
SwapBuffers
");
in SwapBuffers()
118
eglManager_->
SwapBuffers
();
in SwapBuffers()
H
A
D
gles_render_backend.h
45
void
SwapBuffers
() override;
H
A
D
vulkan_render_backend.h
40
void
SwapBuffers
() override {}
H
A
D
egl_manager.cpp
193
void EGLManager::
SwapBuffers
()
in SwapBuffers()
function in OHOS::Rosen::EGLManager
196
LOGE("Failed to
SwapBuffers
on surface, error=%{public}x", eglGetError());
in SwapBuffers()
198
LOGD("
SwapBuffers
successfully");
in SwapBuffers()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H
A
D
render_context_ohos_raster.h
33
void
SwapBuffers
(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
H
A
D
render_context_ohos_vk.h
37
void
SwapBuffers
(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
H
A
D
render_context_ohos_gl.h
45
void
SwapBuffers
(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
egl_surface.h
37
virtual GSError
SwapBuffers
() = 0;
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H
A
D
render_context.h
39
virtual bool
SwapBuffers
(const RenderSurface *surface);
H
A
D
render_context.cpp
102
bool RenderContext::
SwapBuffers
(const RenderSurface *surface)
in SwapBuffers()
function in OHOS::Media::Effect::RenderContext
105
EFFECT_LOGE("EGL
SwapBuffers
failed");
in SwapBuffers()
109
EFFECT_LOGE("EGL
SwapBuffers
surface is null");
in SwapBuffers()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H
A
D
render_context_base.h
40
virtual void
SwapBuffers
(const std::shared_ptr<RSRenderSurfaceFrame>& frame) {}
in SwapBuffers()
function in OHOS::Rosen::RenderContextBase
/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H
A
D
glfw_render_context.h
57
void
SwapBuffers
();
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
wgl_state.h
57
void
SwapBuffers
(const SwapchainGLES& swapChain);
H
A
D
egl_state.h
62
void
SwapBuffers
(const SwapchainGLES& swapchain);
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H
A
D
surface_ohos_gl.cpp
74
drawingProxy_->
SwapBuffers
();
in FlushFrame()
H
A
D
surface_ohos_vulkan.cpp
233
mVulkanWindow_->
SwapBuffers
(ddgrCanvas_);
in FlushFrame()
235
mVulkanWindow_->
SwapBuffers
();
in FlushFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H
A
D
rs_surface_ohos_gl.cpp
121
context->
SwapBuffers
(mEglSurface);
in FlushFrame()
122
ROSEN_LOGD("RSSurfaceOhosGl: FlushFrame,
SwapBuffers
eglsurface");
in FlushFrame()
/foundation/multimedia/image_effect/test/unittest/
H
A
D
TestRenderEnvironment.cpp
195
bool result = renderContext->
SwapBuffers
(renderEnvironment->screenSurface_);
in HWTEST_F()
201
result = renderContext->
SwapBuffers
(renderEnvironment->screenSurface_);
in HWTEST_F()
Completed in 8 milliseconds
1
2