Lines Matching refs:kHeight
58 const int kHeight = 16; in basic_texture_test() local
59 SkAutoTMalloc<GrColor> srcBuffer(kWidth*kHeight); in basic_texture_test()
60 SkAutoTMalloc<GrColor> dstBuffer(kWidth*kHeight); in basic_texture_test()
62 fill_pixel_data(kWidth, kHeight, srcBuffer.get()); in basic_texture_test()
83 surfDesc.fHeight = kHeight; in basic_texture_test()
89 gpu->readPixels(tex0, 0, 0, kWidth, kHeight, config, dstBuffer, 0); in basic_texture_test()
94 kHeight)); in basic_texture_test()
97 memset(dstBuffer, 0, kWidth*kHeight*sizeof(GrColor)); in basic_texture_test()
114 gpu->readPixels(tex1, 0, 0, kWidth, kHeight, config, dstBuffer, 0); in basic_texture_test()
119 kHeight)); in basic_texture_test()
122 memset(dstBuffer, 0, kWidth*kHeight*sizeof(GrColor)); in basic_texture_test()