OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hResolution
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
MeshTest.java
105
private Mesh getMbyNMesh(float width, float height, int wResolution, int
hResolution
) {
110
for (int y = 0; y <=
hResolution
; y++) {
111
final float normalizedY = (float)y /
hResolution
;
121
for (int y = 0; y <
hResolution
; y++) {
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java
161
int
hResolution
= (int) (MESH_RESOLUTION * height / (float) width);
166
hResolution
+= 2;
168
for (int y = 0; y <=
hResolution
; y++) {
169
final float yOffset = (((float)y /
hResolution
) * 2.f - 1.f) * height / width;
175
for (int y = 0; y <
hResolution
; y++) {
194
mMeshHeight =
hResolution
+ 1;
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java
140
private Mesh getMbyNMesh(float width, float height, int wResolution, int
hResolution
) {
145
for (int y = 0; y <=
hResolution
; y++) {
146
final float normalizedY = (float)y /
hResolution
;
156
for (int y = 0; y <
hResolution
; y++) {
Completed in 224 milliseconds