Home
last modified time | relevance | path

Searched refs:cellContents (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java323 String cellContents = formatHeader(fields.get(fieldIndex), fieldValue); in fillHeaderCells() local
326 cellInfo = new CellInfo(currentHeader, null, cellContents); in fillHeaderCells()
329 cellInfo = new CellInfo(null, currentHeader, cellContents); in fillHeaderCells()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1149 vector<CellContents> cellContents (renderGrid.getCellCount()); in renderTexture() local
1184 cellContents[cellsUsed].origin = origin; in renderTexture()
1185 cellContents[cellsUsed].name = getTextureImageName(target, level, imageIndex); in renderTexture()
1186 cellContents[cellsUsed].description = getTextureImageDescription(target, level, imageIndex); in renderTexture()
1188 cellContents[cellsUsed].reference.setSize(levelSize.x(), levelSize.y()); in renderTexture()
1191 …sampleTexture(tcu::SurfaceAccess(cellContents[cellsUsed].reference, renderContext.getRenderTarget(… in renderTexture()
1206 const CellContents& cell (cellContents[idx]); in renderTexture()