Lines Matching refs:Y_SIZE
17 static const int Y_SIZE = 12; variable
30 unsigned char textureData[X_SIZE][Y_SIZE]; in DEF_GPUTEST()
32 memset(textureData, 0, X_SIZE * Y_SIZE); in DEF_GPUTEST()
41 desc.fHeight = Y_SIZE; in DEF_GPUTEST()
52 for (int y = 0; y < Y_SIZE; ++y) { in DEF_GPUTEST()
54 textureData[x][y] = x*Y_SIZE+y; in DEF_GPUTEST()
62 unsigned char readback[X_SIZE][Y_SIZE]; in DEF_GPUTEST()
65 memset(readback, 0x1, X_SIZE * Y_SIZE); in DEF_GPUTEST()
74 for (int y = 0; y < Y_SIZE; ++y) { in DEF_GPUTEST()
91 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE + 10); in DEF_GPUTEST()
102 for (int y = 0; y < Y_SIZE; ++y) { in DEF_GPUTEST()