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:FrameBuffer
(Results
1 - 11
of
11
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
surface_impl.h
40
struct
FrameBuffer
;
54
virtual bool Bind(const
FrameBuffer
& frameBuffer) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
surface.h
31
struct
FrameBuffer
{
struct
80
* @param info
FrameBuffer
object info.
83
bool Bind(const
FrameBuffer
& frameBuffer);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_surface.h
43
bool Bind(const
FrameBuffer
& frameBuffer) override;
H
A
D
skia_surface.cpp
143
bool SkiaSurface::Bind(const
FrameBuffer
& frameBuffer)
in Bind()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H
A
D
gles_render_backend.cpp
216
struct Drawing::
FrameBuffer
bufferInfo;
in AcquireDrCanvas()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H
A
D
rs_surface_windows.cpp
62
struct Drawing::
FrameBuffer
bufferInfo;
in RequestFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H
A
D
rs_surface_darwin.cpp
60
struct Drawing::
FrameBuffer
bufferInfo;
in RequestFrame()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H
A
D
surface.cpp
39
bool Surface::Bind(const
FrameBuffer
& frameBuffer)
in Bind()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H
A
D
drawsurface_fuzzer.cpp
62
FrameBuffer
frameBuffer;
in SurfaceFuzzTest001()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H
A
D
surface_test.cpp
101
* @tc.desc: Test for binding
FrameBuffer
Surface.
109
FrameBuffer
info;
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H
A
D
render_context.cpp
369
struct Drawing::
FrameBuffer
bufferInfo;
in AcquireSurface()
Completed in 6 milliseconds