Searched refs:cellSize (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/images/
H A DSkScaledBitmapSampler.h19 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp834 const int cellSize = 16; local
835 const int fboSizes[] = { cellSize, cellSize*numRowsCols };
878 glViewport(cellX*cellSize, cellY*cellSize, cellSize, cellSize);
906 const int cellSize = 16; local
907 const int fboSizes[] = { cellSize, cellSize*numRowsCol
972 const int cellSize = 16; local
[all...]
H A Des3fTextureSpecificationTests.cpp990 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2)); local
993 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB); local
1046 int cellSize = de::max(1, levelSize >> 2); local
1049 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelSize, levelSize, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB); local
1252 int cellSize = rnd.getInt(2, 16); local
1255 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1331 int cellSize = rnd.getInt(2, 16); local
1334 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1480 int cellSize = rnd.getInt(2, 16); local
1483 tcu::fillWithGrid(data.getAccess(), cellSize, color
2003 int cellSize = rnd.getInt(2, 16); local
2080 int cellSize = rnd.getInt(2, 16); local
3163 const int cellSize = rnd.getInt(2, 16); local
3235 const int cellSize = rnd.getInt(2, 16); local
[all...]
H A Des3fFramebufferBlitTests.cpp58 BlitRectCase (Context& context, const char* name, const char* desc, deUint32 filter, const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect, int cellSize = 8)
65 , m_cellSize (cellSize)
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp659 static void fillWithGrid1D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) argument
663 int mx = (x / cellSize) % 2;
672 static void fillWithGrid2D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) argument
678 int mx = (x / cellSize) % 2;
679 int my = (y / cellSize) % 2;
689 static void fillWithGrid3D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) argument
697 int mx = (x / cellSize) % 2;
698 int my = (y / cellSize) % 2;
699 int mz = (z / cellSize) % 2;
710 void fillWithGrid (const PixelBufferAccess& access, int cellSize, cons argument
[all...]
H A DtcuTextureUtil.hpp96 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp519 const int cellSize = 28; local
520 const int defViewportWidth = cellSize*6;
521 const int defViewportHeight = cellSize*4;
522 RandomViewport viewport (m_renderCtx.getRenderTarget(), cellSize*6, cellSize*4, deStringHash(getName()));
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp529 const int cellSize = 28; local
530 const int defViewportWidth = cellSize*6;
531 const int defViewportHeight = cellSize*4;
532 RandomViewport viewport (m_renderCtx.getRenderTarget(), cellSize*6, cellSize*4, deStringHash(getName()));
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp844 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2)); local
847 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB); local
891 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2)); local
894 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB); local
957 int cellSize = rnd.getInt(2, 16); local
960 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1029 int cellSize = rnd.getInt(2, 16); local
1032 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1409 int cellSize = rnd.getInt(2, 16); local
1412 tcu::fillWithGrid(data.getAccess(), cellSize, color
1489 int cellSize = rnd.getInt(2, 16); local
[all...]
H A Des2fFboRenderTest.cpp1997 const int cellSize = 16; local
1998 const int fboSizes[] = { cellSize, cellSize*numRowsCols };
2050 ctx.viewport(cellX*cellSize, cellY*cellSize, cellSize, cellSize);
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp816 const int cellSize = 8; local
838 for (int y = 0; y < height; y += cellSize)
840 for (int x = 0; x < width; x += cellSize)
842 const int clearW = de::min(cellSize, width-x);
843 const int clearH = de::min(cellSize, height-y);
H A Des31fDrawTests.cpp1281 << " const float cellSize = 2.0 / float(gridSize);\n"
1285 << " attribs[((y * gridSize + x) * 6u + 1u) * 2u + 0u] = vec4(posX + cellSize, posY, 0.0, 1.0);\n"
1286 << " attribs[((y * gridSize + x) * 6u + 2u) * 2u + 0u] = vec4(posX + cellSize, posY + cellSize, 0.0, 1.0);\n"
1288 << " attribs[((y * gridSize + x) * 6u + 4u) * 2u + 0u] = vec4(posX + cellSize, posY + cellSize, 0.0, 1.0);\n"
1289 << " attribs[((y * gridSize + x) * 6u + 5u) * 2u + 0u] = vec4(posX, posY + cellSize, 0.0, 1.0);\n"
1415 const float cellSize = 2.0f / (float)m_gridSize;
1419 buffer[((y * m_gridSize + x) * 6 + 1) * 2 + 0] = tcu::Vec4(posX + cellSize, posY, 0.0f, 1.0f);
1420 buffer[((y * m_gridSize + x) * 6 + 2) * 2 + 0] = tcu::Vec4(posX + cellSize, pos
[all...]
H A Des31fTextureSpecificationTests.cpp688 const int cellSize = rnd.getInt(2, 16); local
691 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB);
/external/svox/pico/lib/
H A Dpicoos.c511 picoos_objsize_t cellSize; local
521 cellSize = byteSize + this->usedCellHdrSize;
522 /*PICODBG_TRACE(("allocating %d", cellSize));*/
526 (c->size != (picoos_ptrdiff_t) cellSize) &&
527 (c->size < (picoos_ptrdiff_t)(cellSize+ this->minCellSize))) {
533 if ((c->size == (picoos_ptrdiff_t) cellSize)) {
537 c2 = (MemCellHdr)((picoos_objsize_t)c + cellSize);
538 c2->size = c->size - cellSize;
539 c->size = cellSize;
550 this->usedSize += cellSize;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c54178 static u16 cellSize(MemPage *pPage, int iCell){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c54196 static u16 cellSize(MemPage *pPage, int iCell){ function
[all...]

Completed in 820 milliseconds