HomeSort by relevance Sort by last modified time
    Searched refs:uRef (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java 79 int uRef = allocArray[0].getUsage();
90 u == uRef);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 354 Vector3D uRef = u1;
412 uRef = u2;
427 k = new Vector3D(uRef.getY() * q3 - uRef.getZ() * q2,
428 uRef.getZ() * q1 - uRef.getX() * q3,
429 uRef.getX() * q2 - uRef.getY() * q1);
    [all...]
  /external/deqp/modules/glshared/
glsTextureStateQueryTests.cpp     [all...]

Completed in 766 milliseconds