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
defs:expected_red
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H
A
D
esextcTestCaseBase.cpp
706
comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsigned int width, unsigned int height, unsigned int pixel_size, unsigned char
expected_red
, unsigned char expected_green, unsigned char expected_blue, unsigned char expected_alpha) const
comparePixel()
argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcRobustBufferAccessBehaviorTests.cpp
1886
const GLubyte
expected_red
= 0;
in verifyInvalidResults()
local
1917
const GLbyte
expected_red
= 0;
in verifyInvalidResults()
local
1958
const GLfloat
expected_red
= 0.0f;
in verifyInvalidResults()
local
2004
const GLuint
expected_red
in verifyInvalidResults()
local
2089
const GLuint
expected_red
= 1;
verifyInvalidResults()
local
2138
const GLubyte
expected_red
= static_cast<GLubyte>(i);
verifyValidResults()
local
2169
const GLbyte
expected_red
= static_cast<GLubyte>((i % 16) - 8);
verifyValidResults()
local
2210
const GLfloat
expected_red
= (GLfloat)(i % 16) / 16.0f;
verifyValidResults()
local
2249
const GLuint
expected_red
= i;
verifyValidResults()
local
2339
const GLuint
expected_red
= 1;
verifyValidResults()
local
2723
const GLubyte
expected_red
= 0;
verifyInvalidResults()
local
2754
const GLbyte
expected_red
= 0;
verifyInvalidResults()
local
2795
const GLfloat
expected_red
= 0.0f;
verifyInvalidResults()
local
2835
const GLuint
expected_red
= 0;
verifyInvalidResults()
local
2918
const GLuint
expected_red
= 1;
verifyInvalidResults()
local
2970
const GLubyte
expected_red
= static_cast<GLubyte>(i);
verifyValidResults()
local
3001
const GLbyte
expected_red
= static_cast<GLubyte>((i % 16) - 8);
verifyValidResults()
local
3041
const GLfloat
expected_red
= (GLfloat)(i % 16) / 16.0f;
verifyValidResults()
local
3081
const GLuint
expected_red
= i;
verifyValidResults()
local
3166
const GLuint
expected_red
= 1;
verifyValidResults()
local
[all...]
Completed in 6 milliseconds