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:dx10
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/utils/win/
H
A
D
SkDWriteGeometrySink.cpp
98
float
dx10
= cubic[1].x - cubic[0].x;
in check_quadratic()
local
100
float midX = cubic[0].x +
dx10
* 3 / 2;
in check_quadratic()
/third_party/skia/src/pathops/
H
A
D
SkReduceOrder.cpp
126
double
dx10
= cubic[1].fX - cubic[0].fX;
in check_quadratic()
local
128
double midX = cubic[0].fX +
dx10
* 3 / 2;
in check_quadratic()
/third_party/astc-encoder/Source/
H
A
D
astcenccli_image_load_store.cpp
2112
dds_header_dx10
dx10
;
in store_dds_uncompressed_image()
local
2113
dx10
.dxgi_format = DXGI_FORMAT_R16G16B16A16_FLOAT;
in store_dds_uncompressed_image()
2114
dx10
.resource_dimension = (dim_z > 1) ? 4 : 3;
in store_dds_uncompressed_image()
2115
dx10
.misc_flag = 0;
in store_dds_uncompressed_image()
2116
dx10
.array_size = 1;
in store_dds_uncompressed_image()
2117
dx10
.reserved = 0;
in store_dds_uncompressed_image()
2270
dx10_bytes_written = fwrite(&
dx10
, 1, sizeof(
dx10
), wf);
in store_dds_uncompressed_image()
/third_party/ffmpeg/tests/fate/
H
A
D
image.mak
45
dx10
-bc1 \
46
dx10
-bc1a \
47
dx10
-bc2 \
48
dx10
-bc3 \
49
dx10
-bc4 \
50
dx10
-bc5 \
Completed in 10 milliseconds