Searched refs:isFormatTypeInteger (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp149 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type) function in namespace:deqp::gles31::Functional
830 DE_ASSERT(isFormatTypeInteger(textureFormat.type));
887 DE_ASSERT(!isFormatTypeInteger(textureFormat.type));
1066 return isFormatTypeInteger(textureFormat.type) ? readIntegerTextureViaFBOAndVerify (renderCtx, glLog, textureGL, textureType, textureFormat, imageSize, verifyLayer)
1094 if (isFormatTypeInteger(m_reference.getFormat().type))
1245 const int isIntegerFormat = isFormatTypeInteger(m_format.type);
1365 const bool isIntegerTextureFormat = isFormatTypeInteger(m_textureFormat.type);
1521 if (isFormatTypeInteger(m_imageFormat.type))
1705 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type);
1798 const bool isIntegerFormat (isFormatTypeInteger(resultSlic
[all...]

Completed in 82 milliseconds