HomeSort by relevance Sort by last modified time
    Searched full:dimx (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
array_alloc.rs 3 const int dimX = 20;
4 rs_allocation a[dimX];
9 for (int i = 0; i < dimX; i++) {
alloc.rs 4 int dimX;
14 *o = x + y * dimX;
21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
27 for (i = 0; i < dimX; i++) {
28 rsDebug("Verifying ", i + j * dimX);
31 _RS_ASSERT(val == (i + j * dimX));
36 for (i = 0; i < dimX; i++) {
45 for (i = 0; i < dimX; i++) {
46 rsDebug("Verifying ", i + j * dimX);
49 _RS_ASSERT(val == (i + j * dimX));
    [all...]
foreach.rs 4 int dimX;
9 *out = x + y * dimX;
13 _RS_ASSERT(*in == (x + y * dimX));
14 *out = 99 + x + y * dimX;
15 _RS_ASSERT(*out == (99 + x + y * dimX));
23 for (i = 0; i < dimX; i++) {
25 _RS_ASSERT(v == (i + j * dimX));
44 for (i = 0; i < dimX; i++) {
46 _RS_ASSERT(v == (99 + i + j * dimX));
noroot.rs 4 int dimX;
9 *out = 99 + x + y * dimX;
17 for (i = 0; i < dimX; i++) {
19 _RS_ASSERT(v == (99 + i + j * dimX));
kernel.rs 5 int dimX;
22 for (i = 0; i < dimX; i++) {
foreach_bounds.rs 3 int dimX;
16 *out = x + y * dimX;
28 for (i = 0; i < dimX; i++) {
36 _RS_ASSERT(v == (i + j * dimX));
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
array_alloc.rs 3 const int dimX = 20;
4 rs_allocation a[dimX];
9 for (int i = 0; i < dimX; i++) {
foreach.rs 4 int dimX;
9 *out = x + y * dimX;
13 _RS_ASSERT(*in == (x + y * dimX));
14 *out = 99 + x + y * dimX;
15 _RS_ASSERT(*out == (99 + x + y * dimX));
23 for (i = 0; i < dimX; i++) {
25 _RS_ASSERT(v == (i + j * dimX));
44 for (i = 0; i < dimX; i++) {
46 _RS_ASSERT(v == (99 + i + j * dimX));
noroot.rs 4 int dimX;
9 *out = 99 + x + y * dimX;
17 for (i = 0; i < dimX; i++) {
19 _RS_ASSERT(v == (99 + i + j * dimX));
foreach_bounds.rs 3 int dimX;
18 *out = x + y * dimX;
30 for (i = 0; i < dimX; i++) {
35 _RS_ASSERT(v == (i + j * dimX));
alloc.rs 4 int dimX;
21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
27 for (i = 0; i < dimX; i++) {
34 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
40 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
46 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
kernel.rs 5 int dimX;
22 for (i = 0; i < dimX; i++) {
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
alloc.rs 4 int dimX;
14 *o = x + y * dimX;
21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
27 for (i = 0; i < dimX; i++) {
28 rsDebug("Verifying ", i + j * dimX);
31 _RS_ASSERT(val == (i + j * dimX));
36 for (i = 0; i < dimX; i++) {
45 for (i = 0; i < dimX; i++) {
46 rsDebug("Verifying ", i + j * dimX);
49 _RS_ASSERT(val == (i + j * dimX));
    [all...]
foreach.rs 4 int dimX;
9 *out = x + y * dimX;
17 for (i = 0; i < dimX; i++) {
19 _RS_ASSERT(v == (i + j * dimX));
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
alloc.rs 4 int dimX;
14 *o = x + y * dimX;
21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
27 for (i = 0; i < dimX; i++) {
28 rsDebug("Verifying ", i + j * dimX);
31 _RS_ASSERT(val == (i + j * dimX));
36 for (i = 0; i < dimX; i++) {
45 for (i = 0; i < dimX; i++) {
46 rsDebug("Verifying ", i + j * dimX);
49 _RS_ASSERT(val == (i + j * dimX));
    [all...]
foreach.rs 4 int dimX;
9 *out = x + y * dimX;
17 for (i = 0; i < dimX; i++) {
19 _RS_ASSERT(v == (i + j * dimX));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
foreach.rs 4 int dimX;
9 *out = x + y * dimX;
13 _RS_ASSERT(*in == (x + y * dimX));
14 *out = 99 + x + y * dimX;
15 _RS_ASSERT(*out == (99 + x + y * dimX));
23 for (i = 0; i < dimX; i++) {
25 _RS_ASSERT(v == (i + j * dimX));
44 for (i = 0; i < dimX; i++) {
46 _RS_ASSERT(v == (99 + i + j * dimX));
noroot.rs 5 int dimX;
10 *out = 99 + x + y * dimX;
18 for (i = 0; i < dimX; i++) {
20 _RS_ASSERT(v == (99 + i + j * dimX));
setelementat.rs 12 uint32_t dimX = 0;
36 for (uint32_t i = 0; i < dimX; i++) {
46 for (uint32_t xtemp = 0; xtemp < dimX; xtemp++) {
AtomicTest.rs 65 uint32_t dimX = rsAllocationGetDimX(a);
68 for (uint32_t x = 0; x < dimX; x++) {
77 uint32_t dimX = rsAllocationGetDimX(a);
80 for (uint32_t x = 0; x < dimX; x++) {
89 uint32_t dimX = rsAllocationGetDimX(a);
92 for (uint32_t x = 0; x < dimX; x++) {
101 uint32_t dimX = rsAllocationGetDimX(a);
104 for (uint32_t x = 0; x < dimX; x++) {
  /cts/tests/tests/rscpp/librscpptest/
setelementat.rs 11 uint32_t dimX = 0;
35 for (uint32_t i = 0; i < dimX; i++) {
45 for (uint32_t xtemp = 0; xtemp < dimX; xtemp++) {
  /external/chromium_org/third_party/skia/src/opts/
SkTextureCompression_opts.h 17 // Returns true if dimX and dimY are set to the block size of the supplied
19 bool SkTextureCompressorGetPlatformDims(SkTextureCompressor::Format fmt, int* dimX, int* dimY);
SkTextureCompression_opts_none.cpp 15 bool SkTextureCompressorGetPlatformDims(SkTextureCompressor::Format fmt, int* dimX, int* dimY) {
SkTextureCompression_opts_arm.cpp 40 bool SkTextureCompressorGetPlatformDims(SkTextureCompressor::Format fmt, int* dimX, int* dimY) {
51 *dimX = 16;
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
balls.rs 33 uint32_t dimX = rsAllocationGetDimX(rsGetAllocation(balls));
35 for (uint32_t ct=0; ct < dimX; ct++) {
51 int32_t dimX = rsAllocationGetDimX(aout);
55 for (uint32_t ct=0; ct < dimX; ct++) {
69 for (uint32_t ct=0; ct < dimX; ct++) {
98 for (uint32_t ct=0; ct < dimX; ct++) {

Completed in 220 milliseconds

1 2 3 4 5