Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2132 const IVec3 targetSize2D (128, 128, 1); in addCopyTests() local
2135 …st IVec3 srcSize = getTestedSize(srcTarget, srcFormat, (srcIs3D ? targetSize3D : targetSize2D)); in addCopyTests()
2136 …st IVec3 dstSize = getTestedSize(dstTarget, dstFormat, (dstIs3D ? targetSize3D : targetSize2D)); in addCopyTests()