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:GetFramebuffer
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
node_context_pool_manager_gles.h
60
const LowlevelFramebufferGL*
GetFramebuffer
(const EngineResourceHandle handle) const;
H
A
D
node_context_pool_manager_gles.cpp
793
const LowlevelFramebufferGL* NodeContextPoolManagerGLES::
GetFramebuffer
(const EngineResourceHandle handle) const
in GetFramebuffer()
function in NodeContextPoolManagerGLES
H
A
D
render_backend_gles.cpp
1455
currentFrameBuffer_ = cpm.
GetFramebuffer
(cpm.GetFramebufferHandle(activeRenderPass_));
in RenderCommandBeginRenderPass()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H
A
D
hdi_framebuffer_surface.h
46
std::unique_ptr<FrameBufferEntry>
GetFramebuffer
();
H
A
D
hdi_output.h
74
std::unique_ptr<FrameBufferEntry>
GetFramebuffer
();
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H
A
D
webgl_framebuffer.h
89
unsigned int
GetFramebuffer
() const
in GetFramebuffer()
function in OHOS::Rosen::WebGLFramebuffer
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_framebuffer_surface.cpp
136
std::unique_ptr<FrameBufferEntry> HdiFramebufferSurface::
GetFramebuffer
()
in GetFramebuffer()
function in OHOS::Rosen::HdiFramebufferSurface
H
A
D
hdi_output.cpp
291
std::unique_ptr<FrameBufferEntry> HdiOutput::
GetFramebuffer
()
in GetFramebuffer()
function in OHOS::Rosen::HdiOutput
297
return fbSurface_->
GetFramebuffer
();
in GetFramebuffer()
470
auto fbEntry =
GetFramebuffer
();
in FlushScreen()
472
HLOGE("HdiBackend flush screen failed :
GetFramebuffer
failed!");
in FlushScreen()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H
A
D
hdioutput_test.cpp
64
* CaseDescription: 1. call
GetFramebuffer
()
69
ASSERT_EQ(HdiOutputTest::hdiOutput_->
GetFramebuffer
(), nullptr);
in HWTEST_F()
147
* CaseDescription: 1. call
GetFramebuffer
152
ASSERT_EQ(HdiOutputTest::hdiOutput_->
GetFramebuffer
(), nullptr);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H
A
D
hdioutput_test.cpp
268
ASSERT_EQ(HdiOutputSysTest::hdiOutput_->
GetFramebuffer
(), nullptr);
in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H
A
D
webgl_rendering_context_base_impl.cpp
219
frameBufferId = webGlFramebuffer->
GetFramebuffer
();
in IsFrameBuffer()
240
frameBufferId = webGlFramebuffer->
GetFramebuffer
();
in BindFrameBuffer()
487
GLuint frameBufferId = webGlFramebuffer->
GetFramebuffer
();
in DeleteFrameBuffer()
2850
return GetObjectInstance<WebGLFramebuffer>(env, webGlFramebuffer->
GetFramebuffer
());
in GetValidFrameBuffer()
H
A
D
webgl_rendering_context_draw.cpp
1119
LOGD("CheckReadBufferAndGetInfo frameBuffer %{public}u", frameBuffer->
GetFramebuffer
());
in CheckReadBufferAndGetInfo()
1127
*frameBufferId = frameBuffer->
GetFramebuffer
();
in CheckReadBufferAndGetInfo()
Completed in 23 milliseconds