OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yScaleFactor
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_coverlay.c
616
float
yScaleFactor
,
661
local_rect->sHeight = (unsigned short)(local_rect->dHeight *
yScaleFactor
);
663
extend_rect->sHeight = (unsigned short)(extend_rect->dHeight *
yScaleFactor
);
708
local_rect->sHeight = (unsigned short)(local_rect->dHeight *
yScaleFactor
);
710
extend_rect->sHeight = (unsigned short)(extend_rect->dHeight *
yScaleFactor
);
756
local_rect->sHeight = (unsigned short)(local_rect->dHeight *
yScaleFactor
);
758
extend_rect->sHeight = (unsigned short)(extend_rect->dHeight *
yScaleFactor
);
804
local_rect->sHeight = (unsigned short)(local_rect->dHeight *
yScaleFactor
);
806
extend_rect->sHeight = (unsigned short)(extend_rect->dHeight *
yScaleFactor
);
[
all
...]
/external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp
308
float
yScaleFactor
= rnd.getFloat(0.7f, 1.5f);
329
0.0f,
yScaleFactor
, 0.0f,
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp
416
float
yScaleFactor
= rnd.getFloat(0.7f, 1.5f);
437
0.0f,
yScaleFactor
, 0.0f,
[
all
...]
Completed in 165 milliseconds