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

  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 834 const int cellSize = 16;
835 const int fboSizes[] = { cellSize, cellSize*numRowsCols };
878 glViewport(cellX*cellSize, cellY*cellSize, cellSize, cellSize);
906 const int cellSize = 16;
907 const int fboSizes[] = { cellSize, cellSize*numRowsCols }
    [all...]
es3fTextureSpecificationTests.cpp     [all...]
es3fFramebufferBlitTests.cpp 58 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)
    [all...]
  /external/skia/samplecode/
SampleAtlas.cpp 42 static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) {
50 const SkScalar half = cellSize * SK_ScalarHalf;
55 for (int y = 0; y < atlasSize; y += cellSize) {
56 for (int x = 0; x < atlasSize; x += cellSize) {
  /external/skqp/samplecode/
SampleAtlas.cpp 42 static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) {
50 const SkScalar half = cellSize * SK_ScalarHalf;
55 for (int y = 0; y < atlasSize; y += cellSize) {
56 for (int x = 0; x < atlasSize; x += cellSize) {
  /external/deqp/framework/common/
tcuTextureUtil.cpp     [all...]
tcuTextureUtil.hpp 119 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB);
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 521 const int cellSize = 28;
522 const int defViewportWidth = cellSize*6;
523 const int defViewportHeight = cellSize*4;
524 RandomViewport viewport (m_renderCtx.getRenderTarget(), cellSize*6, cellSize*4, deStringHash(getName()));
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 530 const int cellSize = 28;
531 const int defViewportWidth = cellSize*6;
532 const int defViewportHeight = cellSize*4;
533 RandomViewport viewport (m_renderCtx.getRenderTarget(), cellSize*6, cellSize*4, deStringHash(getName()));
  /external/python/cpython2/Mac/Modules/list/
_Listmodule.c 715 return Py_BuildValue("O&", PyMac_BuildPoint, (*self->ob_itself)->cellSize);
720 if (!PyArg_Parse(v, "O&", PyMac_GetPoint, &(*self->ob_itself)->cellSize)) return -1;
727 {"cellSize", (getter)ListObj_get_cellSize, (setter)ListObj_set_cellSize, NULL},
808 Point cellSize;
822 PyMac_GetPoint, &cellSize,
836 cellSize,
1039 PyDoc_STR("(Rect rView, Rect dataBounds, Point cellSize, ListDefSpec theSpec, WindowPtr theWindow, Boolean drawIt, Boolean hasGrow, Boolean scrollHoriz, Boolean scrollVert) -> (ListHandle outList)")},
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 863 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2));
866 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
913 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2));
916 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
    [all...]
es2fFboRenderTest.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 816 const int cellSize = 8;
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);
    [all...]
es31fCopyImageTests.cpp 263 RandomizedRenderGrid (const IVec2& targetSize, const IVec2& cellSize, int maxCellCount, deUint32 seed);
272 static IVec2 getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount);
282 RandomizedRenderGrid::RandomizedRenderGrid (const IVec2& targetSize, const IVec2& cellSize, int maxCellCount, deUint32 seed)
284 , m_cellSize (cellSize)
285 , m_grid (targetSize / cellSize)
288 , m_cellCount (deMin32(maxCellCount, ((targetSize.y() % cellSize.y()) == 0) && m_grid.y() > 1 ? m_grid.x() * (m_grid.y() - 1) : m_grid.x() * m_grid.y()))
289 , m_baseRandomOffset (getRandomOffset(seed, targetSize, cellSize, m_grid, m_cellCount))
293 IVec2 RandomizedRenderGrid::getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount)
297 IVec2 extraSpace = targetSize - (cellSize * grid);
302 extraSpace.y() += (grid.y() - deDivRoundUp32(cellCount, grid.x())) * cellSize.y()
    [all...]
es31fDrawTests.cpp     [all...]
es31fTextureSpecificationTests.cpp 690 const int cellSize = rnd.getInt(2, 16);
693 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 482 milliseconds