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:levelOk
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fStencilTexturingTests.cpp
625
bool
levelOk
;
in iterate()
local
635
levelOk
= compareStencilToRed(m_testCtx.getLog(), reference, readLevel);
in iterate()
638
levelOk
= compareRedChannel(m_testCtx.getLog(), readLevel, levelNdx);
in iterate()
640
if (!
levelOk
)
in iterate()
/third_party/vk-gl-cts/framework/opengl/
H
A
D
gluTextureTestUtil.cpp
3327
bool
levelOk
= false;
3331
if (!
levelOk
)
3335
levelOk
= true;
3340
if (!
levelOk
)
3344
levelOk
= true;
3350
if (!
levelOk
&& result == QP_TEST_RESULT_PASS)
3353
if (!
levelOk
)
3357
levelOk
= true;
3362
if (!
levelOk
)
3368
if (!
levelOk
)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H
A
D
vktYCbCrImageQueryTests.cpp
736
const bool
levelOk
= result.x() == 0.0f;
in testImageQueryLod()
local
739
if (!
levelOk
|| !lodOk)
in testImageQueryLod()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H
A
D
vktYCbCrImageQueryTests.cpp
736
const bool
levelOk
= result.x() == 0.0f;
in testImageQueryLod()
local
739
if (!
levelOk
|| !lodOk)
in testImageQueryLod()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fTextureSpecificationTests.cpp
591
bool
levelOk
= true;
in verifyTexture()
local
622
levelOk
= false;
in verifyTexture()
627
if (!
levelOk
)
in verifyTexture()
Completed in 35 milliseconds