Home
last modified time | relevance | path

Searched refs:Y_SIZE (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/tests/
DReadWriteAlphaTest.cpp16 static const int Y_SIZE = 12; variable
29 unsigned char textureData[X_SIZE][Y_SIZE]; in DEF_GPUTEST()
31 memset(textureData, 0, X_SIZE * Y_SIZE); in DEF_GPUTEST()
40 desc.fHeight = Y_SIZE; in DEF_GPUTEST()
51 for (int y = 0; y < Y_SIZE; ++y) { in DEF_GPUTEST()
53 textureData[x][y] = x*Y_SIZE+y; in DEF_GPUTEST()
61 unsigned char readback[X_SIZE][Y_SIZE]; in DEF_GPUTEST()
64 memset(readback, 0x1, X_SIZE * Y_SIZE); in DEF_GPUTEST()
73 for (int y = 0; y < Y_SIZE; ++y) { in DEF_GPUTEST()
90 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE + 10); in DEF_GPUTEST()
[all …]
DClipCacheTest.cpp16 static const int Y_SIZE = 12; variable
21 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()
/external/skia/tests/
DReadWriteAlphaTest.cpp16 static const int Y_SIZE = 12; variable
29 unsigned char textureData[X_SIZE][Y_SIZE]; in DEF_GPUTEST()
31 memset(textureData, 0, X_SIZE * Y_SIZE); in DEF_GPUTEST()
40 desc.fHeight = Y_SIZE; in DEF_GPUTEST()
51 for (int y = 0; y < Y_SIZE; ++y) { in DEF_GPUTEST()
53 textureData[x][y] = x*Y_SIZE+y; in DEF_GPUTEST()
61 unsigned char readback[X_SIZE][Y_SIZE]; in DEF_GPUTEST()
64 memset(readback, 0x1, X_SIZE * Y_SIZE); in DEF_GPUTEST()
73 for (int y = 0; y < Y_SIZE; ++y) { in DEF_GPUTEST()
89 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE + 10); in DEF_GPUTEST()
[all …]
DClipCacheTest.cpp16 static const int Y_SIZE = 12; variable
21 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()
/external/chromium_org/third_party/libwebp/enc/
Dvp8enci.h123 #define Y_SIZE (BPS * 16) macro
125 #define YUV_SIZE (Y_SIZE + UV_SIZE)
128 #define U_OFF (Y_SIZE)
/external/webp/src/enc/
Dvp8enci.h123 #define Y_SIZE (BPS * 16) macro
125 #define YUV_SIZE (Y_SIZE + UV_SIZE)
128 #define U_OFF (Y_SIZE)
/external/chromium_org/third_party/libwebp/dec/
Dvp8i.h97 #define Y_SIZE (BPS * 17) macro
/external/webp/src/dec/
Dvp8i.h97 #define Y_SIZE (BPS * 17) macro