Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp347 bool isInternalFormatCompatibleWithType(GLenum type, GLenum internalformat);
489 bool ConversionDatabase::isInternalFormatCompatibleWithType(GLenum type, GLenum internalformat) in isInternalFormatCompatibleWithType() function in es3cts::ConversionDatabase
2903 is_dst_internalformat_valid = isInternalFormatCompatibleWithType(dst_type, dst_internalformat); in addEntryToConversionDatabase()