OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kImageWidth
(Results
1 - 3
of
3
) sorted by null
/external/skia/gm/
nested.cpp
33
return make_isize(
kImageWidth
, kImageHeight);
79
for (int x = 0; x <
kImageWidth
; x += 10) {
111
static const int
kImageWidth
= 269;
rrects.cpp
37
virtual SkISize onISize() { return make_isize(
kImageWidth
, kImageHeight); }
49
for (int x = 1; x <
kImageWidth
; x += kTileX) {
89
static const int
kImageWidth
= 640;
/external/chromium_org/gpu/command_buffer/tests/
gl_gpu_memory_buffer_unittests.cc
34
static const int
kImageWidth
= 32;
113
size_t bytes =
kImageWidth
* kImageHeight * kImageBytesPerPixel;
118
new StrictMock<MockGpuMemoryBuffer>(
kImageWidth
, kImageHeight);
130
kImageWidth
, kImageHeight, GL_RGBA8_OES))
141
kImageWidth
, kImageHeight, GL_RGBA8_OES);
161
int stride =
kImageWidth
* kImageBytesPerPixel;
162
for (int x = 0; x <
kImageWidth
; ++x) {
195
GLTestHelper::CheckPixels(0, 0,
kImageWidth
, kImageHeight, 0, pixels);
Completed in 1859 milliseconds