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:glType
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/
H
A
D
pixel_map_from_surface.cpp
139
GLuint
glType
= GL_RGBA8;
in DrawImage()
local
146
glType
= GL_RGB10_A2;
in DrawImage()
148
GrGLTextureInfo grExternalTextureInfo = { GL_TEXTURE_EXTERNAL_OES, texId_, static_cast<GrGLenum>(
glType
) };
in DrawImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/
H
A
D
rs_magic_pointer_render_manager.cpp
457
auto
glType
= GR_GL_RGBA8;
460
glType
= GR_GL_BGRA8;
462
glType
= GL_RGB10_A2;
464
externalTextureInfo.SetFormat(
glType
);
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H
A
D
image_loader_ktx.cpp
112
uint32_t
glType
;
member
322
if ((ktx.
glType
== 0) && (ktx.glFormat == 0)) {
in ResolveImageDesc()
351
if (ktx.
glType
!= 0) {
in VerifyKtxInfo()
352
CORE_LOG_D("Invalid
glType
for a compressed image.");
in VerifyKtxInfo()
551
ktxHeader.
glType
= myReadU32(data);
in ReadHeader()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_base_render_engine.cpp
212
auto
glType
= GR_GL_RGBA8;
in CreateEglImageFromBuffer()
local
214
glType
= GR_GL_BGRA8;
in CreateEglImageFromBuffer()
217
glType
= GR_GL_RGB10_A2;
in CreateEglImageFromBuffer()
219
externalTextureInfo.SetFormat(
glType
);
in CreateEglImageFromBuffer()
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H
A
D
pixel_map_from_surface.cpp
594
GLuint
glType
= GL_RGBA8;
in DrawImage()
local
602
glType
= GL_RGB10_A2;
in DrawImage()
604
GrGLTextureInfo grExternalTextureInfo = { GL_TEXTURE_EXTERNAL_OES, texId_, static_cast<GrGLenum>(
glType
) };
in DrawImage()
Completed in 6 milliseconds