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:floatV
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fProgramUniformTests.cpp
280
float
floatV
[4*4]; // At most mat4. \note Matrices here are column-major.
member
289
float
floatV
[4];
member
520
result.val.
floatV
[i] = sampler.val.samplerV.fillColor.
floatV
[i];
in getSamplerFillValue()
531
result.val.
floatV
[0] = sampler.val.samplerV.fillColor.
floatV
[0];
in getSamplerFillValue()
567
result.val.
floatV
[i*cols + j] = original.val.
floatV
[j*rows + i];
in getTransposeMatrix()
586
result << de::floatToString(value.val.
floatV
[i], 2);
in shaderVarValueStr()
619
result << de::floatToString(value.val.
floatV
[
in apiVarValueStr()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fUniformApiTests.cpp
300
float
floatV
[4*4]; // At most mat4. \note Matrices here are column-major.
309
float
floatV
[4];
569
result.val.
floatV
[i] = sampler.val.samplerV.fillColor.
floatV
[i];
in getSamplerFillValue()
580
result.val.
floatV
[0] = sampler.val.samplerV.fillColor.
floatV
[0];
in getSamplerFillValue()
616
result.val.
floatV
[i*cols + j] = original.val.
floatV
[j*rows + i];
in getTransposeMatrix()
635
result << de::floatToString(value.val.
floatV
[i], 2);
in shaderVarValueStr()
668
result << de::floatToString(value.val.
floatV
[
in apiVarValueStr()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fUniformApiTests.cpp
240
float
floatV
[4*4]; // At most mat4. \note Matrices here are column-major.
500
result.val.
floatV
[i] = sampler.val.samplerV.fillColor[i];
in getSamplerFillValue()
530
result << de::floatToString(value.val.
floatV
[i], 2);
in shaderVarValueStr()
561
result << de::floatToString(value.val.
floatV
[i], 2);
in apiVarValueStr()
589
result.val.
floatV
[i] = rnd.getFloat(-10.0f, 10.0f);
in generateRandomVarValue()
623
result.val.
floatV
[i] = 0.0f;
in generateZeroVarValue()
658
if (de::abs(a.val.
floatV
[i] - b.val.
floatV
[i]) >= floatThreshold)
in apiVarValueEquals()
714
result.val.
floatV
[i] = rnd.getFloat(-10.0f, 10.0f);
in getRandomBoolRepresentation()
715
if (result.val.
floatV
[
in getRandomBoolRepresentation()
[all...]
Completed in 7 milliseconds