OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xDim
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/tests/cppbasic/
compute.cpp
78
static const uint32_t
xDim
= 7;
82
tb.setX(
xDim
);
92
kern1_in->copy2DRangeFrom(0, 0,
xDim
, yDim, buf);
/frameworks/rs/tests/cppbasic-shared/
compute.cpp
78
static const uint32_t
xDim
= 7;
82
tb.setX(
xDim
);
92
kern1_in->copy2DRangeFrom(0, 0,
xDim
, yDim, buf);
Completed in 3319 milliseconds