HomeSort by relevance Sort by last modified time
    Searched defs:blockHeight (Results 1 - 18 of 18) sorted by null

  /frameworks/native/libs/gui/tests/
FillBuffer.cpp 27 const int blockHeight = h > 16 ? h / 16 : 1;
37 int parityY = (y / blockHeight) & 1;
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...]
  /external/chromium_org/third_party/angle/samples/dds_to_header/
main.cpp 58 std::size_t blockHeight = 0;
64 blockHeight = 1;
117 blockHeight = 4;
124 blockHeight = 4;
131 blockHeight = 4;
138 blockHeight = 1;
144 blockHeight = 1;
150 blockHeight = 1;
156 blockHeight = 1;
162 blockHeight = 1
    [all...]
  /external/chromium_org/third_party/skia/gm/
etc1bitmap.cpp 38 int blockHeight = (origH + 3) >> 2;
41 if (blockWidth < 2 || blockHeight < 2) {
46 int newHeight = (blockHeight - 1) << 2;
57 for (int j = 0; j < blockHeight - 1; ++j) {
  /external/skia/gm/
etc1bitmap.cpp 38 int blockHeight = (origH + 3) >> 2;
41 if (blockWidth < 2 || blockHeight < 2) {
46 int newHeight = (blockHeight - 1) << 2;
57 for (int j = 0; j < blockHeight - 1; ++j) {
  /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/angle/src/libGLESv2/renderer/d3d9/
Image9.cpp 109 int blockHeight = d3d9::GetBlockHeight(desc.Format);
110 int rows = desc.Height / blockHeight;
112 int bytes = d3d9::GetBlockSize(desc.Format, desc.Width, blockHeight);
formatutils9.cpp 179 D3DFormatInfo(GLuint pixelBits, GLuint blockWidth, GLuint blockHeight, GLenum internalFormat,
181 : mPixelBits(pixelBits), mBlockWidth(blockWidth), mBlockHeight(blockHeight), mInternalFormat(internalFormat),
414 GLsizei blockHeight = d3dFormatInfo.mBlockHeight;
416 // Don't expand the size of full textures that are at least (blockWidth x blockHeight) already.
417 if (isImage || *requestWidth < blockWidth || *requestHeight < blockHeight)
419 while (*requestWidth % blockWidth != 0 || *requestHeight % blockHeight != 0)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp 200 GLint blockHeight = GetCompressedBlockHeight(internalFormat, clientVersion);
202 height < 0 || (height > blockHeight && height % blockHeight != 0))
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 542 const int blockHeight = h > 16 ? h / 16 : 1;
552 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;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 204 LayoutUnit blockHeight = block->logicalHeight();
209 toRenderInline(containerBlock)->layer()->setStaticInlinePosition(block->startAlignedOffsetForLine(blockHeight, false));
210 toRenderInline(containerBlock)->layer()->setStaticBlockPosition(blockHeight);
212 block->updateStaticInlinePositionForChild(child, blockHeight);
213 child->layer()->setStaticBlockPosition(blockHeight);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.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 423 milliseconds