Home
last modified time | relevance | path

Searched refs:Grid (Results 1 – 19 of 19) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DBufferLibrary.java23 private FixedSizeArray<Grid> mGridList;
28 mGridList = new FixedSizeArray<Grid>(GRID_LIST_SIZE); in BufferLibrary()
36 public void add(Grid grid) { in add()
48 Grid grid = mGridList.get(x); in generateHardwareBuffers()
58 Grid grid = mGridList.get(x); in releaseHardwareBuffers()
68 Grid grid = mGridList.get(x); in invalidateHardwareBuffers()
DTiledVertexGrid.java23 private Grid mTileMap;
59 private Grid generateGrid(int width, int height, int startTileX, int startTileY) { in generateGrid()
84 Grid grid = null; in generateGrid()
86 grid = new Grid(tilesAcross, tilesDown, false); in generateGrid()
145 Grid grid = generateGrid((int)mWorldPixelWidth, (int)mWorldPixelHeight, 0, 0); in draw()
157 final Grid tileMap = mTileMap; in draw()
216 Grid.endDrawing(gl); in draw()
DGrid.java37 class Grid { class
61 public Grid(int quadsAcross, int quadsDown, boolean useFixedPoint) { in Grid() method in Grid
/external/chromium_org/chrome/browser/resources/options/
Dprofiles_icon_grid.js7 /** @const */ var Grid = cr.ui.Grid;
50 __proto__: Grid.prototype,
54 Grid.prototype.decorate.call(this); class
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
Dwallpaper_images_grid.js7 /** @const */ var Grid = cr.ui.Grid;
199 __proto__: Grid.prototype,
263 var parentSetter = cr.ui.Grid.prototype.__lookupSetter__('dataModel');
297 Grid.prototype.decorate.call(this); class
386 Grid.prototype.redraw.call(this);
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp494 typedef PosTexCoordQuadGrid<TEXTURETYPE_2D> Grid; typedef in deqp::gles3::Functional::Vertex2DTextureCase
500 void setupShaderInputs (int textureNdx, float lod, const Grid& grid) const;
501 void renderCell (int textureNdx, float lod, const Grid& grid) const;
502 …void computeReferenceCell (int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, co…
705 …const Grid grid (GRID_SIZE_2D, rend.region.size(), getTextureSize(*m_textures[rend.textureNdx]… in iterate()
731 void Vertex2DTextureCase::setupShaderInputs (int textureNdx, float lod, const Grid& grid) const in setupShaderInputs()
778 void Vertex2DTextureCase::renderCell (int textureNdx, float lod, const Grid& grid) const in renderCell()
784 void Vertex2DTextureCase::computeReferenceCell (int textureNdx, float lod, const Grid& grid, tcu::S… in computeReferenceCell()
800 typedef PosTexCoordQuadGrid<TEXTURETYPE_CUBE> Grid; typedef in deqp::gles3::Functional::VertexCubeTextureCase
806 void setupShaderInputs (int textureNdx, float lod, const Grid& grid) const;
[all …]
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dgrid.js51 var Grid = cr.ui.define('grid');
53 Grid.prototype = { class
424 Grid: Grid,
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp396 typedef PosTexCoordQuadGrid<TEXTURETYPE_2D> Grid; typedef in deqp::gles2::Functional::Vertex2DTextureCase
402 void setupShaderInputs (int textureNdx, float lod, const Grid& grid) const;
403 void renderCell (int textureNdx, float lod, const Grid& grid) const;
404 …void computeReferenceCell (int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, co…
604 …const Grid grid (GRID_SIZE_2D, rend.region.size(), getTextureSize(*m_textures[rend.textureNdx]… in iterate()
630 void Vertex2DTextureCase::setupShaderInputs (int textureNdx, float lod, const Grid& grid) const in setupShaderInputs()
677 void Vertex2DTextureCase::renderCell (int textureNdx, float lod, const Grid& grid) const in renderCell()
683 void Vertex2DTextureCase::computeReferenceCell (int textureNdx, float lod, const Grid& grid, tcu::S… in computeReferenceCell()
699 typedef PosTexCoordQuadGrid<TEXTURETYPE_CUBE> Grid; typedef in deqp::gles2::Functional::VertexCubeTextureCase
705 void setupShaderInputs (int textureNdx, float lod, const Grid& grid) const;
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/
Duser_images_grid.js7 /** @const */ var Grid = cr.ui.Grid;
117 __proto__: Grid.prototype,
126 Grid.prototype.decorate.call(this); class
/external/chromium_org/chrome/common/extensions/docs/static/sass/
Dsite.scss15 // Import Grid
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_grid.js31 FileGrid.prototype.__proto__ = cr.ui.Grid.prototype;
41 cr.ui.Grid.decorate(self);
/external/llvm/test/CodeGen/Generic/
D2009-03-17-LSR-APInt.ll29 %"struct.qdesigner_internal::Grid" = type { i32, i32, %struct.QWidget**, i8*, i8* }
30 …struct.qdesigner_internal::Layout", %"struct.QPair<int,int>", %"struct.qdesigner_internal::Grid"* }
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.csproj15 DefaultHTMLPageLayout = "Grid"
/external/chromium_org/third_party/WebKit/
DWATCHLISTS264 'filepath': 'Source/core/rendering/.*Grid' \
265 '|Source/core/css/.*Grid' \
/external/chromium_org/native_client_sdk/src/doc/
Drest-devsite-examples.rst222 "Grid tables" are versatile but require more markup:
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsopt.c372 _cmsStageCLutData* Grid = (_cmsStageCLutData*) CLUT ->Data; in PatchLUT() local
373 cmsInterpParams* p16 = Grid ->Params; in PatchLUT()
445 Grid -> Tab.T[index + i] = Value[i]; in PatchLUT()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValueKeywords.in584 // Unprefixed for CSS Grid Layout.
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
Dfile_manager.css688 /* The cr.ui.Grid representing the detailed file list. */
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en70272 http://www.sign-lang.uni-hamburg.de/SigningBooks/SBRC/Grid/d71/guide17.htm