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:EGL_NO_CONFIG_KHR
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H
A
D
egl_core.h
43
EGLConfig eglconfig_ =
EGL_NO_CONFIG_KHR
;
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H
A
D
render_surface.cpp
24
config_(
EGL_NO_CONFIG_KHR
),
in RenderSurface()
H
A
D
render_context.cpp
36
context_ = eglCreateContext(display_,
EGL_NO_CONFIG_KHR
, sharedContext, attribList);
in Create()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H
A
D
drawing_gpu_context_test.cpp
36
EGLConfig eglConfig_ =
EGL_NO_CONFIG_KHR
;
H
A
D
drawing_surface_test.cpp
39
EGLConfig eglConfig_ =
EGL_NO_CONFIG_KHR
;
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
egl_state.cpp
57
#define
EGL_NO_CONFIG_KHR
((EGLConfig)0)
macro
732
plat_.config =
EGL_NO_CONFIG_KHR
;
in CreateContext()
757
if (plat_.config ==
EGL_NO_CONFIG_KHR
) {
in CreateContext()
1001
EGLConfig config =
EGL_NO_CONFIG_KHR
;
in GetSurfaceInformation()
1016
if ((plat_config !=
EGL_NO_CONFIG_KHR
) && (plat_config != config)) {
in GetSurfaceInformation()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/systemtest/
H
A
D
opengl_wrapper_api_test.cpp
51
static inline EGLConfig eglConfig_ =
EGL_NO_CONFIG_KHR
;
Completed in 4 milliseconds