OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blockHeight
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
47
unsigned blockWidth,
blockHeight
;
50
_mesa_get_format_block_size(format, &blockWidth, &
blockHeight
);
81
unsigned blockWidth,
blockHeight
;
83
_mesa_get_format_block_size(format, &blockWidth, &
blockHeight
);
85
return rowStride * ((height +
blockHeight
- 1) /
blockHeight
) * depth;
454
uint32_t blockWidth,
blockHeight
;
455
_mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &
blockHeight
);
456
rows = (rows +
blockHeight
- 1) /
blockHeight
;
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
47
unsigned blockWidth,
blockHeight
;
50
_mesa_get_format_block_size(format, &blockWidth, &
blockHeight
);
81
unsigned blockWidth,
blockHeight
;
83
_mesa_get_format_block_size(format, &blockWidth, &
blockHeight
);
85
return rowStride * ((height +
blockHeight
- 1) /
blockHeight
) * depth;
454
uint32_t blockWidth,
blockHeight
;
455
_mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &
blockHeight
);
456
rows = (rows +
blockHeight
- 1) /
blockHeight
;
[
all
...]
/frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp
95
int
blockHeight
= yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
107
int parityY = (y /
blockHeight
) & 1;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEGaussianBlur.cpp
177
// Split the job into "
blockHeight
"-sized jobs but there a few jobs that need to be slightly larger since
178
//
blockHeight
* jobs < total size. These extras are handled by the remainder "jobsWithExtra".
179
const int
blockHeight
= paintSize.height() / jobs;
188
currentY += job < jobsWithExtra ?
blockHeight
+ 1 :
blockHeight
;
216
int adjustedBlockHeight = job < jobsWithExtra ?
blockHeight
+ 1 :
blockHeight
;
/frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp
544
const int
blockHeight
= h > 16 ? h / 16 : 1;
554
int parityY = (y /
blockHeight
) & 1;
[
all
...]
/frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp
195
int
blockHeight
= yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
212
int parityY = (y /
blockHeight
) & 1;
/frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp
227
const int
blockHeight
= h > 16 ? h / 16 : 1;
238
int parityY = (y /
blockHeight
) & 1;
257
const int
blockHeight
= h > 16 ? h / 16 : 1;
264
int blockY = (y /
blockHeight
);
285
const int
blockHeight
= (h > 16 ? h / 8 : 2) & ~0x1;
291
int blockY = (y /
blockHeight
) & 1;
311
const int
blockHeight
= h > 16 ? h / 16 : 1;
312
const int blockRows = h /
blockHeight
;
328
checkPixel(buf, 0,
blockHeight
, 63);
329
checkPixel(buf, 1,
blockHeight
, 63)
[
all
...]
SurfaceTexture_test.cpp
687
const int
blockHeight
= h > 16 ? h / 16 : 1;
697
int parityY = (y /
blockHeight
) & 1;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 5441 milliseconds