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:kInvalidUniformID
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/tests/graphite/
H
A
D
UniformCacheTest.cpp
55
REPORTER_ASSERT(reporter, result1->id() != UniformData::
kInvalidUniformID
);
in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
67
REPORTER_ASSERT(reporter, result2->id() != UniformData::
kInvalidUniformID
);
in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
68
REPORTER_ASSERT(reporter, ud2->id() == UniformData::
kInvalidUniformID
);
in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
80
REPORTER_ASSERT(reporter, result3->id() != UniformData::
kInvalidUniformID
);
in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
H
A
D
UniformTest.cpp
90
REPORTER_ASSERT(reporter, ud->id() != UniformData::
kInvalidUniformID
);
in DEF_GRAPHITE_TEST()
/third_party/skia/experimental/graphite/src/
H
A
D
ContextUtils.h
39
static constexpr uint32_t
kInvalidUniformID
= 0;
member in skgpu::UniformData
54
SkASSERT(fID ==
kInvalidUniformID
);
in setID()
81
uint32_t fID =
kInvalidUniformID
;
H
A
D
DrawPass.cpp
193
uint32_t shadingUniformID = UniformData::
kInvalidUniformID
;
in Make()
209
uint32_t shadingIndex = UniformData::
kInvalidUniformID
;
in Make()
241
uint32_t lastShadingUniforms = UniformData::
kInvalidUniformID
;
in Make()
286
lastShadingUniforms = UniformData::
kInvalidUniformID
;
in Make()
H
A
D
UniformCache.cpp
31
//
kInvalidUniformID
(aka 0) is reserved
in UniformCache()
39
SkASSERT((*iter)->id() != UniformData::
kInvalidUniformID
);
in findOrCreate()
Completed in 3 milliseconds