OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targetcoords
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
GpuVideoTrackDecoder.java
149
float[]
targetCoords
= getRotationCoords(rotation);
150
imageShader.setTargetCoords(
targetCoords
);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c
660
float4_array
targetcoords
=
local
708
targetcoords
[i][0] += (texels[i][0] * rotMatrix00 + texels[i][1] *
709
rotMatrix01) /
targetcoords
[i][3];
710
targetcoords
[i][1] += (texels[i][0] * rotMatrix10 + texels[i][1] *
711
rotMatrix11) /
targetcoords
[i][3];
/external/mesa3d/src/mesa/swrast/
s_texcombine.c
652
float4_array
targetcoords
=
local
700
targetcoords
[i][0] += (texels[i][0] * rotMatrix00 + texels[i][1] *
701
rotMatrix01) /
targetcoords
[i][3];
702
targetcoords
[i][1] += (texels[i][0] * rotMatrix10 + texels[i][1] *
703
rotMatrix11) /
targetcoords
[i][3];
Completed in 1546 milliseconds