OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DM
(Results
1 - 25
of
72
) sorted by null
1
2
3
/external/skia/dm/
DMTaskRunner.h
11
namespace
DM
{
26
} // namespace
DM
DMWriteTask.h
13
namespace
DM
{
27
class Expectations : public
DM
::Expectations {
44
} // namespace
DM
DM.cpp
1
// Main binary for
DM
.
2
// For a high-level overview, please see
dm
/README.
53
const
DM
::Expectations& expectations,
54
DM
::Reporter* reporter,
55
DM
::TaskRunner* tasks) {
77
tasks->add(SkNEW_ARGS(
DM
::type, \
96
static void report_failures(const
DM
::Reporter& reporter) {
130
SkAutoTDelete<
DM
::Expectations> expectations(SkNEW(
DM
::NoExpectations));
134
expectations.reset(SkNEW_ARGS(
DM
::WriteTask::Expectations, (path)))
[
all
...]
DMExpectationsTask.cpp
4
namespace
DM
{
21
} // namespace
DM
DMExpectationsTask.h
9
namespace
DM
{
28
} // namespace
DM
DMReplayTask.h
12
namespace
DM
{
34
} // namespace
DM
DMSerializeTask.h
12
namespace
DM
{
32
} // namespace
DM
DMTaskRunner.cpp
4
namespace
DM
{
28
} // namespace
DM
DMCpuTask.h
16
namespace
DM
{
40
} // namespace
DM
DMPipeTask.h
12
namespace
DM
{
35
} // namespace
DM
DMReporter.h
11
namespace
DM
{
37
} // namespace
DM
DMTask.h
8
//
DM
will run() these tasks on one of two threadpools, depending on the result
14
namespace
DM
{
48
} // namespace
DM
DMTileGridTask.h
12
namespace
DM
{
34
} // namespace
DM
DMUtil.h
8
// Small free functions used in more than one place in
DM
.
10
namespace
DM
{
27
} // namespace
DM
DMGpuTask.h
16
namespace
DM
{
43
} // namespace
DM
DMReporter.cpp
7
namespace
DM
{
38
} // namespace
DM
DMTask.cpp
8
namespace
DM
{
46
} // namespace
DM
DMExpectations.h
7
namespace
DM
{
44
} // namespace
DM
DMReplayTask.cpp
11
namespace
DM
{
52
} // namespace
DM
DMCpuTask.cpp
10
namespace
DM
{
60
} // namespace
DM
DMGpuTask.cpp
10
namespace
DM
{
71
} // namespace
DM
DMPipeTask.cpp
11
namespace
DM
{
84
} // namespace
DM
DMSerializeTask.cpp
11
namespace
DM
{
53
} // namespace
DM
DMUtil.cpp
5
namespace
DM
{
42
} // namespace
DM
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.h
17
#define RDCOST(RM,
DM
, R, D) \
18
(((128 + ((int64_t)R) * (RM)) >> 8) + (D <<
DM
))
Completed in 827 milliseconds
1
2
3