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:drawn_blue
(Results
1 - 1
of
1
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcRobustBufferAccessBehaviorTests.cpp
1966
const GLfloat
drawn_blue
= pixels[i * n_channels + 2];
in verifyInvalidResults()
local
1973
(de::abs(expected_blue -
drawn_blue
) > precision) ||
in verifyInvalidResults()
1978
<< ", " <<
drawn_blue
<< ", " << drawn_alpha << ". Expected value: " << expected_red
in verifyInvalidResults()
2217
const GLfloat
drawn_blue
= pixels[idx + 2];
in verifyValidResults()
local
2220
if ((expected_red != drawn_red) || (expected_green != drawn_green) || (expected_blue !=
drawn_blue
) ||
in verifyValidResults()
2224
<< ", " <<
drawn_blue
<< ", " << drawn_alpha << ". Expected value: " << expected_red
in verifyValidResults()
2802
const GLfloat
drawn_blue
= pixels[idx + 2];
in verifyInvalidResults()
local
2805
if ((expected_red != drawn_red) || (expected_green != drawn_green) || (expected_blue !=
drawn_blue
) ||
in verifyInvalidResults()
2809
<< ", " <<
drawn_blue
<< ", " << drawn_alpha << ". Expected value: " << expected_red
in verifyInvalidResults()
3048
const GLfloat
drawn_blue
in verifyValidResults()
local
[all...]
Completed in 4 milliseconds