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:DeviceImpl
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
DeviceImpl.cpp
7
//
DeviceImpl
.cpp: Implementation methods of egl::Device
9
#include "libANGLE/renderer/
DeviceImpl
.h"
14
DeviceImpl
::
DeviceImpl
() {}
in DeviceImpl()
function in rx::DeviceImpl
16
DeviceImpl
::~
DeviceImpl
() {}
in ~DeviceImpl()
H
A
D
DeviceImpl.h
7
//
DeviceImpl
.h: Implementation methods of egl::Device
25
class
DeviceImpl
: angle::NonCopyable
class
28
DeviceImpl
();
29
virtual ~
DeviceImpl
();
H
A
D
DisplayImpl.cpp
13
#include "libANGLE/renderer/
DeviceImpl
.h"
20
class MockDevice : public
DeviceImpl
114
DeviceImpl
*DisplayImpl::createDevice()
in createDevice()
H
A
D
DisplayImpl.h
52
class
DeviceImpl
;
101
virtual
DeviceImpl
*createDevice();
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Device.h
21
class
DeviceImpl
;
29
Device(Display *owningDisplay, rx::
DeviceImpl
*impl);
42
rx::
DeviceImpl
*getImplementation() { return mImplementation.get(); }
in getImplementation()
53
std::unique_ptr<rx::
DeviceImpl
> mImplementation;
H
A
D
Device.cpp
20
#include "libANGLE/renderer/
DeviceImpl
.h"
52
std::unique_ptr<rx::
DeviceImpl
> newDeviceImpl;
in CreateDevice()
80
Device::Device(Display *owningDisplay, rx::
DeviceImpl
*impl)
in Device()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H
A
D
DeviceEAGL.h
17
# include "libANGLE/renderer/
DeviceImpl
.h"
21
class DeviceEAGL : public
DeviceImpl
H
A
D
DisplayEAGL.h
74
DeviceImpl
*createDevice() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H
A
D
DeviceMtl.h
13
#include "libANGLE/renderer/
DeviceImpl
.h"
18
// DeviceMTL implementation, implements
DeviceImpl
19
class DeviceMtl : public
DeviceImpl
H
A
D
DisplayMtl.h
53
DeviceImpl
*createDevice() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H
A
D
DeviceNULL.cpp
17
DeviceNULL::DeviceNULL() :
DeviceImpl
() {}
in DeviceNULL()
H
A
D
DeviceNULL.h
7
// Defines the class interface for DeviceNULL, implementing
DeviceImpl
.
13
#include "libANGLE/renderer/
DeviceImpl
.h"
18
class DeviceNULL : public
DeviceImpl
H
A
D
DisplayNULL.h
47
DeviceImpl
*createDevice() override;
H
A
D
DisplayNULL.cpp
125
DeviceImpl
*DisplayNULL::createDevice()
in createDevice()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
DeviceVk.h
7
// Defines the class interface for DeviceVk, implementing
DeviceImpl
.
13
#include "libANGLE/renderer/
DeviceImpl
.h"
18
class DeviceVk : public
DeviceImpl
H
A
D
DisplayVk.h
83
DeviceImpl
*createDevice() override;
H
A
D
DisplayVk.cpp
105
DeviceImpl
*DisplayVk::createDevice()
in createDevice()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H
A
D
DeviceCGL.h
13
#include "libANGLE/renderer/
DeviceImpl
.h"
17
class DeviceCGL : public
DeviceImpl
H
A
D
DisplayCGL.h
85
DeviceImpl
*createDevice() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H
A
D
DeviceD3D.h
13
#include "libANGLE/renderer/
DeviceImpl
.h"
18
class DeviceD3D : public
DeviceImpl
H
A
D
DisplayD3D.h
85
DeviceImpl
*createDevice() override;
H
A
D
DisplayD3D.cpp
206
DeviceImpl
*DisplayD3D::createDevice()
in createDevice()
H
A
D
RendererD3D.h
391
virtual
DeviceImpl
*createEGLDevice() = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H
A
D
Renderer9.h
377
DeviceImpl
*createEGLDevice() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H
A
D
Renderer11.h
381
DeviceImpl
*createEGLDevice() override;
Completed in 14 milliseconds
1
2