Searched defs:sliceNdx (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp615 bool testSlice (int sliceNdx);
694 bool Texture3DFormatCase::testSlice (int sliceNdx) argument
705 float r = ((float)sliceNdx + 0.5f) / (float)m_depth;
740 return compareImages(log, (string("Slice" + de::toString(sliceNdx))).c_str(), (string("Slice " + de::toString(sliceNdx))).c_str(), referenceFrame, renderedFrame, threshold);

Completed in 148 milliseconds