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:sk_FragColor
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/sksl/dsl/
H
A
D
DSLCore.cpp
110
static DSLGlobalVar
sk_FragColor
() {
in sk_FragColor()
function in SkSL::dsl::DSLCore
111
return DSLGlobalVar("
sk_FragColor
");
in sk_FragColor()
177
//
sk_FragColor
can end up with a null declaration despite no error occurring due to
in Declare()
362
DSLGlobalVar
sk_FragColor
() {
in sk_FragColor()
function
363
return DSLCore::
sk_FragColor
();
in sk_FragColor()
/third_party/skia/include/sksl/
H
A
D
DSLCore.h
70
DSLGlobalVar
sk_FragColor
();
/third_party/skia/tests/
H
A
D
SkSLDSLTest.cpp
1461
sk_FragColor
() = Half4(coords, 0, 1)
1465
"void main(float2 coords) { (
sk_FragColor
= half4(half2(coords), 0.0, 1.0)); }");
2082
sk_FragColor
() = (sqr(2), Half4(sqr(3)))
in DEF_GPUTEST_FOR_MOCK_CONTEXT()
2087
"layout(location = 0, index = 0, builtin = 10001) out half4
sk_FragColor
;"
in DEF_GPUTEST_FOR_MOCK_CONTEXT()
2092
"(
sk_FragColor
= (4.0 , half4(half(9.0))));"
in DEF_GPUTEST_FOR_MOCK_CONTEXT()
Completed in 8 milliseconds