/external/chromium_org/ui/app_list/cocoa/ |
apps_collection_view_drag_manager.h | 43 - (id)initWithCellSize:(NSSize)cellSize
|
/external/chromium_org/third_party/skia/src/images/ |
SkScaledBitmapSampler.h | 19 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
|
/external/deqp/framework/common/ |
tcuTextureUtil.cpp | 652 void fillWithGrid1D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) 656 int mx = (x / cellSize) % 2; 665 void fillWithGrid2D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB) 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) 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, const Vec4& colorA, const Vec4& colorB [all...] |
tcuTextureUtil.hpp | 91 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB);
|
/external/deqp/modules/gles2/accuracy/ |
es2aTextureFilteringTests.cpp | 519 const int cellSize = 28; 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/ |
es3aTextureFilteringTests.cpp | 533 const int cellSize = 28; 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/gles2/functional/ |
es2fTextureSpecificationTests.cpp | 845 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2)); 848 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB); 892 int cellSize = de::max(1, de::min(levelW >> 2, levelH >> 2)); 895 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fStencilTexturingTests.cpp | 814 const int cellSize = 8; 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); [all...] |
es31fDrawTests.cpp | [all...] |
es31fTextureSpecificationTests.cpp | 688 const int cellSize = rnd.getInt(2, 16); 691 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB); [all...] |
/external/deqp/modules/gles3/functional/ |
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/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumMac.mm | [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
btree.c | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |