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:image_components
(Results
1 - 2
of
2
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenccli_image_load_store.cpp
1453
int
image_components
= determine_image_components(img);
in store_ktx_uncompressed_image()
local
1473
hdr.gl_format = gl_format_of_components[
image_components
- 1];
in store_ktx_uncompressed_image()
1476
hdr.gl_internal_format = gl_sized_format_of_components_hdr[
image_components
- 1];
in store_ktx_uncompressed_image()
1480
hdr.gl_internal_format = gl_sized_format_of_components_ldr[
image_components
- 1];
in store_ktx_uncompressed_image()
1498
row_pointers8[0][0] = new uint8_t[dim_x * dim_y * dim_z *
image_components
+ 3];
in store_ktx_uncompressed_image()
1503
row_pointers8[z][0] = row_pointers8[0][0] + dim_y * dim_x *
image_components
* z;
in store_ktx_uncompressed_image()
1510
row_pointers8[z][y] = row_pointers8[z][0] + dim_x *
image_components
* y;
in store_ktx_uncompressed_image()
1520
switch (
image_components
)
in store_ktx_uncompressed_image()
1560
row_pointers16[0][0] = new uint16_t[dim_x * dim_y * dim_z *
image_components
+ 1];
in store_ktx_uncompressed_image()
1565
row_pointers16[z][0] = row_pointers16[0][0] + dim_y * dim_x *
image_components
*
in store_ktx_uncompressed_image()
2060
int
image_components
= (bitness == 16) ? 4 : determine_
image_components
(img);
store_dds_uncompressed_image()
local
[all...]
H
A
D
astcenccli_image.cpp
166
int
image_components
= 1 + (is_luma == 0 ? 2 : 0) + (has_alpha ? 1 : 0);
in determine_image_components()
local
167
return
image_components
;
in determine_image_components()
Completed in 4 milliseconds