OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kImageWidth
(Results
1 - 4
of
4
) 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/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 153 milliseconds