Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fCopyImageTests.cpp2121 const bool dstIsCube = dstTarget == GL_TEXTURE_CUBE_MAP; in generateCopies() local
2141 …Size.x() / dstBlockPixelSize.x(), dstSize.y() / dstBlockPixelSize.y(), (dstIsCube ? 6 : dstSize.z(… in generateCopies()