/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldRS.java | 129 mVertexColors.set_position(0, a, false); 131 mVertexColors.set_position(1, i, false); 133 mVertexColors.set_position(2, d, false); 135 mVertexColors.set_position(3, a, false); 137 mVertexColors.set_position(4, d, false); 139 mVertexColors.set_position(5, e, false); 141 mVertexColors.set_position(6, a, false); 143 mVertexColors.set_position(7, e, false); 145 mVertexColors.set_position(8, b, false); 147 mVertexColors.set_position(9, b, false) [all...] |
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralRS.java | 196 fullQuad.set_position(0, topLeft, false); 199 fullQuad.set_position(1, bottomLeft, false); 202 fullQuad.set_position(2, topRight, false); 205 fullQuad.set_position(3, bottomRight, false); 241 points.set_position(i, position, false);
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
PhaseBeamRS.java | 166 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
|
/external/v8/src/ |
hydrogen.cc | [all...] |
ast.h | 661 void set_position(int pos) { position_ = pos; } function in class:v8::internal::CaseClause [all...] |
hydrogen-instructions.h | 645 void set_position(int position) { position_ = position; } [all...] |
/frameworks/compile/slang/ |
README.rst | 226 public void set_position(int index, Float2 v, boolean copyNow)
|
README.html | 507 public void set_position(int index, Float2 v, boolean copyNow)
|