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:CLPlatformImpl
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
CLPlatformImpl.cpp
6
//
CLPlatformImpl
.cpp: Implements the class methods for
CLPlatformImpl
.
8
#include "libANGLE/renderer/
CLPlatformImpl
.h"
13
CLPlatformImpl
::Info::Info() = default;
15
CLPlatformImpl
::Info::~Info() = default;
17
CLPlatformImpl
::Info::Info(Info &&) = default;
19
CLPlatformImpl
::Info &
CLPlatformImpl
::Info::operator=(Info &&) = default;
21
CLPlatformImpl
::
CLPlatformImpl
(cons
function in rx::CLPlatformImpl
[all...]
H
A
D
CLPlatformImpl.h
6
//
CLPlatformImpl
.h: Defines the abstract rx::
CLPlatformImpl
class.
18
class
CLPlatformImpl
: angle::NonCopyable
class
21
using Ptr = std::unique_ptr<
CLPlatformImpl
>;
43
explicit
CLPlatformImpl
(const cl::Platform &platform);
44
virtual ~
CLPlatformImpl
();
H
A
D
CLtypes.h
22
class
CLPlatformImpl
;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLPlatform.h
13
#include "libANGLE/renderer/
CLPlatformImpl
.h"
26
rx::
CLPlatformImpl
::CreateFuncs &&createFuncs);
61
const rx::
CLPlatformImpl
::Info &getInfo() const;
66
template <typename T = rx::
CLPlatformImpl
>
74
explicit Platform(const rx::
CLPlatformImpl
::CreateFunc &createFunc);
80
const rx::
CLPlatformImpl
::Ptr mImpl;
81
const rx::
CLPlatformImpl
::Info mInfo;
105
inline const rx::
CLPlatformImpl
::Info &Platform::getInfo() const
in getInfo()
H
A
D
CLPlatform.cpp
64
rx::
CLPlatformImpl
::CreateFuncs &&createFuncs)
in Initialize()
255
Platform::Platform(const rx::
CLPlatformImpl
::CreateFunc &createFunc)
in Platform()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
CLPlatformVk.cpp
42
CLPlatformImpl
::Info CLPlatformVk::createInfo() const
in createInfo()
106
CLPlatformVk::CLPlatformVk(const cl::Platform &platform) :
CLPlatformImpl
(platform) {}
in CLPlatformVk()
H
A
D
CLPlatformVk.h
6
// CLPlatformVk.h: Defines the class interface for CLPlatformVk, implementing
CLPlatformImpl
.
11
#include "libANGLE/renderer/
CLPlatformImpl
.h"
16
class CLPlatformVk : public
CLPlatformImpl
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H
A
D
entry_points_cl_utils.cpp
55
rx::
CLPlatformImpl
::CreateFuncs createFuncs;
in InitBackEnds()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLPlatformCL.h
6
// CLPlatformCL.h: Defines the class interface for CLPlatformCL, implementing
CLPlatformImpl
.
11
#include "libANGLE/renderer/
CLPlatformImpl
.h"
16
class CLPlatformCL : public
CLPlatformImpl
H
A
D
CLPlatformCL.cpp
49
CLPlatformImpl
::Info CLPlatformCL::createInfo() const
in createInfo()
446
:
CLPlatformImpl
(platform), mNative(native)
in CLPlatformCL()
H
A
D
CLContextCL.cpp
199
const
CLPlatformImpl
::Info &info = mContext.getPlatform().getInfo();
in getSupportedImageFormats()
Completed in 5 milliseconds