OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HwcTestDim
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/opengl/tests/hwc/
hwcCommit.cpp
115
const
HwcTestDim
defaultStartDim =
HwcTestDim
(100, 100);
123
const
HwcTestDim
defaultSourceDim(1, 1);
131
HwcTestDim
sourceCrop;
134
HwcTestDim
(3000, 2000),
167
HwcTestDim
dfDim =
HwcTestDim
(1, 1),
168
HwcTestDim
sDim =
HwcTestDim
(1, 1));
169
void setSourceDim(
HwcTestDim
dim)
[
all
...]
hwcTestLib.h
88
class
HwcTestDim
{
90
HwcTestDim
(): _w(0), _h(0) {};
91
HwcTestDim
(uint32_t w, uint32_t h) : _w(w), _h(h) {}
132
HwcTestDim
hwcTestParseDim(std::istringstream& in, bool& error);
hwcRects.cpp
131
const
HwcTestDim
defaultSourceDim(1, 1);
157
HwcTestDim
sourceDim;
396
rect.sourceDim =
HwcTestDim
(rect.displayFrame.right
hwcTestLib.cpp
169
HwcTestDim
::operator string()
180
HwcTestDim
::operator hwc_rect() const
259
HwcTestDim
hwcTestParseDim(istringstream& in, bool& error)
261
HwcTestDim
dim;
[
all
...]
Completed in 86 milliseconds