OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xscale
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc
503
float
xscale
= static_cast<float>(input->width()) / output->width();
local
505
float clamped_xscale =
xscale
< 1.0 ? 1.0 : 1.0 /
xscale
;
510
float dst_x_in_src = (dst_x + 0.5f) *
xscale
;
556
(dst_x * xmag + x + 0.5) *
xscale
/ xmag,
623
float
xscale
= static_cast<float>(output->width()) / input->width();
local
627
if ((
xscale
== 1.0f && yscale == 1.0f) ||
628
(
xscale
== 0.5f && yscale == 1.0f) ||
629
(
xscale
== 1.0f && yscale == 0.5f) ||
630
(
xscale
>= 1.0f && yscale == 1.0f) |
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h
261
float
xscale
; /* R300_VAP_VPORT_XSCALE: 0x2098 */
member in struct:r300_viewport_state
/external/mesa3d/src/gallium/drivers/r300/
r300_context.h
261
float
xscale
; /* R300_VAP_VPORT_XSCALE: 0x2098 */
member in struct:r300_viewport_state
Completed in 88 milliseconds