Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp66 const int targetCharNdx = numBits - (wordNdx*32+bit) - 1; in sampleMaskToString() local
69 if (targetCharNdx < 0) in sampleMaskToString()
73 result[targetCharNdx] = '1'; in sampleMaskToString()
Des31fTextureMultisampleTests.cpp66 const int targetCharNdx = numBits - (wordNdx*32+bit) - 1; in sampleMaskToString() local
69 if (targetCharNdx < 0) in sampleMaskToString()
73 result[targetCharNdx] = '1'; in sampleMaskToString()