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:ResPtr
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuLibDrm.hpp
48
typedef de::UniquePtr<drmModeRes, PFNDRMMODEFREERESOURCESPROC>
ResPtr
;
typedef in tcu::LibDrm
60
ResPtr
getResources (int fd) const;
H
A
D
tcuLibDrm.cpp
160
LibDrm::
ResPtr
LibDrm::getResources (int fd) const
in getResources()
162
return
ResPtr
(pGetResources(fd), pFreeResources);
in getResources()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H
A
D
vktWsiAcquireDrmDisplayTests.cpp
227
LibDrm::
ResPtr
res = m_libDrm.getResources(fd);
in getConnectedConnectorId()
253
LibDrm::
ResPtr
res = m_libDrm.getResources(fd);
in getValidCrtcId()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H
A
D
vktWsiAcquireDrmDisplayTests.cpp
223
LibDrm::
ResPtr
res = m_libDrm.getResources(fd);
in getConnectedConnectorId()
249
LibDrm::
ResPtr
res = m_libDrm.getResources(fd);
in getValidCrtcId()
/third_party/vk-gl-cts/framework/platform/lnx/
H
A
D
tcuLnxVulkanPlatform.cpp
312
LibDrm::
ResPtr
res = libDrm.getResources(fd);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiObjectManagementTests.cpp
2934
typedef SharedPtr<typename Object::Resources>
ResPtr
;
in multithreadedCreatePerThreadResourcesTest()
typedef
2941
vector<
ResPtr
> resources (numThreads);
in multithreadedCreatePerThreadResourcesTest()
2948
resources[ndx] =
ResPtr
(new typename Object::Resources(env, params));
in multithreadedCreatePerThreadResourcesTest()
2993
typedef SharedPtr<typename Object::Resources>
ResPtr
;
in multithreadedCreatePerThreadDeviceTest()
typedef
3000
vector<
ResPtr
> resources (numThreads);
in multithreadedCreatePerThreadDeviceTest()
3008
resources[ndx] =
ResPtr
(new typename Object::Resources(perThreadEnv[ndx]->env, params));
in multithreadedCreatePerThreadDeviceTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiObjectManagementTests.cpp
2934
typedef SharedPtr<typename Object::Resources>
ResPtr
;
in multithreadedCreatePerThreadResourcesTest()
typedef
2941
vector<
ResPtr
> resources (numThreads);
in multithreadedCreatePerThreadResourcesTest()
2948
resources[ndx] =
ResPtr
(new typename Object::Resources(env, params));
in multithreadedCreatePerThreadResourcesTest()
2993
typedef SharedPtr<typename Object::Resources>
ResPtr
;
in multithreadedCreatePerThreadDeviceTest()
typedef
3000
vector<
ResPtr
> resources (numThreads);
in multithreadedCreatePerThreadDeviceTest()
3008
resources[ndx] =
ResPtr
(new typename Object::Resources(perThreadEnv[ndx]->env, params));
in multithreadedCreatePerThreadDeviceTest()
Completed in 20 milliseconds