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:originUpperLeft
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/include/sksl/
H
A
D
DSLLayout.h
24
DSLLayout&
originUpperLeft
(PositionInfo pos = PositionInfo::Capture()) {
in originUpperLeft()
function in SkSL::dsl::DSLLayout
/third_party/glslang/glslang/MachineIndependent/
H
A
D
localintermediate.h
319
pixelCenterInteger(false),
originUpperLeft
(false),texCoordBuiltinRedeclared(false),
898
void setOriginUpperLeft() {
originUpperLeft
= true; }
899
bool getOriginUpperLeft() const { return
originUpperLeft
; }
1179
bool
originUpperLeft
;
H
A
D
linkValidate.cpp
233
if (
originUpperLeft
!= unit.
originUpperLeft
|| pixelCenterInteger != unit.pixelCenterInteger)
in mergeModes()
H
A
D
intermOut.cpp
1548
if (
originUpperLeft
)
in output()
H
A
D
ParseHelper.cpp
4901
publicType.
originUpperLeft
!= intermediate.getOriginUpperLeft()))
in redeclareBuiltinVariable()
4908
if (publicType.
originUpperLeft
)
in redeclareBuiltinVariable()
5759
publicType.shaderQualifiers.
originUpperLeft
= true;
in setLayoutQualifier()
7814
if (identifier != "gl_FragCoord" && (publicType.shaderQualifiers.
originUpperLeft
|| publicType.shaderQualifiers.pixelCenterInteger))
in declareVariable()
/third_party/glslang/glslang/Include/
H
A
D
Types.h
1294
bool
originUpperLeft
; // fragment shader
1325
originUpperLeft
= false;
1369
if (src.
originUpperLeft
)
1370
originUpperLeft
= src.
originUpperLeft
;
/third_party/skia/tests/
H
A
D
SkSLDSLTest.cpp
1889
Var v2(DSLLayout().
originUpperLeft
(), kFloat2_Type, "v2");
in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1942
DSLLayout().
originUpperLeft
().
originUpperLeft
();
in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/third_party/skia/src/sksl/
H
A
D
SkSLDSLParser.cpp
703
result.
originUpperLeft
(this->position(t));
in layout()
Completed in 33 milliseconds