Searched refs:Y_SIZE (Results 1 – 5 of 5) sorted by relevance
17 static const int Y_SIZE = 12; variable30 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()[all …]
16 static const int Y_SIZE = 12; variable21 unsigned char textureData[X_SIZE][Y_SIZE][4]; in createTexture()23 memset(textureData, 0, 4* X_SIZE * Y_SIZE); in createTexture()31 desc.fHeight = Y_SIZE; in createTexture()154 desc.fHeight = Y_SIZE; in test_cache()
123 #define Y_SIZE (BPS * 16) macro125 #define YUV_SIZE (Y_SIZE + UV_SIZE)128 #define U_OFF (Y_SIZE)
97 #define Y_SIZE (BPS * 17) macro
69 static final int Y_SIZE = 400; field in MigratorFrame