OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wMod
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp
298
if ((refWidth & refFormat->
wMod
) != 0) {
299
refWidth += refFormat->
wMod
- (refWidth % refFormat->
wMod
);
304
if ((equivWidth & equivFormat->
wMod
) != 0) {
305
equivWidth += equivFormat->
wMod
- (equivWidth % equivFormat->
wMod
);
hwcStress.cpp
574
// mod the
wMod
/hMod value must be equal to 0.
579
if ((w % formatPtr->
wMod
) != 0) {
580
w += formatPtr->
wMod
- (w % formatPtr->
wMod
);
hwcTestLib.h
41
uint32_t
wMod
, hMod; // Width/height mod this value must equal zero
hwcCommit.cpp
[
all
...]
Completed in 40 milliseconds