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:frg
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H
A
D
vktDrawMultisampleLinearInterpolationTests.cpp
586
std::ostringstream
frg
;
in initPrograms()
local
588
frg
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
in initPrograms()
598
programCollection.glslSources.add("fragRef") << glu::FragmentSource(
frg
.str());
in initPrograms()
603
std::ostringstream
frg
;
in initPrograms()
local
605
frg
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
in initPrograms()
616
frg
<< " vec4 diff = out_color_sample - interpolateAtOffset(in_color, gl_SamplePosition - vec2(0.5));"
in initPrograms()
623
frg
<< "}\n";
in initPrograms()
625
programCollection.glslSources.add("fragNoPer") << glu::FragmentSource(
frg
.str());
in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H
A
D
vktDrawMultisampleLinearInterpolationTests.cpp
587
std::ostringstream
frg
;
in initPrograms()
local
589
frg
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
in initPrograms()
599
programCollection.glslSources.add("fragRef") << glu::FragmentSource(
frg
.str());
in initPrograms()
604
std::ostringstream
frg
;
in initPrograms()
local
606
frg
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
in initPrograms()
617
frg
<< " vec4 diff = out_color_sample - interpolateAtOffset(in_color, gl_SamplePosition - vec2(0.5));"
in initPrograms()
624
frg
<< "}\n";
in initPrograms()
626
programCollection.glslSources.add("fragNoPer") << glu::FragmentSource(
frg
.str());
in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineMultisampleResolveRenderAreaTests.cpp
477
std::ostringstream
frg
;
in initPrograms()
local
478
frg
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
in initPrograms()
487
programCollection.glslSources.add("frag") << glu::FragmentSource(
frg
.str());
in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineMultisampleResolveRenderAreaTests.cpp
471
std::ostringstream
frg
;
in initPrograms()
local
472
frg
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
in initPrograms()
481
programCollection.glslSources.add("frag") << glu::FragmentSource(
frg
.str());
in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsEarlyFragmentTests.cpp
2408
std::ostringstream
frg
;
2410
frg
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
2421
programCollection.glslSources.add("frag") << glu::FragmentSource(
frg
.str());
2474
std::ostringstream
frg
;
2476
frg
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
2489
programCollection.glslSources.add("frag_early") << glu::FragmentSource(
frg
.str());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsEarlyFragmentTests.cpp
2447
std::ostringstream
frg
;
2449
frg
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
2460
programCollection.glslSources.add("frag") << glu::FragmentSource(
frg
.str());
2513
std::ostringstream
frg
;
2515
frg
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
2526
frg
<< " // alphaToCoverageEnable = TRUE and emitting 0 alpha kills all the samples, but the sample counting has already happened.\n"
2532
frg
<< " // Sample mask kills all the samples, but the sample counting has already happened.\n"
2538
programCollection.glslSources.add("frag_early") << glu::FragmentSource(
frg
.str());
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
tz2icu.cpp
1666
ifstream
frg
(ICU_REGIONS);
in main()
1667
if (
frg
) {
in main()
1669
while (getline(
frg
, line)) {
in main()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
tz2icu.cpp
1666
ifstream
frg
(ICU_REGIONS);
in main()
1667
if (
frg
) {
in main()
1669
while (getline(
frg
, line)) {
in main()
Completed in 20 milliseconds