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:UniformCache
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/experimental/graphite/src/
H
A
D
UniformCache.cpp
8
#include "experimental/graphite/src/
UniformCache
.h"
15
size_t
UniformCache
::Hash::operator()(sk_sp<UniformData> ud) const {
in operator ()()
19
bool
UniformCache
::Eq::operator()(sk_sp<UniformData> a, sk_sp<UniformData> b) const {
in operator ()()
30
UniformCache
::
UniformCache
() {
in UniformCache()
function in skgpu::UniformCache
35
sk_sp<UniformData>
UniformCache
::findOrCreate(sk_sp<UniformData> ud) {
in findOrCreate()
50
sk_sp<UniformData>
UniformCache
::lookup(uint32_t uniqueID) {
in lookup()
H
A
D
Recorder.h
20
class
UniformCache
;
31
UniformCache
* uniformCache();
41
std::unique_ptr<
UniformCache
> fUniformCache;
H
A
D
UniformCache.h
19
class
UniformCache
{
class
21
UniformCache
();
H
A
D
Recorder.cpp
18
#include "experimental/graphite/src/
UniformCache
.h"
25
, fUniformCache(new
UniformCache
)
in Recorder()
40
UniformCache
* Recorder::uniformCache() {
in uniformCache()
H
A
D
ContextUtils.h
21
class
UniformCache
;
53
void setID(uint32_t id) { // TODO: maybe make privileged for only
UniformCache
in setID()
89
std::tuple<Combination, sk_sp<UniformData>> ExtractCombo(
UniformCache
*, const SkPaint&);
H
A
D
ContextUtils.cpp
13
#include "experimental/graphite/src/
UniformCache
.h"
181
std::tuple<Combination, sk_sp<UniformData>> ExtractCombo(
UniformCache
* cache, const SkPaint& p) {
in ExtractCombo()
/third_party/skia/tests/graphite/
H
A
D
UniformTest.cpp
11
#include "experimental/graphite/src/
UniformCache
.h"
61
UniformCache
cache;
in DEF_GRAPHITE_TEST()
Completed in 2 milliseconds