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:code_sstream
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H
A
D
esextcGeometryShaderLinking.cpp
603
std::stringstream
code_sstream
;
in getGSCode()
local
606
code_sstream
<< "${VERSION}\n"
in getGSCode()
624
return
code_sstream
.str();
in getGSCode()
1635
std::stringstream
code_sstream
;
in getGSCode()
local
1644
code_sstream
<< "${VERSION}\n"
in getGSCode()
1653
code_sstream
<< "layout(binding = 0) uniform atomic_uint counter" << n_ac << ";\n";
in getGSCode()
1656
code_sstream
<< "\n"
in getGSCode()
1662
code_sstream
<< " if ((gl_PrimitiveIDIn % " << (n_ac + 1) << ") == 0) atomicCounterIncrement(counter" << n_ac
in getGSCode()
1666
code_sstream
<< "\n"
in getGSCode()
1672
std::string gs_code =
code_sstream
in getGSCode()
1801
std::stringstream
code_sstream
;
getGSCode()
local
[all...]
H
A
D
esextcGeometryShaderAPI.cpp
917
std::stringstream
code_sstream
;
in getGSCode()
local
919
code_sstream
<< "${VERSION}\n"
in getGSCode()
947
return
code_sstream
.str();
in getGSCode()
1480
std::stringstream
code_sstream
;
in getGSCode()
local
1483
code_sstream
<< "${VERSION}\n"
in getGSCode()
1496
code_sstream
<< "layout(binding = " << n_img << ", r32i) uniform iimage2D img" << n_img << ";\n";
in getGSCode()
1499
code_sstream
<< "\n"
in getGSCode()
1505
code_sstream
<< " counter += imageLoad(img" << n_img << ", ivec2(0, 0));\n";
in getGSCode()
1508
code_sstream
<< "\n"
in getGSCode()
1514
std::string gs_code =
code_sstream
in getGSCode()
1828
std::stringstream
code_sstream
;
getGSCode()
local
2216
std::stringstream
code_sstream
;
getGSCode()
local
2527
std::stringstream
code_sstream
;
getGSCode()
local
[all...]
Completed in 6 milliseconds