HomeSort by relevance Sort by last modified time
    Searched defs:blockWidth (Results 1 - 10 of 10) 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);
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes;
67 blockBytes, blockWidth,
81 unsigned blockWidth, blockHeight;
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
454 uint32_t blockWidth, blockHeight;
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 47 unsigned blockWidth, blockHeight;
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes;
67 blockBytes, blockWidth,
81 unsigned blockWidth, blockHeight;
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
454 uint32_t blockWidth, blockHeight;
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight);
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 94 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1;
106 int parityX = (x / blockWidth) & 1;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 543 const int blockWidth = w > 16 ? w / 16 : 1;
553 int parityX = (x / blockWidth) & 1;
    [all...]
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 194 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1;
211 int parityX = (x / blockWidth) & 1;
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 226 const int blockWidth = w > 16 ? w / 16 : 1;
237 int parityX = (x / blockWidth) & 1;
256 const int blockWidth = w > 16 ? w / 16 : 1;
263 int blockX = (x / blockWidth);
284 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1;
290 int blockX = (x / blockWidth ) & 1;
310 const int blockWidth = w > 16 ? w / 16 : 1;
313 const int blockCols = w / blockWidth;
322 checkPixel(buf, blockWidth, 0, 63);
323 checkPixel(buf, blockWidth + 1, 0, 63)
    [all...]
SurfaceTexture_test.cpp 686 const int blockWidth = w > 16 ? w / 16 : 1;
696 int parityX = (x / blockWidth) & 1;
    [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 897 milliseconds