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:EGLState
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H
A
D
rs_render_surface_frame.h
45
typedef struct
EGLState
{
struct
46
EGLState
()
in EGLState()
function
55
}
EGLState
;
typedef
119
std::shared_ptr<
EGLState
> eglState;
H
A
D
render_context_base.h
28
std::shared_ptr<
EGLState
> eglState = std::make_shared<
EGLState
>();
in RenderContextBase()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
egl_state.h
37
class
EGLState
{
class
39
EGLState
() = default;
40
~
EGLState
() = default;
H
A
D
egl_state.cpp
478
void
EGLState
::HandleExtensions()
in HandleExtensions()
493
uint32_t
EGLState
::MajorVersion() const
in MajorVersion()
498
uint32_t
EGLState
::MinorVersion() const
in MinorVersion()
503
void
EGLState
::ChooseConfiguration(const BackendExtraGLES* backendConfig)
in ChooseConfiguration()
554
void
EGLState
::CreateContext(const BackendExtraGLES* backendConfig)
in CreateContext()
601
bool
EGLState
::IsVersionGreaterOrEqual(uint32_t major, uint32_t minor) const
in IsVersionGreaterOrEqual()
615
bool
EGLState
::VerifyVersion()
in VerifyVersion()
667
bool
EGLState
::CreateContext(DeviceCreateInfo const& createInfo)
in CreateContext()
786
void
EGLState
::GlInitialize()
in GlInitialize()
822
bool
EGLState
[all...]
H
A
D
swapchain_gles.cpp
150
const auto&
EGLState
= device.GetEglState();
variable
155
if (!
EGLState
.GetSurfaceInformation(devicePlatformData, surface, info)) {
167
if (!
EGLState
.GetSurfaceInformation(surface, info)) {
H
A
D
device_gles.h
178
const EGLHelpers::
EGLState
& GetEglState();
346
EGLHelpers::
EGLState
eglState_;
H
A
D
device_gles.cpp
1046
const EGLHelpers::
EGLState
& DeviceGLES::GetEglState()
in GetEglState()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H
A
D
render_backend_utils.cpp
38
std::shared_ptr<
EGLState
> eglState = frame->eglState;
in IsValidFrame()
40
LOGE("
EGLState
is nullptr");
in IsValidFrame()
Completed in 7 milliseconds