Searched defs:cellSize (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/common/
H A DtcuTextureUtil.cpp652 void fillWithGrid1D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) argument
656 int mx = (x / cellSize) % 2;
665 void fillWithGrid2D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) argument
671 int mx = (x / cellSize) % 2;
672 int my = (y / cellSize) % 2;
682 void fillWithGrid3D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) argument
690 int mx = (x / cellSize) % 2;
691 int my = (y / cellSize) % 2;
692 int mz = (z / cellSize) % 2;
703 void fillWithGrid (const PixelBufferAccess& access, int cellSize, cons argument
[all...]
/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.cpp533 const int cellSize = 28; local
534 const int defViewportWidth = cellSize*6;
535 const int defViewportHeight = cellSize*4;
536 RandomViewport viewport (m_renderCtx.getRenderTarget(), cellSize*6, cellSize*4, deStringHash(getName()));
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp814 const int cellSize = 8; local
836 for (int y = 0; y < height; y += cellSize)
838 for (int x = 0; x < width; x += cellSize)
840 const int clearW = de::min(cellSize, width-x);
841 const int clearH = de::min(cellSize, height-y);
H A Des31fTextureSpecificationTests.cpp688 const int cellSize = rnd.getInt(2, 16); local
691 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB);
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp845 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2)); local
848 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB); local
892 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2)); local
895 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB); local
958 int cellSize = rnd.getInt(2, 16); local
961 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1030 int cellSize = rnd.getInt(2, 16); local
1033 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1410 int cellSize = rnd.getInt(2, 16); local
1413 tcu::fillWithGrid(data.getAccess(), cellSize, color
1490 int cellSize = rnd.getInt(2, 16); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp978 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2)); local
981 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB); local
1034 int cellSize = de::max(1, levelSize >> 2); local
1037 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelSize, levelSize, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB); local
1240 int cellSize = rnd.getInt(2, 16); local
1243 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1319 int cellSize = rnd.getInt(2, 16); local
1322 tcu::fillWithGrid(data.getAccess(), cellSize, colorA, colorB);
1468 int cellSize = rnd.getInt(2, 16); local
1471 tcu::fillWithGrid(data.getAccess(), cellSize, color
1991 int cellSize = rnd.getInt(2, 16); local
2068 int cellSize = rnd.getInt(2, 16); local
3151 const int cellSize = rnd.getInt(2, 16); local
3223 const int cellSize = rnd.getInt(2, 16); local
[all...]
/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/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c1024 static u16 cellSize(MemPage *pPage, int iCell){ function
5397 assert( sz==cellSize(pPage, idx) );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c48143 static u16 cellSize(MemPage *pPage, int iCell){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52615 static u16 cellSize(MemPage *pPage, int iCell){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52635 static u16 cellSize(MemPage *pPage, int iCell){ function
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 7165 milliseconds