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:webgl
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H
A
D
GenerateMipmapPerf.cpp
37
webgl
= false;
in GenerateMipmapParams()
47
bool
webgl
;
member
61
if (
webgl
)
in story()
124
setWebGLCompatibilityEnabled(GetParam().
webgl
);
in GenerateMipmapBenchmarkBase()
125
setRobustResourceInit(GetParam().
webgl
);
in GenerateMipmapBenchmarkBase()
281
params.
webgl
= webglCompat;
in D3D11Params()
295
params.
webgl
= webglCompat;
in OpenGLOrGLESParams()
309
params.
webgl
= webglCompat;
in VulkanParams()
H
A
D
TextureUploadPerf.cpp
35
webgl
= false;
in TextureUploadParams()
43
bool
webgl
;
member
58
if (
webgl
)
in story()
185
setWebGLCompatibilityEnabled(GetParam().
webgl
);
in TextureUploadBenchmarkBase()
186
setRobustResourceInit(GetParam().
webgl
);
in TextureUploadBenchmarkBase()
340
params.
webgl
= webglCompat;
in D3D11Params()
348
params.
webgl
= webglCompat;
in OpenGLOrGLESParams()
356
params.
webgl
= webglCompat;
in VulkanParams()
364
params.
webgl
= false;
in VulkanPBOParams()
377
params.
webgl
in ES3OpenGLPBOParams()
[all...]
H
A
D
TexturesPerf.cpp
82
webgl
= false;
in TexturesParams()
91
bool
webgl
;
member
108
if (
webgl
)
in story()
138
setWebGLCompatibilityEnabled(GetParam().
webgl
);
in TexturesBenchmark()
139
setRobustResourceInit(GetParam().
webgl
);
in TexturesBenchmark()
338
params.
webgl
= webglCompat;
in D3D11Params()
348
params.
webgl
= webglCompat;
in OpenGLOrGLESParams()
358
params.
webgl
= webglCompat;
in VulkanParams()
/third_party/skia/tools/gpu/gl/interface/
H
A
D
gen_interface.go
43
// https://www.khronos.org/registry/
webgl
/specs/1.0/
108
webgl
:= fillAssembleTemplate(ASSEMBLE_INTERFACE_WEBGL, features, webglRequirements)
109
writeToFile(*outDir, WEBGL_FILE_NAME,
webgl
)
Completed in 3 milliseconds