Lines Matching refs:DEV_W
41 static const int DEV_W = 16, DEV_H = 16;
266 GrBackendTexture backendTex(DEV_W, DEV_H, GrMipmapped::kNo, textureInfo);
294 GrBackendTexture backendTex(DEV_W, DEV_H, GrMipmapped::kNo, textureInfo);
633 REPORTER_ASSERT(reporter, DEV_W <= imageFormatProperties.maxExtent.width);
706 { DEV_W, DEV_H, 1 }, // VkExtent3D
811 GrBackendTexture backendTex(DEV_W, DEV_H, imageInfo);
973 GrBackendTexture backendTex(DEV_W, DEV_H, imageInfo);
991 SkASSERT(x >= 0 && x < DEV_W);
1023 bmp.allocN32Pixels(DEV_W, DEV_H);
1026 for (int x = 0; x < DEV_W; ++x) {
1040 for (int x = 0; x < DEV_W && result; ++x) {
1129 dstBitmapSurface.allocN32Pixels(DEV_W, DEV_H);
1131 dstBitmapFinal.allocN32Pixels(DEV_W, DEV_H);
1138 hwbDesc.width = DEV_W;
1179 memcpy(dst, src, DEV_W * bbp);
1180 src += DEV_W;
1185 for (int x = 0; x < DEV_W; ++x) {
1253 SkImageInfo imageInfo = SkImageInfo::Make(DEV_W, DEV_H, kRGBA_8888_SkColorType,