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:dataSpace
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/ports/
H
A
D
SkNDKConversions.cpp
55
ADataSpace
dataSpace
;
member
103
return entry.
dataSpace
;
in toDataSpace()
110
sk_sp<SkColorSpace> toColorSpace(ADataSpace
dataSpace
) {
in toColorSpace()
argument
112
if (entry.
dataSpace
==
dataSpace
) {
in toColorSpace()
H
A
D
SkImageGeneratorNDK.cpp
65
auto
dataSpace
= static_cast<ADataSpace>(AImageDecoderHeaderInfo_getDataSpace(headerInfo));
in get_default_colorSpace()
local
66
if (auto cs = SkNDKConversions::toColorSpace(
dataSpace
)) {
in get_default_colorSpace()
/third_party/mesa3d/include/android_stub/android/
H
A
D
native_window.h
199
* All buffers queued after this call will be associated with the
dataSpace
202
*
dataSpace
specifies additional information about the buffer.
205
* measurement data instead of color images. The default
dataSpace
is 0,
210
* \param
dataSpace
data space of all buffers queued after this call.
214
int32_t ANativeWindow_setBuffersDataSpace(ANativeWindow* window, int32_t
dataSpace
) __INTRODUCED_IN(28);
/third_party/mesa3d/include/android_stub/system/
H
A
D
window.h
817
* native_window_set_buffers_data_space(..., int
dataSpace
)
818
* All buffers queued after this call will be associated with the
dataSpace
821
*
dataSpace
specifies additional information about the buffer that's dependent
825
* images. The default
dataSpace
is 0, HAL_DATASPACE_UNKNOWN, unless it has been
830
android_dataspace_t
dataSpace
)
in native_window_set_buffers_data_space()
833
dataSpace
);
in native_window_set_buffers_data_space()
828
native_window_set_buffers_data_space( struct ANativeWindow* window, android_dataspace_t
dataSpace
)
native_window_set_buffers_data_space()
argument
Completed in 4 milliseconds