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:imageBuffers_
(Results
1 - 1
of
1
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H
A
D
image_loader_ktx.cpp
203
return
imageBuffers_
;
211
image->
imageBuffers_
[imageBufferIndex].bufferOffset = currentImageElementOffset;
in ProcessMipmapLevel()
218
image->
imageBuffers_
[imageBufferIndex].bufferRowLength = widthBlockCount * blockWidth;
in ProcessMipmapLevel()
219
image->
imageBuffers_
[imageBufferIndex].bufferImageHeight = heightBlockCount * blockHeight;
in ProcessMipmapLevel()
221
image->
imageBuffers_
[imageBufferIndex].mipLevel = mipmapLevel;
in ProcessMipmapLevel()
223
image->
imageBuffers_
[imageBufferIndex].layerCount = faceCount * arrayElementCount;
in ProcessMipmapLevel()
225
image->
imageBuffers_
[imageBufferIndex].width = elementWidth;
in ProcessMipmapLevel()
226
image->
imageBuffers_
[imageBufferIndex].height = elementHeight;
in ProcessMipmapLevel()
227
image->
imageBuffers_
[imageBufferIndex].depth = elementDepth;
in ProcessMipmapLevel()
251
image->
imageBuffers_
[imageBufferInde
in ProcessMipmapLevel()
615
vector<SubImageDesc>
imageBuffers_
;
global()
member in __anon9612::final
[all...]
Completed in 2 milliseconds