/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSUtils.java | 29 public static void genRandom(long seed, int factor, int offset, float array[]) { 36 public static void genRandom(long seed, int factor, int offset, float array[], 49 public static void genRandom(long seed, int max, int factor, int offset, int array[]) { 56 public static void genRandom(long seed, int factor, int offset, int array[], 69 public static void genRandom(long seed, int max, int factor, int offset, int array[],
|
RS3DLUTTest.java | 39 RSUtils.genRandom(0x419144, 255, 1, -128, baseAlloc); 41 RSUtils.genRandom(0x555007, 255, 1, -128, colorCube);
|
RSBlendTest.java | 38 RSUtils.genRandom(0x789321, 255, 1, -128, baseAlloc); 45 RSUtils.genRandom(0x359201, 255, 1, -128, baseAlloc2);
|
RSBlurTest.java | 37 RSUtils.genRandom(0x1DEFF, 255, 1, -128, baseAlloc); 66 RSUtils.genRandom(0xFAFADE10, 255, 1, -128, baseAlloc);
|
RSColorMatrixTest.java | 37 RSUtils.genRandom(0x251107, 255, 1, -128, baseAlloc); 77 RSUtils.genRandom(0x251106, 255, 1, -128, baseAlloc); 108 RSUtils.genRandom(0x251105, 255, 1, -128, baseAlloc); 143 RSUtils.genRandom(0x251104, 255, 1, -128, baseAlloc); 174 RSUtils.genRandom(0x251103, 255, 1, -128, baseAlloc);
|
RSConvolveTest.java | 48 RSUtils.genRandom(0x1DEFFD0, 255, 1, -128, baseAlloc); 104 RSUtils.genRandom(0x1DEFFD0, 255, 1, -128, baseAlloc);
|
RSLUTTest.java | 37 RSUtils.genRandom(0x72727272, 255, 1, -128, baseAlloc);
|
RSResizeTest.java | 52 RSUtils.genRandom(0x72727272, 255, 1, -128, baseAlloc);
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderBuiltinPrecisionTests.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.cpp | [all...] |