HomeSort by relevance Sort by last modified time
    Searched refs:kImageWidth (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/gpu/command_buffer/tests/
gl_gpu_memory_buffer_unittest.cc 33 static const int kImageWidth = 32;
78 kImageWidth, kImageHeight, GL_RGBA8_OES, GL_IMAGE_MAP_CHROMIUM);
87 int stride = kImageWidth * kImageBytesPerPixel;
88 for (int x = 0; x < kImageWidth; ++x) {
114 GLTestHelper::CheckPixels(0, 0, kImageWidth, kImageHeight, 0, pixels);
  /external/chromium_org/third_party/skia/gm/
nested.cpp 37 return SkISize::Make(kImageWidth, kImageHeight);
83 for (int x = 0; x < kImageWidth; x += 10) {
115 static const int kImageWidth = 269;
rrects.cpp 57 virtual SkISize onISize() SK_OVERRIDE { return SkISize::Make(kImageWidth, kImageHeight); }
84 static const SkRect kMaxImageBound = SkRect::MakeWH(SkIntToScalar(kImageWidth),
146 if (x > kImageWidth) {
182 static const int kImageWidth = 640;
  /external/skia/gm/
nested.cpp 37 return SkISize::Make(kImageWidth, kImageHeight);
83 for (int x = 0; x < kImageWidth; x += 10) {
115 static const int kImageWidth = 269;
rrects.cpp 57 virtual SkISize onISize() SK_OVERRIDE { return SkISize::Make(kImageWidth, kImageHeight); }
84 static const SkRect kMaxImageBound = SkRect::MakeWH(SkIntToScalar(kImageWidth),
145 if (x > kImageWidth) {
181 static const int kImageWidth = 640;
  /external/chromium_org/ppapi/examples/compositor/
compositor.cc 53 const int32_t kImageWidth = 256;
249 pp::Size(kImageWidth, kImageHeight),
331 for (int x = 0; x < kImageWidth; ++x) {
339 rv = image_layer_.SetImage(image, pp::Size(kImageWidth, kImageHeight),

Completed in 86 milliseconds