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:renderers
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H
A
D
TracePerfTest.cpp
1970
std::vector<ModifierFunc<P>>
renderers
= {Vulkan<P>, Native<P>};
in RegisterTraceTests()
local
1975
renderers
.push_back(VulkanMockICD<P>);
in RegisterTraceTests()
1977
renderers
.push_back(VulkanSwiftShader<P>);
in RegisterTraceTests()
1982
PV withRenderer = CombineWithFuncs(withSurfaceType,
renderers
);
in RegisterTraceTests()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H
A
D
EGLContextCompatibilityTest.cpp
477
std::vector<EGLint>
renderers
= {{
in RegisterContextCompatibilityTests()
local
493
for (EGLint renderer :
renderers
)
in RegisterContextCompatibilityTests()
/third_party/icu/icu4c/source/python/icutools/databuilder/
H
A
D
__main__.py
18
from .
renderers
import makefile, common_exec
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H
A
D
__main__.py
18
from .
renderers
import makefile, common_exec
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftobjs.c
4408
cur = library->
renderers
.head;
in FT_BASE_DEF()
4497
FT_List_Add( &library->
renderers
, node );
in ft_add_renderer()
4525
node = FT_List_Find( &library->
renderers
, module );
in ft_remove_renderer()
4536
FT_List_Remove( &library->
renderers
, node );
in ft_remove_renderer()
4588
node = FT_List_Find( &library->
renderers
, renderer );
in FT_EXPORT_DEF()
4595
FT_List_Up( &library->
renderers
, node );
in FT_EXPORT_DEF()
4709
node = library->
renderers
.head;
in FT_BASE_DEF()
5002
/* add to the
renderers
list */
in FT_EXPORT_DEF()
H
A
D
ftoutln.c
618
node = library->
renderers
.head;
in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H
A
D
ftobjs.h
855
*
renderers
::
856
* The list of
renderers
currently registered within the library.
904
FT_ListRec
renderers
; /* list of
renderers
*/
member
Completed in 17 milliseconds