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:rowIdx
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H
A
D
tga_utils.cpp
84
size_t
rowIdx
= ((header.descriptor & INVERTED_BIT) ? (header.height - 1 - y) : y) * header.width * pixelComponentCount;
in LoadTGAImageFromFile()
local
87
size_t pixelIdx =
rowIdx
+ x * pixelComponentCount;
in LoadTGAImageFromFile()
/third_party/skia/gm/
H
A
D
blurrect.cpp
379
int
rowIdx
= x * numSubpixels + xs;
in prepareReferenceMasks()
380
accums[x] += integral * row[
rowIdx
];
in prepareReferenceMasks()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
3953
for (deUint32
rowIdx
= 0;
rowIdx
< kFramebufferHeight; ++
rowIdx
)
in iterate()
3956
const float yCoord = (pixelHeight / 2.0f) + pixelHeight * static_cast<float>(
rowIdx
) - 1.0f;
in iterate()
3964
indices.push_back(4u *
rowIdx
+ 0u);
in iterate()
3965
indices.push_back(4u *
rowIdx
+ 1u);
in iterate()
3966
indices.push_back(4u *
rowIdx
+ 2u);
in iterate()
3967
indices.push_back(4u *
rowIdx
+ 3u);
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
4760
for (deUint32
rowIdx
= 0;
rowIdx
< kFramebufferHeight; ++
rowIdx
)
in iterate()
4763
const float yCoord = (pixelHeight / 2.0f) + pixelHeight * static_cast<float>(
rowIdx
) - 1.0f;
in iterate()
4771
indices.push_back(4u *
rowIdx
+ 0u);
in iterate()
4772
indices.push_back(4u *
rowIdx
+ 1u);
in iterate()
4779
indices.push_back(4u *
rowIdx
+ 2u);
in iterate()
4780
indices.push_back(4u *
rowIdx
+ 3u);
in iterate()
Completed in 25 milliseconds