Searched refs:gWidth (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dmirror.rs20 int32_t gWidth;
25 uint32_t x0 = gWidth-x-1;
H A Dconvolve3x3.rs20 int32_t gWidth;
27 uint32_t x1 = min((int32_t)x+1, gWidth-1);
H A Dhistogram.rs24 int gWidth;
38 for (int px=0; px < gWidth; px++) {
H A Dconvolve5x5.rs20 int32_t gWidth;
30 uint32_t x3 = min((int32_t)x+1, gWidth-1);
31 uint32_t x4 = min((int32_t)x+2, gWidth-1);
/frameworks/native/opengl/tests/gl_perf/
H A Dfilltest.cpp34 gWidth = w;
H A Dfill_common.cpp23 static uint32_t gWidth = 0; variable
125 double pixels = (gWidth * gHeight) * count;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve3x3.rs20 int32_t gWidth;
27 uint32_t x1 = min((int32_t)x+1, gWidth-1);
H A Dconvolve5x5.rs20 int32_t gWidth;
30 uint32_t x3 = min((int32_t)x+1, gWidth-1);
31 uint32_t x4 = min((int32_t)x+2, gWidth-1);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dconvolve3x3.rs20 int32_t gWidth;
27 uint32_t x1 = min((int32_t)x+1, gWidth-1);
H A Dhistogram.rs24 int gWidth;
38 for (int px=0; px < gWidth; px++) {
H A Dconvolve5x5.rs20 int32_t gWidth;
30 uint32_t x3 = min((int32_t)x+1, gWidth-1);
31 uint32_t x4 = min((int32_t)x+2, gWidth-1);
/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp71 gWidth = width;

Completed in 106 milliseconds