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:error_sstream
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
H
A
D
esextcDrawElementsBaseVertexTests.cpp
725
std::stringstream
error_sstream
;
in executeTestCases()
local
727
error_sstream
<< getFunctionName(test_case.function_type) << " call failed";
in executeTestCases()
728
TCU_FAIL(
error_sstream
.str().c_str());
in executeTestCases()
2557
std::stringstream
error_sstream
;
2559
error_sstream
<< "Invalid error code generated by " << getFunctionName(FUNCTION_GL_DRAW_ELEMENTS_BASE_VERTEX);
2565
m_testCtx.setTestResult(QP_TEST_RESULT_FAIL,
error_sstream
.str().c_str());
2577
std::stringstream
error_sstream
;
2579
error_sstream
<< "Invalid error code generated by "
2586
m_testCtx.setTestResult(QP_TEST_RESULT_FAIL,
error_sstream
.str().c_str());
2598
std::stringstream
error_sstream
;
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H
A
D
esextcFragmentShadingRateAttachmentTests.cpp
437
std::stringstream
error_sstream
;
in iterate()
local
438
error_sstream
<< "out of scissor box should be 0"
in iterate()
452
std::stringstream
error_sstream
;
in iterate()
local
453
error_sstream
<< "inside of scissor box should not be 0"
in iterate()
481
std::stringstream
error_sstream
;
in iterate()
local
483
error_sstream
<< "The draw ID is " << drawID << "Shading Rate is" << shadingRate
in iterate()
486
m_testCtx.setTestResult(QP_TEST_RESULT_FAIL,
error_sstream
.str().c_str());
in iterate()
H
A
D
esextcFragmentShadingRateBasic.cpp
305
std::stringstream
error_sstream
;
in iterate()
local
307
error_sstream
<< "The draw ID is " << drawID << "Shading Rate is" << shadingRate << ", But we expect "
in iterate()
310
m_testCtx.setTestResult(QP_TEST_RESULT_FAIL,
error_sstream
.str().c_str());
in iterate()
H
A
D
esextcFragmentShadingRateCombinedTests.cpp
501
std::stringstream
error_sstream
;
in iterate()
local
503
error_sstream
<< "The draw ID is " << drawID << "The primitive ID is " << primID
in iterate()
507
m_testCtx.setTestResult(QP_TEST_RESULT_FAIL,
error_sstream
.str().c_str());
in iterate()
Completed in 6 milliseconds