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:ahbFunctions
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglAndroidUtil.cpp
114
AhbFunctions
ahbFunctions
;
member
134
if (!ahbFunctionsLoaded(&
ahbFunctions
, sdkVersion))
in loadAhbDynamicApis()
137
ahbFunctions
.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction("AHardwareBuffer_allocate"));
in loadAhbDynamicApis()
138
ahbFunctions
.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction("AHardwareBuffer_describe"));
in loadAhbDynamicApis()
139
ahbFunctions
.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("AHardwareBuffer_acquire"));
in loadAhbDynamicApis()
140
ahbFunctions
.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("AHardwareBuffer_release"));
in loadAhbDynamicApis()
142
ahbFunctions
.isSupported = reinterpret_cast<pfnAHardwareBuffer_isSupported>(libnativewindow.getFunction("AHardwareBuffer_isSupported"));
in loadAhbDynamicApis()
144
ahbFunctions
.isSupported = DE_NULL;
in loadAhbDynamicApis()
146
return ahbFunctionsLoaded(&
ahbFunctions
, sdkVersion);
in loadAhbDynamicApis()
221
if (
ahbFunctions
in AndroidNativeClientBuffer()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H
A
D
vktExternalMemoryUtil.cpp
1617
static AhbFunctions
ahbFunctions
;
member
1638
if (!ahbFunctionsLoaded(&
ahbFunctions
))
in loadAhbDynamicApis()
1641
ahbFunctions
.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction("AHardwareBuffer_allocate"));
in loadAhbDynamicApis()
1642
ahbFunctions
.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction("AHardwareBuffer_describe"));
in loadAhbDynamicApis()
1643
ahbFunctions
.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("AHardwareBuffer_acquire"));
in loadAhbDynamicApis()
1644
ahbFunctions
.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("AHardwareBuffer_release"));
in loadAhbDynamicApis()
1646
return ahbFunctionsLoaded(&
ahbFunctions
);
in loadAhbDynamicApis()
1705
ahbFunctions
.allocate(&hbufferdesc, &hbuffer);
in allocate()
1712
ahbFunctions
.acquire(static_cast<AHardwareBuffer*>(buffer.internal));
in acquire()
1717
ahbFunctions
in release()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H
A
D
vktExternalMemoryUtil.cpp
1491
static AhbFunctions
ahbFunctions
;
member
1512
if (!ahbFunctionsLoaded(&
ahbFunctions
))
in loadAhbDynamicApis()
1515
ahbFunctions
.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction("AHardwareBuffer_allocate"));
in loadAhbDynamicApis()
1516
ahbFunctions
.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction("AHardwareBuffer_describe"));
in loadAhbDynamicApis()
1517
ahbFunctions
.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("AHardwareBuffer_acquire"));
in loadAhbDynamicApis()
1518
ahbFunctions
.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("AHardwareBuffer_release"));
in loadAhbDynamicApis()
1520
return ahbFunctionsLoaded(&
ahbFunctions
);
in loadAhbDynamicApis()
1579
ahbFunctions
.allocate(&hbufferdesc, &hbuffer);
in allocate()
1586
ahbFunctions
.acquire(static_cast<AHardwareBuffer*>(buffer.internal));
in acquire()
1591
ahbFunctions
in release()
[all...]
Completed in 7 milliseconds