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

  /frameworks/native/libs/gui/tests/
FillBuffer.cpp 26 const int blockWidth = w > 16 ? w / 16 : 1;
36 int parityX = (x / blockWidth) & 1;
CpuConsumer_test.cpp 228 const int blockWidth = w > 16 ? w / 16 : 1;
239 int parityX = (x / blockWidth) & 1;
258 const int blockWidth = w > 16 ? w / 16 : 1;
265 int blockX = (x / blockWidth);
286 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1;
292 int blockX = (x / blockWidth ) & 1;
312 const int blockWidth = w > 16 ? w / 16 : 1;
322 checkPixel(buf, blockWidth, 0, 63);
323 checkPixel(buf, blockWidth + 1, 0, 63);
324 checkPixel(buf, blockWidth, 1, 63)
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ColorFilterAlphaTest.java 119 final int blockWidth = TEST_WIDTH / blockCount;
122 canvas.drawRect(i * blockWidth, 0, (i + 1) * blockWidth, TEST_HEIGHT, paint);
  /hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp 33 const int blockWidth = w > 16 ? w / 16 : 1;
43 int parityX = (x / blockWidth) & 1;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 46 unsigned blockWidth, blockHeight;
49 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
54 stride = (width + blockWidth - 1) / blockWidth * blockBytes;
66 blockBytes, blockWidth,
80 unsigned blockWidth, blockHeight;
82 _mesa_get_format_block_size(format, &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/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 194 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1;
211 int parityX = (x / blockWidth) & 1;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 174 if (blockData[index].length != iHeight * blockWidth(jBlock)) {
177 blockData[index].length, iHeight * blockWidth(jBlock));
542 final int kWidth = blockWidth(kBlock);
597 final int jWidth = out.blockWidth(jBlock);
607 final int kWidth = blockWidth(kBlock);
702 final int jWidth = out.blockWidth(jBlock);
708 final int width = blockWidth(qBlock);
716 final int width2 = blockWidth(qBlock + 1);
748 final int width2 = blockWidth(qBlock + 1);
    [all...]
BlockRealMatrix.java 171 if (blockData[index].length != iHeight * blockWidth(jBlock)) {
174 blockData[index].length, iHeight * blockWidth(jBlock));
531 final int kWidth = blockWidth(kBlock);
585 final int jWidth = out.blockWidth(jBlock);
595 final int kWidth = blockWidth(kBlock);
670 final int jWidth = blockWidth(jBlock);
727 final int jWidth = out.blockWidth(jBlock);
733 final int width = blockWidth(qBlock);
741 final int width2 = blockWidth(qBlock + 1);
773 final int width2 = blockWidth(qBlock + 1)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 62 deUint32 blockWidth;
141 return compressedFormatParameters[formatNdx].blockWidth;
    [all...]
  /external/mesa3d/src/amd/addrlib/
addrinterface.h     [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 234 milliseconds