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:GLES
(Results
1 - 19
of
19
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H
A
D
hook.h
25
#include <
GLES
/gl.h>
26
#include <
GLES
/glext.h>
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H
A
D
drawing_utils.h
24
GLES
,
member in OHOS::Rosen::RenderBackendType
55
return RenderBackendType::
GLES
;
in GetRenderBackendType()
H
A
D
canvas_context.cpp
39
case RenderBackendType::
GLES
:
in Create()
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H
A
D
graphics_manager_common.h
36
GLES
,
member in OHOS::Render3D::RenderBackend
47
void Register(int32_t key, RenderBackend backend = RenderBackend::
GLES
);
H
A
D
offscreen_context_helper.h
20
#include <
GLES
/gl.h>
H
A
D
widget_adapter.h
21
#include <
GLES
/gl.h>
H
A
D
i_engine.h
24
#include <
GLES
/gl.h>
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H
A
D
render_context_factory.h
27
static std::shared_ptr<RenderContextBase> CreateRenderContext(RenderType renderType = RenderType::
GLES
);
H
A
D
render_context_base.h
65
RenderType renderType_ = RenderType::
GLES
;
H
A
D
rs_render_surface_frame.h
41
GLES
,
enumerator
/foundation/graphic/graphic_3d/3d_widget_adapter/include/ohos/
H
A
D
graphics_manager.h
20
#include <
GLES
/gl.h>
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/
H
A
D
surface_image.h
25
#include <
GLES
/gl.h>
26
#include <
GLES
/glext.h>
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H
A
D
surface_ohos.cpp
48
case RenderBackendType::
GLES
:
in CreateSurface()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H
A
D
render_context_factory.cpp
32
if (renderType == RenderType::
GLES
) {
in CreateRenderContext()
H
A
D
drawing_context.cpp
41
if (renderType_ == RenderType::
GLES
) {
in AcquireSurface()
124
LOGD("Acquire Surface In
GLES
Successfully!");
in AcquireSurfaceInGLES()
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H
A
D
graphics_manager_common.cpp
107
if (backend->second != RenderBackend::
GLES
) {
in GetEngine()
146
if (backend->second != RenderBackend::
GLES
) {
in GetEngine()
H
A
D
offscreen_context_helper.cpp
19
#include <
GLES
/gl.h>
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H
A
D
surface_image.cpp
33
#include <
GLES
/gl.h>
34
#include <
GLES
/glext.h>
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H
A
D
rs_draw_cmd.h
20
#include <
GLES
/gl.h>
Completed in 6 milliseconds