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:GrMockRenderTask
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/tests/
H
A
D
GrRenderTaskClusterTest.cpp
9
#include "src/gpu/mock/
GrMockRenderTask
.h"
13
typedef void (*CreateGraphPF)(SkTArray<sk_sp<
GrMockRenderTask
>>* graph,
14
SkTArray<sk_sp<
GrMockRenderTask
>>* expected);
24
static void make_tasks(int count, SkTArray<sk_sp<
GrMockRenderTask
>>* tasks) {
in make_tasks()
27
tasks->at(i) = sk_make_sp<
GrMockRenderTask
>();
in make_tasks()
35
static void create_graph0(SkTArray<sk_sp<
GrMockRenderTask
>>* graph,
in create_graph0()
36
SkTArray<sk_sp<
GrMockRenderTask
>>* expected) {
in create_graph0()
55
static void create_graph1(SkTArray<sk_sp<
GrMockRenderTask
>>* graph,
in create_graph1()
56
SkTArray<sk_sp<
GrMockRenderTask
>>* expected) {
in create_graph1()
79
static void create_graph2(SkTArray<sk_sp<
GrMockRenderTask
>>* grap
[all...]
/third_party/skia/src/gpu/mock/
H
A
D
GrMockRenderTask.h
13
class
GrMockRenderTask
: public GrRenderTask {
class
15
GrMockRenderTask
() : GrRenderTask() {
in GrMockRenderTask()
function in GrMockRenderTask
/third_party/skia/src/gpu/
H
A
D
GrRenderTask.h
18
class
GrMockRenderTask
;
215
friend class
GrMockRenderTask
;
Completed in 2 milliseconds