Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1150 int cellsUsed = 0; 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()
1192 cellsUsed++; in renderTexture()
1196 if (cellsUsed > 0) in renderTexture()
1204 for (int idx = 0; idx < cellsUsed; idx++) in renderTexture()